Skip to content

Commit

Permalink
additional security related notes
Browse files Browse the repository at this point in the history
  • Loading branch information
IRISMeister committed Mar 19, 2020
1 parent 366a13a commit 6c3571d
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 6c3571d

Please sign in to comment.