KMoody
Member
Progress: 10.2b SP7
OS: SUSE Linux Enterprise Server 11
I've tried to run the following script in _progres:
And I get the following error:
Line 725 refers to this code in _runcode.p:
Why am I getting this error? Why does _dmpuser.p invoke _runcode.p in the first place?
OS: SUSE Linux Enterprise Server 11
I've tried to run the following script in _progres:
Code:
compile [DLC_path]/src/prodict/dump/_dmpuser.p save into [some_other_dir]
And I get the following error:
Code:
│ ** "fn" was not found. (293) │
│ ** /usr/dlc/src/adecomm/_runcode.p Could not understand line 725. (193) │
│ ** Unable to understand after -- "? cObjectType". (247) │
│ ** /usr/dlc/src/adecomm/_runcode.p Could not understand line 725. (198)
Line 725 refers to this code in _runcode.p:
Code:
cObjectType = {fn getObjectType PersistProcDelete.hProc} NO-ERROR.
Why am I getting this error? Why does _dmpuser.p invoke _runcode.p in the first place?