cancel
Showing results for 
Search instead for 
Did you mean: 

LDAPRFC_LOAD not found

Former Member
0 Kudos

Integration of SAP Netweaver User Management with LDAP


During configuration of LDAP and trying to logon to server using ldap connecter am getting this error in st11 pls help me out in resolving this issue

ABAP Programm: SAPLSLDAP_CCMS (Transaction: LDAP)

Called function module: LDAPRFC_LOAD

User: SUPPORT (Client: 320)

Destination: LDAP_DC1SJGLOBAL (Handle: 1, DtConId: 539D27C3D5F51660E10080000AC3E865, DtConCnt: 1, ConvId: 05022397,{539D27C4-D5F5-1660-E100-80000AC3E865})

EPP RootContextId: 539D2788D5F51660E10080000AC3E865, ConnectionId: 00000000000000000000000000000000, ConnectionCnt: 0

EPP TransactionId: 539D27C2D5F51660E10080000AC3E865

**** Trace file opened at 20140616 061028 PDT, by disp+work

**** Versions SAP-REL 720,0,401 RFC-VER U 3 1386868 MT-SL

======> Function LDAPRFC_LOAD not found

Regards

Mohammed

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor

Hi Mohammed,

It looks LDAP client installation is missing on the SAP system.

Please install the same and check the results.

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak,

Thanks for the response

Pls help me out in finding the LDAP client files and installation of it

Regards

Mohammed

former_member188883
Active Contributor
0 Kudos

Hi Mohammed,

You can find a list of the LDAP libraries for all platforms in the SAP Service Marketplace, under:

http:// service.sap.com/security--> Security in Detail->Identity Management->Directory Service Integration

Check the whether the LDAP Connector is operable; that is check the availability of the LDAP library, as follows:

Start the LDAP Connector at operating system level in the kernel directory with the following command:

ldap_rfc

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak,

am able to execute ldap_rfc cmd in os-level and rfc created for ldap is working fine but still am facing the issue

Regards

Mohammed

former_member188883
Active Contributor
0 Kudos

Hi Mohammed,

Have you installed the libraries from the path listed above ?

Regards,

Deepak Kori

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Deepak,

Thanks for ur time and support issue got resolved and it was due to conflict of registration of program by rfcexec and ldap_rfc both cmd have been executed for rfc connection test only ldap_rfc registration of program from os level worked in this case

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi,

Two things you need to check and if required, you need to do.

Install LDAP library/client.

LDAP RFC of Type T with activation type as registration.

Start LDAP connectorfrom OS level: ldap_rfc -a<program ID> -x<gateway service> -g<gateway host>

Check LDAP User.

Regards,

Divyanshu