I have UPOC that runs on a schedule. It calls ENV to set up the path to a directory. For some odd reason sometimes the engine says it can’t find the variable 😈 Anyone else seen this and if so how did they fix it??
here is the error:
proc = ‘tpsCrispDSQuery’
args = ”
result = ‘can’t read “env(HCIROOT)”: no such variable’
errorInfo: ‘
can’t read “env(HCIROOT)”: no such variable
while executing
“set sqlitePath “$env(HCIROOT)/sqlite””
The messages go to the error database. I resend them and no error occurs 😕