cancel
Showing results for 
Search instead for 
Did you mean: 

soap->XI->RFC scenario problem

Former Member
0 Kudos

Dear all,

i am configuring a scenario like SOAP->XI->RFC.the third party software send the PM notification message to R3 via XI and the notification is created in R3.now i am facing the problem that the scenario works fine but i can't monitor the message in the Integration server and the message is also not monitored in the adapter engine.

appreciate if anybody can give me some advice.

P.S.

some message can be monitored,but the status is system error.the error message lis like below:

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: could not get a client from JCO.Pool: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: 00024No connect to database, session terminated??????????????????????????</SAP

thanks for your attentions.

best regards

xiao feng

SAP china

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

Synchronous messages are not logged, when they are successful.

If you want to see them, you have to set the parameter RUNTIME LOGGING_SYNC

1 in the sxmb_adm -> Integration Engine Configuration -> Specific Configuration

Regards

Stefan

Answers (1)

Answers (1)

Former Member
0 Kudos

Xiao

For you to see synchronous messages in Xi, you've got to go

>sxmb_adm

>integration engine configuration

>specific configuration

>add a new entry

category : Runtime

param : logging_sync

value : 1

set this settings and you should be able to see messages in sxmb_moni

How have you configured the RFC adapter? Have you set the client and login/password?