You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,15 @@ On this step installer would create (if needed) Namespace and corresponding data
51
51
52
52
For information on how to work with this RESTful web API please refer to included documentation.
53
53
54
+
Additional installation parameters
55
+
-----------
56
+
57
+
As a second parameter to `do ##class(%Installer.Installer).InstallFromCommandLine()` you can supply a comma-separated list of additional variables. Eg: User=MDX2JSON,Password=123456
58
+
59
+
User is a Caché user to create or modify. He will be given SELECT access to all tables in {Namespace}
60
+
61
+
Password must be supplied alongside User parameters
0 commit comments