cancel
Showing results for 
Search instead for 
Did you mean: 

Channel Error

Former Member
0 Kudos

Hi,

Channel is giving below error.

Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'WRM.WRM_STOCK' (structure 'statement'): java.sql.SQLException: ORA-06550: line 1, column 7: PLS-00201: identifier 'WRM.WRM_STOCK' must be declared ORA-06550: line 1, column 7: PL/SQL: Statement ignored

what could be the reason.

Accepted Solutions (0)

Answers (2)

Answers (2)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Check the Mapping Structure,

Cheers

Agasthuri Doss

Former Member
0 Kudos

Hi,

maybe this thread could help:

Regards

Patrick

VijayKonam
Active Contributor
0 Kudos

Looks like this is thrown from the ORacle database. Did you execute the SP independently on the database and confirmed it working? If so see to that you use all the names of the elements in your data types exactly the same as they are defined on the DB. They are case sensitive.

VJ