cancel
Showing results for 
Search instead for 
Did you mean: 

unable to create RFC connection for LDAP Gateway interface

Former Member
0 Kudos

I am trying to use s559 to create a LDAP RFC connection. When I test the connection I get the following error(s):

Logon Connection Error

Error Details Error when opening an RFC connection

Error Details ERROR: program LDAP-CONNECTOR_00 not registered

Error Details LOCATION: SAP-Gateway on host dalweaver / sapgw00

Error Details DETAIL: TP LDAP-CONNECTOR_00 not registered

Error Details COMPONENT: SAP-Gateway

Error Details COUNTER: 53

Error Details MODULE: gwr3cpic.c

Any help would be greatly appreciated.

Thanks

Paul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Paul,

The R/3 system tries to contact a registered server program that is currently not registered on the gateway.

Register the server program on the gateway. The server program is responsible for its registration on the gateway.

When you start the server program, it has all of the information concerning the gateway on which the program should be registered.

You require the following parameters:

<program name> -a<program ID> -g<SAP gateway hostname> -x<gateway service>

To register, for example, the 'rfcexec' test program (sample server program from the RFCSDK) under the 'test' program ID on the SAP host 'HOST' via the 'sapgw00' gateway, start rfcexec as follows:

rfcexec -atest -gHOST -xsapgw00

The program ID must correspond (case-sensitive) with the program ID used in the RFC destination (SM59, see below).

Restart the relevant server program with the corresponding parameters. In the Gateway Monitor (Transaction SMGW --> Goto --> Logged on clients), check that the server program was subsequently registered.

The entry for the above example is:

" LU Name TP Name Host Name Host Address System Type ..

HOST test HOST <IP address> REGISTER_TP.."

Parameters to note:

TP Name : the name you selected (-a)

System Type: REGISTER_TP (indicates a registered program).

For more information see Note 63930

Cheers,

Shaym

Former Member
0 Kudos

Hi ! I am experiencing problems to setup LDAP in GRC 10.0. Im receiving the error below:

1 program(s) are already registered at gateway service

"sapgw00" on host "cpsapgrd00v" with the program-ID "LDAP_CPADS01V-01".

The LDAP Connector can only operate properly if it is

the only program with this registration.

Terminating.

I redo the RFC and tried to active the connector, but I am still receiving the same error. If you have any tip or thing likes that I really appreciate !

Regards,

Alan

Former Member
0 Kudos

Alan

Did you get any solution to the issue ? I do have the same issue ...

Answers (0)