cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Error

Former Member
0 Kudos

Hi Guys,

i am getting below error in MONI, can any one please help me on this wt 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: [SQL0204] PARSETLIBL in *LIBL type *N not found.</SAP:AdditionalText>

<SAP:Stack />

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

</SAP:Error>

Thanks,

Siva

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>>Error when executing statement for table/stored proc. 'PAR303SP' (structure 'STATEMENT'):

The error occured in the stored procedure statement. You need to check on the db side. Not on the PI side. Check with DBA and see any invalid name specified for the field/column/table names in the procedure. Also check in the oracle log trace for still more information for your troubleshooting.

Answers (0)