cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Receiver Communication channel Error

Former Member
0 Kudos

Hi Friends,

I am facing below error in JDBC Receiver Communication chnnel.

Please shared your views.

Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'KRSAPJOB' (structure 'Statements'): java.sql.SQLException: [SQL0204] KRSAPJOB in KRONOSMF type *FILE not found.

thanks

Mohit

Accepted Solutions (1)

Accepted Solutions (1)

former_member184681
Active Contributor
0 Kudos

Hi,

This is obviously an error in the Stored Procedure you are calling with the JDBC Adapter. Contact the party that is responsible for this particular system, as it is up to them to fix this.

Hope you'll find it useful,

Greg

Answers (4)

Answers (4)

Former Member
0 Kudos

resolved

Former Member
0 Kudos

Hi Mohit,

I received a smiliar error with the receiving JDBC Communication channel. Please talk with your database Admin regarding the stored procedure.

Either one of the fileds in the database is Mandatory and you are not sending that field valiue OR

the data type for one of the fields definied is not matching the one in the database and the stored procedure is failing and throwing an exception.

Teresa

baskar_gopalakrishnan2
Active Contributor
0 Kudos

With your error details, I dont see any issues with PI or communication channel configuration issue. First talk to DBA or whoever handles Stored Procedure to sort out this problem.

Shabarish_Nair
Active Contributor
0 Kudos

Looking at the error, it could be an issue with the SP itself and not PI but try to execute the SP independently of PI using the same input data and check to confirm.