cancel
Showing results for 
Search instead for 
Did you mean: 

XI Adapter Framework Error in SXMB_MONI

Former Member
0 Kudos

Hi Experts,

i am getting below error in MONI. Could any one please advice me what is the problem...

*<?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.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'PAR303SP' (structure 'STATEMENT'): java.sql.SQLException: [CEE9901] Application error. CEE9901 unmonitored by PAR303SP at statement 0000000102, instruction X'0000'.</SAP:AdditionalText>

<SAP:Stack />

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

</SAP:Error>Thanks,

Siva.

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Siva,

Can you check your stored procedure - 'PAR303SP'

Cheers

Agasthuri

Former Member
0 Kudos

Agasthuri,

What should i check in stored procedure - 'PAR303SP', is there any problem with Password expirity or license expirity with database something, Database team is different ..what should i check with that people exactly...

Thanks for ur help..

Thanks,

Siva..

agasthuri_doss
Active Contributor
0 Kudos

Siva,

As Baskar mentioned cross check the User ID & Password. and also ask them to check their log files.. which will give morw info

Cheers

Agasthuri

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Error occurs in stored procedure. Please check over there. One suggesion ..

GO to Advanced Tab in the Jdbc receiver adapter and set the following parameter

Name : logSQLStatement

Value: true.

This might help log trace much better.

Former Member
0 Kudos

Hi Bhaskar,

What should i check in stored procedure - 'PAR303SP', is there any problem with Password expirity or license expirity with database something, Database team is different ..what should i check with that people exactly...

Thanks for ur help..

Thanks,

Siva..

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Check for username/password whether expired or not.. Also check with oracle or database team about error what they get. Sometime after 3 times invalid login, oracle will lock the adapter and stop processing. Also log trace would help to know the error details...if user password is not problem then you might have to work with database team to see what error they get in their side.

Former Member
0 Kudos

Thanks for ur help Bhaskar....