Please, could you also post values of given variables pstrNamespace, pstrGlobalName, pstrOutputPath? What OS/Caché version it is?
Try to also use "d" parameter instead of "-d" and check the status returned by method:
Do $system.OBJ.DIsplayError(sc)
It should return more information about the error.
Generally it tries to use device (file?) which was not opened, given line in version 2017.2.1 is:
Xecute code Quit:'$t 0 Use dev Quit 1
- Log in to post comments