Hi Folks,
I have created the structure for JDBC receiver. Connecting to ORACLE databse10g. I am getiing below errorwhile excuting the proecedure
MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'GetUmlerEquipDetails' (structure 'Statement'): java.sql.SQLException: ORA-06550: line 1, column 7: PLS-00201: identifier 'GETUMLEREQUIPDETAILS' must be declared ORA-06550: line 1, column 7: PL/SQL: Statement ignored
Below is the structure
<?xml version="1.0" encoding="UTF-8"?>
<ns0:MT_SADBUMLER_RECEIVE xmlns:ns0="urn:cpr.ca:pi:Umler:Aif"><Statement><GetUmlerEquipDetails action="EXECUTE" table="EDRAPP.EDR_EQUIP_DETAIL.GETUMLEREQUIPDETAILS"><P_VINMARKCD isInput="true" type="VARCHAR">ITTX </P_VINMARKCD><P_VINEQPUNNBR isInput="true" type="VARCHAR">0000942040</P_VINEQPUNNBR><P_VOUTMARKCD isOutput="true" type="VARCHAR"></P_VOUTMARKCD><P_VOUTEQPUNNBR isOutput="true" type="VARCHAR"></P_VOUTEQPUNNBR><P_VOUTAAR_CAR_TYPE_CD isOutput="true" type="VARCHAR"></P_VOUTAAR_CAR_TYPE_CD><P_VOUTOTSD_LENGTH_QTY isOutput="true" type="VARCHAR"></P_VOUTOTSD_LENGTH_QTY><P_VOUTLESSEE_MARK_CD isOutput="true" type="VARCHAR"></P_VOUTLESSEE_MARK_CD><P_VOUTACTUAL_CPCTY_QTY isOutput="true" type="INTEGER"></P_VOUTACTUAL_CPCTY_QTY><P_VOUTCPCTY_UNIT_MSR_CD isOutput="true" type="VARCHAR"></P_VOUTCPCTY_UNIT_MSR_CD></GetUmlerEquipDetails></Statement></ns0:MT_SADBUMLER_RECEIVE>
Thanks in Advance.