JDE Error Codes

jpsst34

Well Known Member
Hi all!

I cannot seem to find any documentation on Error Codes returned by OneWorld. For instance, I see in my jde.log the following:

COB0000012 - GetProcAddress failed CALLBSFN.dll function _B55JACK@12 Error = 127

But I do not know what "Error = 127" means. Having a list of all error codes and what they mean would be most useful for debugging. Does anyone know if such a list exists? If so, where can I find it?

Thanks in advance,
 
This is a standard Windows error: "The specified procedure could not be
found.".

You can use VC++ "Error Lookup" tool to find it out...

Regards,

Alexander Pastuhov
Senior Technology Consultant
J.D. Edwards Australia
465 Auburn Road, Hawthorn, Victoria, Australia
Office: (03) 9823-5111 Fax: (03) 9824-8193
Mobile: 0408-363-524
E-mail: [email protected]
 
Back
Top