Skip to content

Commit b17c479

Browse files
authored
Merge pull request #107 from IRISMeister/master
additional security related notes
2 parents 366a13a + 6c3571d commit b17c479

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,8 @@ Or you can edit it through settings editor. Which you can open from menu *Code*
5656

5757
## Notes
5858

59-
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) )
59+
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) )
60+
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.
61+
```SQL
62+
grant execute on %Library.RoutineMgr_StudioOpenDialog to xxx
63+
```

0 commit comments

Comments
 (0)