G
George Potemkin
Guest
Set SESSION
EBUG-ALERT = TRUE. > I am getting an error Stack trace will point out to: -> prodict/dump/_dmpdata.p at line 1802 (prodict/dump/_dmpdata.r) You can see this procedure in $DLC/src/prodict.pl DEFINE VARIABLE stopped AS LOGICAL NO-UNDO init true. define variable xDumpTerminatedMsg as character no-undo init "Dump terminated.". IF stopped THEN MESSAGE xDumpTerminatedMsg. ELSE MESSAGE "Dump of database contents completed:" cntr "table(s) dumped successfully.". Check the code before it sets "stopped" to "false".
Continue reading...
Continue reading...