Friday, October 14, 2011

JDE : COB0000012 - GetProcAddress failed

1888/3672 WRK:Starting jdeCallObject         Fri  Oct 14 16:21:16.565001 Jdeobj.c1261
 COB0000012 - GetProcAddress failed CCUSTOM.dll function _GetFileFromPathMatchingWildcard@12 Error = 0

The name of the APIs are mentioned in two places
1) In the JDE BSFN Object ( Mapping to the Template DataStructure)
2) In the c source file.

Scenario 1: If this error is seen in the client's JDE.log itself
Make sure the name of the API given in 1) and 2) are same.
In my case, the name given in BSFN Object(GUI) is GetFileFromPathMatchingWildcard
But the name given in the BSFN .c file is GetFileFromPathMatchingWildcardXXX().Due to this the CCUSTOM dll is not updated with the name given in the JDE object.

Scenario 2: Working in FAT client, but not on Enterprise Server
The BSFN is not properly deployed on the Server


Hope it helps : )

2 comments:

Unknown said...

Hi:

Where we find these APIs to check names?

Amien

GoodForm said...

This solved my problem. Thank you!!