cancel
Showing results for 
Search instead for 
Did you mean: 

Component Monitoring Issue: Message: Unable to log on to system XYZ

Former Member
0 Kudos

Hi,

I have installed PI 700 with SID ABC and configured with R/3 system SID XYZ.

Now while checking Component Monitoring-->Integration Engines--->Proxy Runtime XYZ I am getting following error.

Message: Unable to log on to system XYZ in language en with user PIRWBUSER

Stacktrace:

com.sap.aii.rwb.exceptions.OperationFailedException: Unable to log on to system ID6 in language en with user PIRWBUSER

at com.sap.aii.rwb.core.XIAbapRTCComponent.getConnector(XIAbapRTCComponent.java:114)

at com.sap.aii.rwb.core.XIRTCComponent.selftest(XIRTCComponent.java:303)

at com.sap.aii.rwb.web.componentmonitoring.model.CompTestModel.doSelftest(CompTestModel.java:608)

at com.sap.aii.rwb.web.componentmonitoring.viewcontroller.CmDynPage.doSelftest(CmDynPage.java:304)

at com.sap.aii.rwb.web.componentmonitoring.viewcontroller.CmDynPage.updateTests(CmDynPage.java:375)

at com.sap.aii.rwb.web.componentmonitoring.viewcontroller.CmDynPage.selectNode(CmDynPage.java:388)

at com.sap.aii.rwb.web.componentmonitoring.viewcontroller.CmDynPage.process_treeClick(CmDynPage.java:339)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

And if I create user PIRWBUSER in my R/3 system XYZ, I get different kind of error.

Details for 'Can the SLD be reached?'

SLD ping gets exception: Error when opening an RFC connection

Under Message Monitoring below is the error:

com.sap.aii.utilxi.misc.api.UnexpectedException: Internal Error: An unexpected error occurred (java.lang.NullPointerException: null)

Can anyone have a look and guide me how to resolve this issue.

Thanks & Regards,

Manish

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

I have changed user from j2ee_admin to PIAPPLUSER in SLDAPICUST in R/3 system. After that it started working fine in Component Monitoring.

Former Member
0 Kudos

Hi Prateek,

I have already created PIRWBUSER in my R/3 system as I have mentioned in my first post. After that I am getting error for Proxy Runtime XYZ as below:

Result of Self-Test

Can the SLD be reached? (Failed) ... Details

Does the Integration Engine know the business system? ... Details (Successful)

Are roles in SXMS_CONF_ITEMS and SLD consistent? ... Details (Successful)

Has an Integration Server destination been defined? ... Details (Successful)

Details for 'Can the SLD be reached?'

SLD ping gets exception: Error when opening an RFC connection

What else I have to do in this case?

Thanks & Regards,

Manish

prateek
Active Contributor
0 Kudos

Make sure ur R3 system XYZ have a user PIRWBUSER on its system. If not, then create it.

Regards,

Prateek

Former Member
0 Kudos

Hi Hamja,

Which RFC you are talking about?

XI -


> R/3

or

R/3------> XI

Thanks & Regards,

Manish

Former Member
0 Kudos

Hi

check the following parameters while creating the RFC connection.

if you are using the tcp/ip connection use the connection type as T.

enter the gatway host as ur host name of the R/3 system

gateway service as sapgw<systemno>

in the logon security tab provide the user name, password, client no etc. and save the settings.

now from the test connection tab test the connection.

Let me know what you are getting after these...

-Hamja