Skip to content

Commit

Permalink
Merge pull request #107 from IRISMeister/master
Browse files Browse the repository at this point in the history
additional security related notes
  • Loading branch information
daimor authored Mar 19, 2020
2 parents 366a13a + 6c3571d commit b17c479
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,8 @@ Or you can edit it through settings editor. Which you can open from menu *Code*

## Notes

For Caché/IRIS instance with maximum security level, add '%Development' role for '/api/atelier/' web-application ( [More](https://community.intersystems.com/post/using-atelier-rest-api) )
For Caché/IRIS instance with maximum security level, add '%Development' role for '/api/atelier/' web-application ( [More](https://community.intersystems.com/post/using-atelier-rest-api) )
If you are getting 'ERROR #5540: SQLCODE: -99 Message: User xxx is not privileged for the operation' when you try to get/refresh class/routine/includes lists, grant a following SQL Procedure to your user on target namespace.
```SQL
grant execute on %Library.RoutineMgr_StudioOpenDialog to xxx
```

0 comments on commit b17c479

Please sign in to comment.