cancel
Showing results for 
Search instead for 
Did you mean: 

connection informations

Former Member
0 Kudos

Hi All,

Can anyone guide me on the below things for PI7.3 system by giving links or SAP notes .?

1)How to setup RFC connections   from PI system to ECC system  with user PIAPPLUSER of connection type H(HTTP sconnection to ABAP system)

2)How to setup RFC connections  of tcp/ip type for LCRSAPRFC and SAPSLDAPI

3)How to  use the T-Code SXMB_ADM & Maintain Integration Engine Configuration 

4)How to use  the T-Code SLDAPICUST & Maintain the SLD access data

Regards

Ram

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Follow below steps:

1) Logon to ABAP System.
   Execute SLDAPICUST transaction.
   Enter the host name and http port of SLD.
   Enter the user name and password who can logs on to SLD. User is assigned at least to the LcrUser role.

2) Execute SM59 transaction.
   Create an RFC destination "SAPSLDAPI"
   Enter  a program ID "SAPSLDAPI_<SID>".
   Enter the value of Gateway host and Gateway service.
   Save the RFC.

3)Login to NWA(http://<host>:<port>/nwa)

   Choose Configuration Management → Infrastructure → JCO RFC Provider.

   Create a JCO Destination called "SAPSLDAPI_<SID>".

   Enter the same value of Gateway host and Gateway service that is entered in "SAPSLDAPI"RFC    in step2.

   Enter the value of server count between 3 and 10.

   Please refer the following help link:

   "Creating an RFC Destination for the SLD ABAP API on the AS Java Side"

Repeat 2-3 steps for LCRSAPRFC

Thanks and Regards,

Vipin

nabendu_sen
Active Contributor
0 Kudos

1. SM59 -->

Technical Setting:

  • Connection Type: H
  • Target Host: System name (target system host)
  • Service Number: HTTP Port name (800*)
  • Path Prefix:     /sap/XI/engine/?type=entry

http://scn.sap.com/people/satish.chauhan/blog/2011/08/21/proxy-configuration-for-pi-73-java-only

Rest:

In SM59 of your SAP system you have to create/mantain the following destinations:

  • SAP_PROXY_ESR (type G)
  • SAPSLDAPI (type T)
  • LCRSAPRFC (type T)
  • PI_AEE (type G) next this destination is to be inserted into SXMB_ADM transaction -> Integration Engine Configuration -> Corresponding Integ. Server as shown in Michal blog.

Within transaction SLDAPICUST check whether the connection parameters are maintained correctly. If the correct user, password, host name and port are maintained and the primary flag is set to a valid parameter set, re-enter the valid password.

For Receiver Connection of Proxy please check below:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70066f78-7794-2c10-2e8c-cb967cef4...


Former Member
0 Kudos

Hi Nabendu,

I could not get what the link http://scn.sap.com/people/satish.chauhan/blog/2011/08/21/proxy-configuration-for-pi-73-java-only conveys and am to see the weblogs properly

Regards

Ram