Question lw wei · May 6, 2020 Stop instance in non-iteractive way My steps are as follows: 1. Switch to the system user using psTool 2. Start instance in emergency way 3. Journal restore 4. Stop instance A dialog box appears: The parameter “quielty” seems to have no effect in the windows environment Is there any non-interactive way to close the instance? #Caché 0 10 0 440
Question lw wei · Apr 28, 2020 Starting caché without automatic WIJ recovery in non-interactive way After the database is restored, the WIJ file may be incompatible, so I deleted the WIJ file, and it needs to be set manually at startup message in cconsole.log: Enter Cache' with csession CACHE2016 -B and Do ^STURECOV for help recovering from the errors after command " Do ^STURECOV": #Caché 0 2 0 1.1K
Question lw wei · Jul 17, 2019 journal restore failed with ZJRNFILT The steps are as follows:1. create global For I=1:1:200 Set ^ABC(I)="" For I=1:1:200 Set ^XYZ(I)="" For I=1:1:100 Kill ^ABC(I)2. create ZJRNFILTZJRNFILT(jid,dir,glo,type,restmode,addr,time) /*Filter*/ Set restmode=1 /*Return 1 for restore*/ If glo["^ABC",type="K" Set restmode=0 /*except if a kill on ^ABC*/ Quit ;3. restore #Backup #Journaling #System Administration #Caché 0 7 0 521