cancel
Showing results for 
Search instead for 
Did you mean: 

SAP RFC Destination type G error

former_member189354
Contributor
0 Kudos

Hi,

SAP PI dual stack 7.31 testing a RFC Destination of Type G (Exernal http server) getting NIECONN_REFUSED. Extenal http server requires username and passowrd in header field "Authorizaiton = Basic "username:password" in base64 encoded. In RFC Destination I am using basic authorization option where I input username and password but it giving NIECONN_REFUSED. Can you help me on how can I achieve this.

Thank you,

Mallik

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member189354
Contributor
0 Kudos

Hi Hareesh,

     I use HTTP port, path prefid as /.

Former Member
0 Kudos

Hi Mallik

Just to make sure that the connection parameters you are using are correct , can you try  opening it in a browser

http://<your Host>:<port>/<path prefix that you gave>.

just a "/" looks incomplete path or will take you to homepage/ root directory of the application.

Also please check if there are any firewall or network issues.

former_member184720
Active Contributor
0 Kudos

Did you configure the HTTP or HTTPS port? What is the path prefix that you are maintaining?