on 2016 May 24 6:30 AM
I am trying to connect PI dual stack to ECC. I have created two RFC destinations and both are not working.
RFC Destination of Type G, SAP_PROXY_ESR
RFC Destination of Type H, PI_AEX. Here the port number entered is 50,000. This is the port number maintained in the transaction SMICM ---Services.
I created connection to SLD in transaction SLDAPICUST and it also fails with error message:
Exception on SLD server: Error in processing of HTTP request: (417)Connect to host:50000 failed: NIEHOST_UNKNOWN(-2)
I checked the roles of the user in SU01 of ABAP stack
I found only two roles
SAP_XI_ADMINISTRATOR_J2EE
SAP_XI_CONTENT_ORGANIZER_J2EE
Is this because of that, inadequate roles that these RFCs and SLDAPICUST failing?
Should I add more roles in SU01 or Java stack?
Hi Midhun,
The host unknown error is due to the fact that the hostname you have declared in your RFC destination cannot be resolved as an IP address. Have you tried using IP instead? If that does not work, ask your network team to check it.
Regards,
Mark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Midhun,
For PI 7.3 onwards, type G is the preferred method. It looks like the port does not matter, but the type and path does e.g
Type G with /XISOAPAdapter/MessageServlet?ximessage=true sends it to the SOAP Adapter using XI protocol
Type H with /sap/xi/engine?type=entry sends it to the integration engine
Regards,
Mark
Hi
I think it's an issue with dNS
I replaced FQDN with IP address,
In Type G, I am getting status 200 which means it is working
In type H, I am getting status 500 Empty HTTP Request received, does it mean it's working?
In SLDAPICUST, I am getting 403 forbidden and that's understandable as I don't have SLD access for the userid I am using
Now what should I do here so that it will work with FQDN?
Hi Midhun,
please check the below url maintained in the path .. in ECC level
path : " /sap/xi/engine/?type=entry "
and respective credentials too . (Username and Password)..
Regards,
Azmath.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Midhun,
You have the SAP documentation here Connecting the ABAP Backend to Advanced Adapter Engine - Configuring Process Integration (PI) After ...
Check with your network team if there is any firewall and if the ECC DNS can do the IP resolving.
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Midhun,
The error of unknown host can only occure
1. If the host or port is incorrect in the RFC configuration
2. The SAP PI server is not reachable from SAP ECC
Exception on SLD server: Error in processing of HTTP request: (417)Connect to host:50000 failed: NIEHOST_UNKNOWN(-2)
Please check if the host and port are correct in the configuration and there is no firewall opening required between SAP and PI.
regards,
Harish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.