cancel
Showing results for 
Search instead for 
Did you mean: 

Error SXMB_MONI

Former Member
0 Kudos

Hello,

i've a RFC - JDBC interface .

The database is Microsoft access, when i trigger the interface the follow error occurs in SXMB_MONI, response msg:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Inbound Message

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

can somebody help me please?,

thanks very much

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Go to sxi_cache and give full refresh if the JDBC communication channel workes before.

Regards,

Prakasu.M

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Try looking for the exact error in Adapter monitoring at http://<servername>:<port>/mdt/amtServlet. For that you can use the following procedure:

Double clicking the JDBC adapter in the adapter list --> Look for your communication channel.

There in history you will get exact error.

Also check your communication channel configuration and see if your JDBC adapter is properly configured.

Please find below the configuration which you can use

JDBC Driver: jdbc.odbc.JdbcOdbcDriver

Connection: jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=H:/xitemp/DB/myDB.mdb

If you are using the Access DB file on your local server then make sure it it is shared properly and accessible from your XI system. I hope that should solve your problem.

Regards,

Jitender Chauhan

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Check Audit log in Message Monitoring and as well as Channel monitoring, this might be due to any

Key value or field violation. So Check audit log to find exact error.

former_member307485
Active Participant
0 Kudos

Hi SIlvia,

Any new patch applied to the system...?

check this for your reference

REgards,

Divya

Former Member
0 Kudos

Hi,

in XI in RWB in component monitoring - adapter engine....go to comm channel monitoring and see the error that occurred at your JDBC comm channel......this error description can help to know what error has occurred in your scenario.........

Regards,

Rajeev Gupta

former_member206760
Active Contributor
0 Kudos

1. try double chking the receiver jdbc query that is getting generated...try quering it independently on the databsae system and see if it works

2. try restarting your J2ee engine