cancel
Showing results for 
Search instead for 
Did you mean: 

RSRD_X_GET_PORTAL_INFO_PROXY Error with SSO notauthorized

Former Member
0 Kudos

Hi Friends

The error is present even now that users are interested in using the

execution of Broadcasting in BW reports, is the first time you need

this option with Brodcasting.

They are presenting this error we have not yet been resolved, we need

your appreciated help to try to correct it and continue with the setup

functions Broadcasting to send information to users.

In the llog file dev_jrfc:

Return code: RFC_FAILURE(1)

error group: 102

key: RFC_ERROR_COMMUNICATION

Error> occured >Thu Aug 04 04:31:34,196<

RfcException:

message: Connect to SAP gateway failed

Connect parameters: TPNAME=SAPSLDAPI_XP1 GWHOST=10.255.2.24 GWSERV=sapgw01

ERROR partner 'bsids023:sapgw01' not reached

TIME Thu Aug 4 04:31:39 201

RELEASE 700

COMPONENT NI (network interface)

VERSION 38

RC -10

MODULE nixxi.cpp

LINE 2512

DETAIL NiPConnect

SYSTEM CALL connect

ERRNO 239

ERRNO TEXT Connection refused

COUNTER 44

Return code: RFC_FAILURE(1)

error group: 102

key: RFC_ERROR_COMMUNICATION

        • Error file opened at 20110804 164308 Eastern Daylight Time Rel

6.45.22 (2010-02-17) [700.278]

Exception thrown [Thu Aug 04 16:43:08,014]:Exception thrown by

application running in JCo Server

java.lang.RuntimeException: Call of FM RSRD_X_GET_PORTAL_INFO_PROXY to

ProgId BSIDS023_PORTAL_SD1 on host bsids023 with SSO not authorized: No

login module succeeded.

Thank you very much for your attention

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

HI,

ERROR partner 'bsids023:sapgw01' not reached

Are you able to ping the hostname bsids023.

Check if the service sapgw01 is also configured to the correct port in the services file.

You also cout test with

telnet 'bsids023 sapgw01

Cheers,

Clébio

Former Member
0 Kudos

Hi,

There are two different errors in your log:

Connect parameters: TPNAME=SAPSLDAPI_XP1 GWHOST=10.255.2.24 GWSERV=sapgw01

ERROR partner 'bsids023:sapgw01' not reached

This shows the SLD registration for the system is failing. On the SLD host -> Visual Admin -> Services -> JCO RFC -> Check if the program SAPSLDAPI_XP1 is running.

java.lang.RuntimeException: Call of FM RSRD_X_GET_PORTAL_INFO_PROXY to

ProgId BSIDS023_PORTAL_SD1 on host bsids023 with SSO not authorized: No

login module succeeded.

For this error check if the prgram BSIDS023_PORTAL_SD1 is running fine on the BI Java system's Visual Admin -> JCO RFC.

Also check if the SSO is setup correctly between the BI ABAP and Java systems.

http://wiki.sdn.sap.com/wiki/display/EP/SSO,ConfigurationSteps

Regards,

Srikishan