Urgent - Library Load failedon Enterprise Server

Ashutosh A

Member
Hello ,

I am facing an issue where BSFN are not executing on Enterprise Server and in Call Object Kernel, I could see errors like

========================================================
29248/3 WRK:AAGARWAL_405F4360_P42101 Tue Dec 15 16:31:23.366159 jdeobj.c3694
COB - Library load failed /meqawt1jd1/t1jdessw2/E811/PY811/bin32/libCMFG.so Error = 0

29248/3 WRK:AAGARWAL_405F4360_P42101 Tue Dec 15 16:31:23.366284 jdeobj.c1209
COB0000011 - Library load failed /meqawt1jd1/t1jdessw2/E811/PY811/bin32/libCMFG.so function BuildUniqueConfigurationID Error = 0

29248/2 WRK:AAGARWAL_405F4360_P42101 Tue Dec 15 16:44:26.429522 jdeobj.c3694
COB - Library load failed /meqawt1jd1/t1jdessw2/E811/PY811/bin32/libCMFG.so Error = 0
======================================================
This is random and not spacefic to any application.

COB Kernel debug also doesn't gives any information.

> The mentioned path exist on server with all library.
> I also tried to build/deployed new full package (with no errors).
> verified 'C' complier version and path.

Platform: HPUX- 11.23
JDE Release: 8.11 SP1
Tools Relase: 8.98.0.3

Can anyone help me regarding this.
 
Make sure no one change the DLL that the business function is supposed to run in. The DLL is global so if someone changes it it will affect the other path codes right away also.
 
No one have changed the BSFN and Library.
I also check the BSFN that are build in Library.
-----------------------------------------------------
mepsf898@ieoesh27$ nm -A *.so | grep BuildUniqueConfigurationID
[4613] | 70906672| 2096|FUNC |GLOB |0| .text|libCMFG.so:BuildUniqueConfigurationID
mepsf898@ieoesh27$ nm -A *.so | grep ":EditSystemExistenceF99410"
[2084] | 95451952| 3296|FUNC |GLOB |0| .text|libCCRIN.so:EditSystemExistenceF99410
mepsf898@ieoesh27$ nm -A *.so | grep ":GetCompanyfromCC"
[2583] | 69023952| 2016|FUNC |GLOB |0| .text|libCFIN.so:GetCompanyfromCC
mepsf898@ieoesh27$ nm -A *.so | grep ":GetParentAddress"
[4043] | 68941760| 1952|FUNC |GLOB |0| .text|libCFIN.so:GetParentAddress
--------------------------------------------------------
 
Back
Top