Kinshuk Rakshith · Sep 15, 2021 go to post

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?

Kinshuk Rakshith · Sep 13, 2021 go to post

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/

Kinshuk Rakshith · Jul 27, 2021 go to post

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.

Kinshuk Rakshith · Jul 27, 2021 go to post

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