Adam Raszkiewicz · Aug 18, 2023 go to post

Indeed, but I thought `export VAR="var"` is system wide compared just to local/user `VAR="var"`

Adam Raszkiewicz · Aug 28, 2023 go to post

DB creation:

set Status=##Class(Config.Databases).Create(Name,.Properties)

and namespace creation:

set Status=##Class(Config.Namespaces).Create(Name,.Properties)

Adam Raszkiewicz · Aug 29, 2023 go to post

If so why then pick default config rather than what is passed as a variable? Here is another case when it will fall back to the default one instead using what is set as a variable:

set Name=$SYSTEM.Util.GetEnviron("RESOURCE_DB_NAME")set Path=$SYSTEM.Util.GetEnviron("RESOURCE_DB_PATH")set Properties("Directory")=Pathset Status=##Class(Config.Databases).Create(Name,.Properties)
Adam Raszkiewicz · Oct 17, 2023 go to post

Correct - I use Docker Desktop and by default file sharing was set to "VirtoFS" which had no issue so far. Switching to "gRPC FUSE" solved the problem.

Adam Raszkiewicz · Nov 14, 2023 go to post

Is there a way to capture in the CSP logs IP (or name) of the instance of IRIS to which one tries to communicate?