JDE.LOG error codes

DaveBarber

Active Member
Does anyone know if there is a standard list of JDE error message codes that appear in the jde.log?
I will elaborate - I am writing a program to read jde logs to trap any errors that might have occured dring the execution of a batch job but did not prevent the batch job ending in error.
I notice that jde.log messages are prefixed with a number e.g. if i type a fast path command in that does not exist i find the message below is returned:


496/308 Tue Nov 05 09:41:16 2002 DLG_MSGB.CPP190
Install Failed: Invaild object name - DOBUGGER

The install failed text is preceded by an error code DLG_MSGB.CPP190

Is this within a certain range of error messages held somewhere within jde and is there a defintive list of codes that could be interogated for trppping all errors at log level?

thanks in advance

Dave Barber

OW XE BASE SP18.1 on Oracle NT
 
Back
Top