- Log in to post comments
User bio
I'm a quality engineer doing testing and automation for InterSystems cloud offerings.
Outside of InterSystems, I teach in the graduate software engineering program at Brandeis University.
Member since Dec 9, 2015
Posts:
Replies:
Stack Overflow discussion points to a missing or incompatible .NET Framework version, see;
https://stackoverflow.com/questions/11432940/what-does-error-code-0xc0000135-or-1073741515-exit-code-mean-when-starting-a
Also,IRISSECURESTARTA is an 8-bit function, you might need one of the Unicode versions instead.
- Log in to post comments
Do you have write caching enabled on one server vs. others?
- Log in to post comments
Certifications & Credly badges:
Erik has no Certifications & Credly badges yet.
Followers:
Following:
IRIS documentation on backup and restore mentions this for the contents of the snapshot:
"The snapshot is typically a snapshot of all file systems in use by the system. At a minimum, this includes all directories used by the InterSystems IRIS database in any way, such as the installation directory, database directories, journal and alternate journal directories, WIJ directory, and any directory containing external files used by the system." (https://docs.intersystems.com/iris20253/csp/docbook/DocBook.UI.Page.cls…)
As @AlexanderPettitt said, the target instance needs to be cleanly shutdown. The snapshot needs to include everything IRIS expects to use; I'm not certain about what is included in the snapshot from your post.
MISMATCH.WIJ is described here: https://docs.intersystems.com/iris20253/csp/docbook/DocBook.UI.Page.cls?KEY=GCDI_wij#GCDI_wij_recover_compare
If you are comparing the IRIS.WIJ from the target against the contents of the databases from the source (or vice versa) you will get mismatches. If you take the wrong action, you will affect the integrity of the data. The specific details of this are important: such as how the snapshot was taken, what mounting an svol means, and whether or not you actually have some other problem beyond how the backup was taken.
This is a situation where the WRC can help. I'd suggest starting there.