Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

LDAP Connection problem

Former Member
0 Likes
1,163

Hi everyone,

I am trying to setup a LDAP connection from ABAP WEB AS ECC6.0 to Win Server 2003 Active Directory.

The AS is running on HP-UX v11.23.

In setting up I used the steps mentioned in the ECC6.0 Help.

RFC Destination - Test connection completes succesfully.

In transaction LDAP, server, LDAP connector and system user are configured. These settings are tested through LDP.exe and connection, bind and queries to the AD are working.

When I try Log On in trans. LDAP I get the following error:

Connection problem - the description for it is Error Message LDAPRC091.

The trace for the RFC gives the following:

Slot 0 (USER_VN): <<< ldap_simple_bind_sU() == 91 := failed

In SAP Note 511141 - Error messages from message class LDAPRC there is no LDAPRC091.

Also I looked up the RFC:

http://www.ietf.org/rfc/rfc2251.txt?number=2251

and there as well the error codes end at 90.

I tried searching the net an this forum as well but I didn't seem to find any matches.

Best Regards

V.

2 REPLIES 2
Read only

Former Member
0 Likes
517

Hi Vladimir,

We are getting same error now.

are you able to recollect the resolution for above error.

Regards,

Shripad

Read only

ChrisPS
Product and Topic Expert
Product and Topic Expert
0 Likes
517

Hello Shripad,

                     the error LDAPRC091 is being reported by the LDAP client library here to SAP (this is not an error in the SAP application rather the LDAP directory). Therefore check the documentation of your LDAP client library/LDAP directory to get more information in this case.

Thanks,

Chris