cancel
Showing results for 
Search instead for 
Did you mean: 

SLDAPICUST in single stack PI

harish_babu5
Participant
0 Kudos

Hi Guys

I am on single stack PI. Do I have to create transactions like SLDAPICUST, SAPSLDAPI, LCRSAPRFC

What is the user that I need to use for SLDAPICUST?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Harish,

In SAP PI - single stack server, configuration in TCode - SLDAPICUST is required. Maintain User - PIAPPLUSER or any user with role - SAP_XI_APPL_SERV_USER.


Also TCP/IP connection - SAPSLDAPI is required.

Apart from these, two type - G connections PI_AEX and SAP_PROXY_ESR are required as explained above by Vikas.

If required, kindly go through below links;

http://scn.sap.com/people/michal.krawczyk2/blog/2012/01/19/michals-pi-tips-how-do-you-activate-abap-...

http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/08/28/overview-configuration-guide-for-...

Thanks,

Amit Patil

harish_babu5
Participant
0 Kudos

Hi Amit,

Thanks for the inputs.

In single stack there is no T code SLDAPICUST.

So I presume you meant ECC system and not PI. In ECC system I think we need a role like LDUSER or something, PIAPPLUSER cannot access SLD, right?

Regards

Former Member
0 Kudos

Hi Harish,

Your presumption is correct. You need to configure ‘SLDAPICUST’ in every SAP ABAP server which is to be connected with SAP PI.


Maintain details in TCode - SLDAPICUST as below;

Alias – Any Meaningful Name e.g. SAP_CONFIG,

Primary Checkbox – It should be checked to make the record/entry primary,

Host Name – Host Name of SAP PI AEX server,

Port Number - Port No. of SAP PI AEX Server,

Username – User with role ‘SAP_XI_APPL_SERV_USER’

Password – ********

Thanks,

Amit Patil



harish_babu5
Participant
0 Kudos

Thanks Amit

I used PISUPER and now it works.

It shows "Connection to SLD works correctly"

Regards

Harish

Former Member
0 Kudos

Hi Harish,

Glad to hear, you got your issue resolved.

Thanks,

Amit Patil

Answers (1)

Answers (1)

vicky20691
Active Contributor
0 Kudos

Yes you must create SLDAPICUST for proxy configuration.

But there is no need of LCRSAPRFC and SAPSLDAPI...

Just one connection to PI system --- type H

and connection type H named SAP_PROXY_ESR ( name should be this only)

and then SXMB_ADM for IS_URL parameter (find any blog regarding proxy connection).

and then SAPSLDAPICUST - to establish connection to SLD of PI

and then SPROXY must give your ESR components.

FYI- proxy configuration

i.      The first connection will be created to the AEX system

·         Give any relevant name to connection (eg. : PO_AEX)

·         Host name must be host of AEX system

·         Service no. will contain port for AEX host.

·         Path prefix= /XISOAPAdapter/MessageServlet?ximessage=true

i.      The second HTTP Connection to be created to ESR.

·         Name= SAP_PROXY_ESR ( use this name only)

·         Target host= AEX system host

·         Service no. = port of AEX system

·         Path prefix= /rep

a.      Go to SXMB_ADM -> Integration Server Configuration and make a destination of parameter IS_URL and give destination name as dest://<destination-name to AEX>. For example dest://PO_AEX

b.      Perform SLDCHECK to see whether the system is connected to PO System’s SLD.

If not, we can connect to SLD using transaction SLDAPICUST

Then SPROXY. DOne

Regards,

Vikas Kumar Singh