[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Trying to dump table contents using Database administration

  • Thread starter Thread starter George Potemkin
  • Start date Start date
Status
Not open for further replies.
G

George Potemkin

Guest
Set SESSION:DEBUG-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...
 
Status
Not open for further replies.
Back
Top