we are having trouble in posting the invoice.. While trying to post the invoice its getting hang ans shows this error : "** Save file named core for analysis by Progress Software Corporation (439)" (attached screen shotView attachment 721)
what might be the problem please help...
In the directory where the database file ( the one with the db extension ) is located you will find a file with the extension lg - that's the database log file.
RealHeavyDude.
Bro : the names I have given is exact. But the log file has nothing relevant in it ad its last modified date is 20/02/2008 :-(
DEFINE VARIABLE i AS INTEGER NO-UNDO.
DO i = 1 TO NUM-DBS:
MESSAGE 'Logical name: ' LDBNAME ( i ) SKIP
'Physical name: ' PDBNAME ( i ) SKIP
VIEW-AS ALERT-BOX INFO.
END.