go to post Adam Raszkiewicz · Oct 31, 2024 Thanks for the help. It worked fine for me but when I have tried to configure for another developer it hit the problem when he ended up on my branch because of that universal temp folder for the namespace. More on that problem here: https://github.com/intersystems/git-source-control/issues/613
go to post Adam Raszkiewicz · Nov 14, 2023 Is there a way to capture in the CSP logs IP (or name) of the instance of IRIS to which one tries to communicate?
go to post Adam Raszkiewicz · Oct 17, 2023 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.
go to post Adam Raszkiewicz · Aug 29, 2023 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")=Path set Status=##Class(Config.Databases).Create(Name,.Properties)
go to post Adam Raszkiewicz · Aug 28, 2023 DB creation: set Status=##Class(Config.Databases).Create(Name,.Properties) and namespace creation: set Status=##Class(Config.Namespaces).Create(Name,.Properties)
go to post Adam Raszkiewicz · Aug 21, 2023 I have solved it by adding ENV var in the /etc/environment
go to post Adam Raszkiewicz · Aug 21, 2023 First command comes blank Second throws that: NSPACE>!whoamiroot
go to post Adam Raszkiewicz · Aug 18, 2023 Indeed, but I thought `export VAR="var"` is system wide compared just to local/user `VAR="var"`