Skip to content

Commit ba73915

Browse files
Merge pull request #567 from gjsjohnmurray/README-fixes
README fixes
2 parents b11d387 + f663d6a commit ba73915

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,14 @@ For more about `isfs` and `isfs-readonly` folder specifications see the [Notes](
110110

111111
- Connection-related output appears in the "Output" view while switched to the "ObjectScript" channel using the drop-down menu on the view titlebar.
112112

113-
- For Caché/IRIS instance with maximum security level, add `%Development` role for `/api/atelier/` web-application ([read more](https://community.intersystems.com/post/using-atelier-rest-api)).
113+
- The `/api/atelier/` web application used by this extension usually requires the authenticated user to have Use permission on the %Development resource ([read more](https://community.intersystems.com/post/using-atelier-rest-api)). One way is to assign the %Developer role to the user.
114+
115+
- If you are getting `ERROR # 5540: SQLCODE: -99 Message: User xxx is not privileged for the operation` when you try to get or refresh lists of classes, routines or includes, then grant user xxx (or a SQL role they hold) Execute permission for the following SQL Procedure in the target namespace.
114116

115-
- If you are getting `ERROR # 5540: SQLCODE: -99 Message: User xxx is not privileged for the operation` when you try to get or refresh class/routine/include- lists, grant your username (or a SQL role you hold) execute permission for the following SQL Procedure in the target namespace.
116117
```SQL
117118
GRANT EXECUTE ON %Library.RoutineMgr_StudioOpenDialog TO xxx
118119
```
120+
119121
### More about `intersystems.servers`
120122
This settings object is useful for both client-side and server-side development.
121123
- An example server definition named 'local':

0 commit comments

Comments
 (0)