<NOROUTINE>zExternalFreeze
Dear experts,
I'm using a test enviroment to test freeze & thaw scripts on windows. I executed command:
..\bin\cache -s. -U%%SYS ##Class(Backup.General).ExternalFreeze()
then was saved log in cconsole:
04/28/24-10:38:55:070 (6588) 0 Backup.General.ExternalFreeze: Suspending system
04/28/24-10:38:55:070 (6588) 1 Backup.General.ExternalFreeze: Warning, d:\test\databases\logic\ is not being journalled
04/28/24-10:38:55:070 (6588) 1 Backup.General.ExternalFreeze: Warning, c:\test\mprllib\ is not being journalled
04/28/24-10:38:55:085 (6588) 1 Backup.General.ExternalFreeze: Error: <NOROUTINE>zExternalFreeze+55^Backup.General.1 *ST
Please, how can I create this routine to execute correctly?
Thank you.
It seems that in your system the routine ST.int is missing, can you check if it's in the %SYS namespace?
ST.int is part of Ensemble, it should be there but apparently is not (has been deleted?).