go to post Kinshuk Rakshith · Sep 15, 2021 Are you running your production in a container? Is the path to the csv on the container or the host? Is your application able to get any information from the csv? Is the path to the archive valid?
go to post Kinshuk Rakshith · Sep 13, 2021 @Muhammad Waseem, That's an excellent suggestion from @Robert Cemper ! However, if you need to run it straight out of box, you may clone this repo.
go to post Kinshuk Rakshith · Sep 13, 2021 Hi, AFAIK, Web Terminal is not an official part of InerSystems IRIS. It is available on Open Exchange. You will need to download it and import (and compile) it into an IRIS namespace. Then you can access it from http://[host]:[port]/terminal/
go to post Kinshuk Rakshith · Jul 27, 2021 Evgeny, Fortunately, I had a simple setup and so the consequence of disabling jounalling across the system was imperceptible to me. Hoping someone else has a better answer.
go to post Kinshuk Rakshith · Jul 27, 2021 I have used the following inside one of the classes before executing a huge ingest process. do DISABLE^%SYS.NOJRN Then turned journalling back on again after the ingestion was complete. do ENABLE^%SYS.NOJRN