Error in interfacing

Hello,
I have created interface of type ABAP DIctionary.
In that Global  types i defined two flobal varaibles EMP_NAME and POS_NAME of type QISR_TAB_TYPE.
In Import parameters of interface i have import parameters:
I0001_ENAME, I0001_PERNR.
Then i code initilazation i have written follwing code:
DATA: wa_ename TYPE QISR_STRUC_TYPE,
         wa_pernr TYPE QISR_STRUC_TYPE,
         wa_dummy TYPE QISR_STRUC_TYPE,
         ename    TYPE char255,
         pos      TYPE char255.
READ TABLE i0001_ename INTO wa_ename INDEX 1.
READ TABLE i0001_pernr INTO wa_pernr INDEX 1.
CONCATENATE WA_ENAME-FIELD '(' WA_PERNR-FIELD ')' INTO ename.
wa_dummy-field = ename.
APPEND wa_dummy to EMP_NAME.
In transaction SFP , i have drag and drop EMP_NAME from interface to context.
Then on layout, i have data binding($record.EMP_NAME.DATA[*].FIELD) with one input field:
When i run this process from portal, there is no value coming for emp_name on form display.
Please suggest,

You need to track down where there is a problem. There are 3 optiions (IMHO):
1) in ABAP coding - of course you can debug ABAP code, start here, or you may have done that already
2) in data passing/ binding - you need to turn the trace on so you can check what data has gone through all the pipes into the form. When the trace is on, the forms has attachment with useful things like all data in xml format, error log etc.
3) somewhere else
- if you are sure the data has been sent from ABAP and cannot be reached in a data file using the trace, I can´t help using SDN only
- if you find the data in the data file (attachment) and cannot see them in a field, then it is a binding problem or some form malfunction (bad scripting, corrupted design etc.)

Similar Messages

  • Syntax Error In Interface Declaration

    Hi,
    while activating proxy i am facing "Syntax Error In Interface Declaration" Error. pls guide me to rectify it.
    Thanks in Advance.
    Regards,
    Chandra

    Hi ,
    XML message interface
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:p1="http://MYTUTORIAL_CM" name="FlightSeatAvailabilityQuery_Out" targetNamespace="http://MYTUTORIAL_CM">
         <wsdl:documentation>
         Flight seat availability query - Out (only for use in XI Demo)
         </wsdl:documentation>
         <wsdl:types>
              <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://MYTUTORIAL_CM" targetNamespace="http://MYTUTORIAL_CM">
                   <xsd:element name="FlightNotFound">
                        <xsd:complexType>
                             <xsd:sequence>
                                  <xsd:element name="standard" type="ExchangeFaultData" />
                             </xsd:sequence>
                        </xsd:complexType>
                   </xsd:element>
                   <xsd:element name="FlightSeatAvailabilityQuery" type="FlightSeatAvailabilityQuery" />
                   <xsd:element name="FlightSeatAvailabilityResponse" type="FlightSeatAvailabilityResponse" />
                   <xsd:complexType name="FlightSeatAvailabilityQuery">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             47ad89c013b311dab948000d604e4c90
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:sequence>
                             <xsd:element name="FlightID" type="FlightID">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       011d0310139e11da948ef4d509b6dddf
                                       </xsd:appinfo>
                                       <xsd:documentation xml:lang="EN">
                                       Flight ID
                                       </xsd:documentation>
                                  </xsd:annotation>
                             </xsd:element>
                        </xsd:sequence>
                   </xsd:complexType>
                   <xsd:complexType name="ExchangeLogData">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             47a65dd013b311dace53000d604e4c90
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:sequence>
                             <xsd:element name="severity" type="xsd:string" minOccurs="0" />
                             <xsd:element name="text" type="xsd:string" />
                             <xsd:element name="url" type="xsd:string" minOccurs="0" />
                             <xsd:element name="id" type="xsd:string" minOccurs="0" />
                        </xsd:sequence>
                   </xsd:complexType>
                   <xsd:complexType name="FlightSeatAvailabilityResponse">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             47b970a013b311da8619000d604e4c90
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:sequence>
                             <xsd:element name="EconomyMaxSeats" type="xsd:int">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       0b75900013a011daaf1ff4d509b6dddf
                                       </xsd:appinfo>
                                       <xsd:documentation xml:lang="EN">
                                       Maximal Seats Economy Class
                                       </xsd:documentation>
                                  </xsd:annotation>
                             </xsd:element>
                             <xsd:element name="EconomyFreeSeats" type="xsd:int">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       0b75900113a011dac95cf4d509b6dddf
                                       </xsd:appinfo>
                                       <xsd:documentation xml:lang="EN">
                                       Free Seats Economy Class
                                       </xsd:documentation>
                                  </xsd:annotation>
                             </xsd:element>
                             <xsd:element name="BusinessMaxSeats" type="xsd:int">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       0b75900213a011dacefcf4d509b6dddf
                                       </xsd:appinfo>
                                       <xsd:documentation xml:lang="EN">
                                       Maximal Seats Business Class
                                       </xsd:documentation>
                                  </xsd:annotation>
                             </xsd:element>
                             <xsd:element name="BusinessFreeSeats" type="xsd:int">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       0b75900313a011dacc26f4d509b6dddf
                                       </xsd:appinfo>
                                       <xsd:documentation xml:lang="EN">
                                       Free Seats Business Class
                                       </xsd:documentation>
                                  </xsd:annotation>
                             </xsd:element>
                             <xsd:element name="FirstMaxSetas" type="xsd:int">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       0b75900413a011da8918f4d509b6dddf
                                       </xsd:appinfo>
                                       <xsd:documentation xml:lang="EN">
                                       Maximal Seats First Class
                                       </xsd:documentation>
                                  </xsd:annotation>
                             </xsd:element>
                             <xsd:element name="FirstFreeSeats" type="xsd:int">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       0b75900513a011da9d26f4d509b6dddf
                                       </xsd:appinfo>
                                       <xsd:documentation xml:lang="EN">
                                       Free Seats First Class
                                       </xsd:documentation>
                                  </xsd:annotation>
                             </xsd:element>
                        </xsd:sequence>
                   </xsd:complexType>
                   <xsd:complexType name="FlightID">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             47b26bc013b311da99e3000d604e4c90
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:sequence>
                             <xsd:element name="AirlineID">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       a099b780139e11da9a55f4d509b6dddf
                                       </xsd:appinfo>
                                       <xsd:documentation xml:lang="EN">
                                       Airline ID
                                       </xsd:documentation>
                                  </xsd:annotation>
                                  <xsd:simpleType>
                                       <xsd:restriction base="xsd:string">
                                            <xsd:maxLength value="3" />
                                       </xsd:restriction>
                                  </xsd:simpleType>
                             </xsd:element>
                             <xsd:element name="ConnectionID">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       a099b781139e11da830bf4d509b6dddf
                                       </xsd:appinfo>
                                       <xsd:documentation xml:lang="EN">
                                       Connection ID
                                       </xsd:documentation>
                                  </xsd:annotation>
                                  <xsd:simpleType>
                                       <xsd:restriction base="xsd:string">
                                            <xsd:length value="4" />
                                            <xsd:pattern value="\d+" />
                                       </xsd:restriction>
                                  </xsd:simpleType>
                             </xsd:element>
                             <xsd:element name="FlightDate" type="xsd:date">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       a099b782139e11dac6c0f4d509b6dddf
                                       </xsd:appinfo>
                                       <xsd:documentation xml:lang="EN">
                                       Flight Date
                                       </xsd:documentation>
                                  </xsd:annotation>
                             </xsd:element>
                        </xsd:sequence>
                   </xsd:complexType>
                   <xsd:complexType name="ExchangeFaultData">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             47a1a2e013b311da8347000d604e4c90
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:sequence>
                             <xsd:element name="faultText" type="xsd:string" />
                             <xsd:element name="faultUrl" type="xsd:string" minOccurs="0" />
                             <xsd:element name="faultDetail" type="ExchangeLogData" minOccurs="0" maxOccurs="unbounded" />
                        </xsd:sequence>
                   </xsd:complexType>
              </xsd:schema>
         </wsdl:types>
         <wsdl:message name="FlightSeatAvailabilityResponse">
              <wsdl:documentation>
              Flight seat availability response (only for use in XI Demo)
              </wsdl:documentation>
              <wsdl:part name="FlightSeatAvailabilityResponse" element="p1:FlightSeatAvailabilityResponse" />
         </wsdl:message>
         <wsdl:message name="FlightSeatAvailabilityQuery">
              <wsdl:documentation>
              Flight seat availability query (only for use in XI Demo)
              </wsdl:documentation>
              <wsdl:part name="FlightSeatAvailabilityQuery" element="p1:FlightSeatAvailabilityQuery" />
         </wsdl:message>
         <wsdl:message name="FlightNotFound">
              <wsdl:documentation>
              Flight not found (only for use in XI Demo)
              </wsdl:documentation>
              <wsdl:part name="FlightNotFound" element="p1:FlightNotFound" />
         </wsdl:message>
         <wsdl:portType name="FlightSeatAvailabilityQuery_Out">
              <wsdl:operation name="FlightSeatAvailabilityQuery_Out">
                   <wsdl:output message="p1:FlightSeatAvailabilityQuery" />
                   <wsdl:input message="p1:FlightSeatAvailabilityResponse" />
                   <wsdl:fault name="FlightNotFound" message="p1:FlightNotFound" />
              </wsdl:operation>
         </wsdl:portType>
         <ifr:properties xmlns:ifr="urn:com-sap:ifr:v2:wsdl">
              <ifr:category>
              ifmmessif
              </ifr:category>
              <ifr:methods>
                   <ifr:method name="FlightSeatAvailabilityQuery_Out">
                        <ifr:isSynchron>
                        true
                        </ifr:isSynchron>
                        <ifr:isInbound>
                        false
                        </ifr:isInbound>
                        <ifr:interfaceCategory>
                        outbound
                        </ifr:interfaceCategory>
                   </ifr:method>
              </ifr:methods>
              <ifr:messages>
                   <ifr:message name="FlightSeatAvailabilityResponse">
                        <ifr:messType>
                        ifmmessage
                        </ifr:messType>
                        <ifr:technicalNamespace>
                        http://MYTUTORIAL_CM
                        </ifr:technicalNamespace>
                   </ifr:message>
                   <ifr:message name="FlightSeatAvailabilityQuery">
                        <ifr:messType>
                        ifmmessage
                        </ifr:messType>
                        <ifr:technicalNamespace>
                        http://MYTUTORIAL_CM
                        </ifr:technicalNamespace>
                   </ifr:message>
                   <ifr:message name="FlightNotFound">
                        <ifr:messType>
                        ifmfaultm
                        </ifr:messType>
                        <ifr:technicalNamespace>
                        http://MYTUTORIAL_CM
                        </ifr:technicalNamespace>
                   </ifr:message>
              </ifr:messages>
         </ifr:properties>
    </wsdl:definitions>
    Regards,
    Chandra

  • Errors in Interfaces

    How errors in interface is handled ? different methods of doing it? how to go , if flat file given from legacy systems is too large?
    thanks
    Newbie

    I mean to say that if we are given a flatfile with so many records for eg.5000 are being moved from legacy systems in to oracle apps? out of 5000 say 500 records resulted in error,what to do with those 500 errored records?

  • ClockIn/ClockOut Error: Class interface was changed at runtime

    Hi,
    We are testing clock in / clock out corrections and the following error is arising when we call the functionality by this link:
    http://server:port/sap/bc/webdynpro/sap/hress_a_corrections?sap-wd-configid=HRESS_AC_CORRECTIONS&sap-client=400&sap-language=PT
    Error:
    Class interface was changed at runtime
    The strange is that before it was working fine and now we are getting this dump.
    Any Idea?
    Thanks
    Bruno

    I have found the error. Someone in the project run some process and input  wrong data in infotype 2006.
    I cleaned it and it worked!
    Thank Siddharth.
    Regards,
    Bruno

  • Why do I keep getting Error 519: Server interface error" - Server interface error "no component returned from creativewidget' Line: 479 - var test = parent.add('statictext', undefined, text)  when I try to use pattern fill/scripted patterns.  I have unin

    Why do I keep getting Error 519: Server interface error" - Server interface error "no component returned from creativewidget' Line: 479 -> var test = parent.add('statictext', undefined, text)  when I try to use pattern fill/scripted patterns.  I have uninstalled and re-installed PS CC.  I have opened holding down shift to disable third party plug-ins.  I have moved 3rd party plugins to a temp location outside of ps and it still doesn't help.  It worked once, and only once and now won't work at all.

    Unless your Photoshop question has to do with a download/install error, you should ask in Photoshop General Discussion
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Error in Interface for management of HTTP destinations

    Hello Experts,
    I've go the following error when i'm trying to create a logical port in SOA Manager.
    'Error in Interface for management of HTTP destinations'.
    I was trying to create a logical port of type WSDL for a consumer proxy, with a URL provided by the EP consultant.
    Kindly let me know how can i rectify the above stated error.

    Hi
    Did you try creating the connection via sm59 (RFC Destination), then try to assign it (instead of direct URL call, specify the RFC destination). That way, you can trace the RFC destination.
    Regards
    Ronny

  • %HWIC_HOST-1-RX_CRC_ERROR: HWIC_HOST: Host termination logic experienced an HWIC CRC error for Interface

    Hi,
    we observe errors logs on the router as below ,please check and update if its trouble issue or abnormal behavior as we dont see any Services interuppted in the router currently.
    Jun 17 06:18:57.208: %HWIC_HOST-1-RX_CRC_ERROR: HWIC_HOST: Host termination logic experienced an HWIC CRC error for Interface Descriptor Block 0x30A5F9A0
    Jun 17 06:19:08.632: %HWIC_HOST-1-RX_CRC_ERROR: HWIC_HOST: Host termination logic experienced an HWIC CRC error for Interface Descriptor Block 0x30A5F9A0
    Jun 17 06:19:09.452: %HWIC_HOST-1-RX_CRC_ERROR: HWIC_HOST: Host termination logic experienced an HWIC CRC error for Interface
    LS-EMAX-LAMCY-MPLS uptime is 18 weeks, 21 hours, 38 minutes
    System returned to ROM by power-on
    System restarted at 08:52:33 UTC Mon Feb 10 2014
    System image file is "usbflash0:c1900-universalk9-mz.SPA.151-4.M4.bin"
    Last reload type: Normal Reload
    LS-EMAX-LAMCY-MPLS#
    NAME: "CISCO1921/K9 chassis", DESCR: "CISCO1921/K9 chassis"
    PID: CISCO1921/K9 , VID: V05 , SN: FCZ1652902A
    NAME: "Enhanced High Speed WAN Interface Card-1 Port Gigabit Ethernet SFP/Cu on Slot 0 SubSlot 0", DESCR: "Enhanced High Speed WAN Interface Card-1 Port Gigabit Ethernet SFP/Cu"
    PID: EHWIC-1GE-SFP-CU , VID: V01, SN: FOC16486ADD

    Hi,
    Its indeed the bug CSCuo71154
    https://tools.cisco.com/bugsearch/bug/CSCuo71154/?reffering_site=dumpcr
    There is no release where the bug is fixed at the moment, though there is a workaround by enabling flow control.
    Thanks
    "Please rate the post if found useful"

  • Error in interface import

    Hi,
    I have exported Models and Interfaces from DEV environment and imported them in PROD in the order Models first and then Interfaces. After successful import, I changed the context and Logical Schema.
    In Models, preview data is coming fine. But when I open the interface, Target Datastore is not associated with Model. rest information like Logical Schema, Physical Schema, DataServer are coming fine. Only Model name is not displaying and all the mappings are showing as RED.
    Please help me...any step I am missing
    Thanks,
    Naveen Suram
    Edited by: Naveen Suram on Feb 18, 2010 4:52 PM

    We have imported them in "Duplication" mode....and the internal IDs are different....
    When we are trying to import in "Synonym INSERT" or "Synonym INSERT_UPDATE" mode, we are getting the following error. Our DEV and PROD workrepository IDs are same.
    com.sunopsis.core.m: This import action has been cancelled because it could damage your repository (problem with the identifier sequences)
    at com.sunopsis.dwg.DwgObject.a(DwgObject.java)
    at com.sunopsis.dwg.DwgObject.doImport(DwgObject.java)
    at com.sunopsis.dwg.DwgObject.importFromXml(DwgObject.java)
    at com.sunopsis.graphical.r.oy.f(oy.java)
    at com.sunopsis.graphical.r.lf.b(lf.java)
    at com.sunopsis.graphical.tools.utils.swingworker.v.call(v.java)
    at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
    at com.sunopsis.graphical.tools.utils.swingworker.l.run(l.java)
    at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
    at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
    at java.lang.Thread.run(Thread.java:595)

  • Getting Error while Interfacing the Data in OM

    Hi Gurus,
    i am getting following error while i am running the interface in order management for interface the data into standard tables
    the error is as follows
    "This Customer's PO Number is referenced by another order" . This error is for the header table
    "You are trying to insert an existing order or update an order that does not exist. Please enter a correct operation code. ;" . This error is for the Lines table
    can anyone help me out wat is the cause and solution for it.
    any inputs is highly appreciable.
    thanks

    Hi,
    Please refer to following metalink document :
    Sales Order Import Fails With Error Customer Po Number Referenced By Another Ord [ID 778895.1]
    Regards,
    Vikas

  • Error in Interfacing Project Invoices to AR - No Active Project Manager

    I am getting an error while transferring a projects invoice to AR.
    I am running concurrent program 'PRC: Interface Invoices to Receivables' program from a responsibility that was created as per the client project security requirements.
    The output  gives an error message - 'No Active Project Manager Found'.
    Note:
    - The project manager is active on the project.
    - The person record of the project manager is active with an active HR assignment.
    - The project manager role is not end dated.
    When I run this same program from the standard Project Implementation Super User responsibility for the same project, the invoice gets interfaced to Receivables without any error.
    Why does this happen ?
    Is this concurrent program dependent on any menu / function / profile option ? If so, which one ?
    Regards,
    Prakash

    Hi Prakesh,
    Were you able to generate Invoice and AR Invoice Number in PJB?
    Try run Oracle Projects Invoice Data Collection Test n Oracle Projects (PA): Security Health Check
    check.
    Regards
    Raghavender K

  • Error: Message interface is not used by this process Netweaver PI 7.0

    Hi All,
    I am receiving this error in file to idoc scenario. The file is being picked up by communication channel. Then through an interface mapping IM_MET_ROUTE is being forwarded to a BPM MET_FILE_ROUTE. The MET_FILE_ROUTE forwards it to different BPM depending on file type. whenever I am posting a file it is not reaching IM_MET_ROUTE and giving an error  as shown below.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--
    Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="BPE_ADAPTER">MESSAGE_NOT_USED</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Message interface is not used by this process</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Can you please suggest any solution to remove the error.

    Hi All,
    Thanks a lot Vikrant for your suggestion. The error is resolved. This was not a configuration problem. This was a design problem. Initially I also looked for configuration changes but that was correct hence I came to conclusion that this might be a design isuue.
       These are the steps that we should follow to resolve the errors
    1. First Check your configuration again and again with test tool and payload to find where exactly your configuration is failing.
    2. The above step will not be successful since we are already receiving the error.
    3. The above test will fail in interface determination step.
    4. Please go through the interface determination in Integration repository(PI 7.0).
    5. Check whether all interface mapping,source and target message interface are proper or not.
    6. if receiver or sender of message is an BPM please look into their receiver and sender element message type.This must match with the one specified in Interface mapping defined within Integration directory( in the interface deterination step).
       In my case the sixth step above was the solution.

  • File to RT Error In Interface While Concurrent Scheduling

    Hi,
        In my scenario a dynamic status file generated like this:-Status_file_<#Session_id>.
    And the Dynamic File To DB (DRM_STATUS_FILE_TO_RT)interface working fine when I tried to run/schedule the scenario after 5 min interval. But the main problem comes when I tried for concurrent scheduling i.e 12 schedule created for different input at the same time. Some interfaces executed successfully and some fails. Remember the table has session id as primary key.
    Here are 2 errors  For Two Different Session In that Interface:-
    1) Integration DRM_STATUS_FILE_TO_RT  Insert flow into I$ table:-
    ODI-1228: Task DRM_STATUS_FILE_TO_RT (Integration) fails on the target ORACLE connection XXRBS.
    Caused By: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
          at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
          at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
          at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
          at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
          at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
          at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
          at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:27)
          at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1115)
          at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)
          at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)
          at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3954)
          at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1539)
          at oracle.odi.runtime.agent.execution.sql.SQLCommand.execute(SQLCommand.java:163)
          at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:102)
          at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:1)
          at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
          at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)
          at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)
          at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:558)
          at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:464)
          at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2093)
          at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1889)
          at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$2.doAction(StartScenRequestProcessor.java:580)
          at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
          at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:513)
          at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$StartScenTask.doExecute(StartScenRequestProcessor.java:1066)
          at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
          at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
          at java.lang.Thread.run(Thread.java:662)
    2) Control XXRBS_STATUS_ODI insert PK errors:-
    Error Details:-
    ODI-1228: Task XXRBS_STATUS_ODI (Control) fails on the target ORACLE connection XXRBS.
    Caused By: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
          at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
          at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
          at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
          at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
          at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
          at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
          at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
          at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1115)
          at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)
          at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)
          at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3954)
          at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1539)
          at oracle.odi.runtime.agent.execution.sql.SQLCommand.execute(SQLCommand.java:163)
          at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:102)
          at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:1)
          at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
          at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)
          at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)
          at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:558)
          at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:464)
          at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2093)
          at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1889)
          at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$2.doAction(StartScenRequestProcessor.java:580)
          at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
          at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:513)
          at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$StartScenTask.doExecute(StartScenRequestProcessor.java:1066)
          at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
          at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
          at java.lang.Thread.run(Thread.java:662)
    Please help how to get rid of this.
    Thanks
    Anindya

    Hi Mahesh,
        Sure. Here are my scenario process process steps:-
    Invoke Batch File-->*Batch generates Status File-->Read Status File Store it in Relational Table.
    So in the package step is:-
    Refresh ODI Session Variable-->OdiOsCommand-->DRM_STATUS_FILE_TO_RT(File to RT Interface)
    *Batch generates Status File: For each session 1 status file will be generated like for session id 2200 status file is status_file_2200.txt it is a delimited file.
    Target table name is XXRBS_STATUS_ODI.
    I have created 12 schedules for the scenario at same time where batch has different inputs for each case (i.e input variable value is different for each schedule).
    But some schedule run successfully and some fails at the interface step. More specific to say one session fails at :-
    1)       Integration DRM_STATUS_FILE_TO_RT  Insert flow into I$ table:-
    And other at 
    2)      Control XXRBS_STATUS_ODI insert PK errors:-
    These are the detailed  steps  from the Interface step.
    LKMS:-
    LKM File To SQL,IKM SQL Incremental Update,CKM Oracle
    1) Integration DRM_STATUS_FILE_TO_RT  Insert flow into I$ table  Code Deatils:-
    insert into XXRBS.I$_XXRBS_STATUS_ODI
    SESSION_ID,
    RETURN_CODE,
    ERROR_CODE,
    ERROR_MESSAGE,
    IND_UPDATE
    select 
    C1_SESSION_ID,
    C2_RETURN_CODE,
    C3_ERROR_CODE,
    SUBSTR(C4_ERROR_MESSAGE,0,48),
    'I' IND_UPDATE
    from XXRBS.C$_0XXRBS_STATUS_ODI
    where (1=1)
    2)      Control XXRBS_STATUS_ODI insert PK errors Code Details:-
    insert into XXRBS.E$_XXRBS_STATUS_ODI
    ODI_PK,
    ODI_SESS_NO,
    ODI_ROW_ID,
    ODI_ERR_TYPE,
    ODI_ERR_MESS,
    ODI_ORIGIN,
    ODI_CHECK_DATE,
    ODI_CONS_NAME,
    ODI_CONS_TYPE,
    SESSION_ID,
    RETURN_CODE,
    ERROR_CODE,
    ERROR_MESSAGE
    select SYS_GUID(),
    592001,
    rowid,
    'F',
    'ODI-15064: The primary key SYS_C0020495 is not unique.',
    '(33001)RBS_DRM_ODI_SOA.DRM_STATUS_FILE_TO_RT',
    sysdate,
    'SYS_C0020495',
    'PK',
    XXRBS_STATUS_ODI.SESSION_ID,
    XXRBS_STATUS_ODI.RETURN_CODE,
    XXRBS_STATUS_ODI.ERROR_CODE,
    XXRBS_STATUS_ODI.ERROR_MESSAGE
    from XXRBS.I$_XXRBS_STATUS_ODI   XXRBS_STATUS_ODI
    where exists  (
      select SUB.SESSION_ID
      from  XXRBS.I$_XXRBS_STATUS_ODI SUB
      where  SUB.SESSION_ID=XXRBS_STATUS_ODI.SESSION_ID
      group by  SUB.SESSION_ID
      having  count(1) > 1

  • Error in interface mapping  when calling a xsl file

    Hi,
    Using XSLT I am calling another XSL file  into my main xsl file.I have added both the zip files into  a single zip file and imported in my imported archive.But when i do the interface mapping testing i get an error 'Transformer configuration exception occurred when loading XSLT xslt1.xsl'.
    What should i do?

    Dear Sidhvin,
    First test your XSLT in the editor (for example STYLUS STUDIO). In Editor run your mapping and have a look whether you are getting the required result.
    if you are  getting the required result of XSLT then use it in the scenario and after importing this activate it and then run the interface.
    hope this time you will not get any error
    Thanks
    Sandeep
    PS: if helpful Reward points

  • Error in Interface Sync RFC-XI-SOAP

    Hi,
    I have an interface RFC - XI - SOAP Sync.
    The error appears only in PRD environment and is intermittent error.
    Follow the message error in sxmb_moni:
    <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Security.SecurityException: The event source ExceptionManagerInternalException does not exist and cannot be created with the current permissions. ---> System.Security.SecurityException: Requested registry access is not allowed. at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable) at System.Diagnostics.EventLog.CreateEventSource(String source, String logName, String machineName, Boolean useMutex) at System.Diagnostics.EventLog.CreateEventSource(String source, String logName, String machineName) at System.Diagnostics.EventLog.CreateEventSource(String source, String logName) at Microsoft.ApplicationBlocks.ExceptionManagement.DefaultPublisher.VerifyValidSource() --- End of inner exception stack trace --- at Microsoft.ApplicationBlocks.ExceptionManagement.DefaultPublisher.VerifyValidSource() at Microsoft.ApplicationBlocks.ExceptionManagement.DefaultPublisher.Publish(Exception exception, NameValueCollection additionalInfo, NameValueCollection configSettings) at Microsoft.ApplicationBlocks.ExceptionManagement.ExceptionManager.PublishInternalException(Exception exception, NameValueCollection additionalInfo) at Microsoft.ApplicationBlocks.ExceptionManagement.ExceptionManager.Publish(Exception exception, NameValueCollection additionalInfo) at Microsoft.ApplicationBlocks.ExceptionManagement.ExceptionManager.Publish(Exception exception) at mServices.WebServices.mServices.CancelServiceOrderList(OrderTypeCancelTO[] orders) --- End of inner exception stack trace ---</SAP:AdditionalText>
    Could you help me?
    Thank a lot.
    Maicon.

    > {quote:title=Rosa Maicon wrote:}
    > Hi,
    > I have an interface RFC - XI - SOAP Sync.
    > The error appears only in PRD environment and is intermittent error.
    > The event source ExceptionManagerInternalException does not exist and cannot be created with the current permissions.
    This looks like a permission error for the user role provided in production. try sending soap request from web client tool and see whether you get the same error.
    Check whether you have all the permissions required and also check whether there is WS security in the production environment.
    Regards,
    Pavan

  • Error in Interface

    Hi Gurus,
      I have  an Interface Proxy to file .When I test the messages sometimes the message is getting Successfully Transferred and Sometime I am Getting The Following Error"
    "No object type found for the message Check that the corresponding process is activated"
    Can You tell me the reason for this Error.
    There is No Problem in CACHE.

    Hi,
    >I have an Interface Proxy to file .When I test the messages sometimes the message is getting >Successfully Transferred and Sometime I am Getting The Following Error"
    Make sure whether any one did changes in SAP ECC ( Proxy Code ) & Not activated
    Cheeers
    Agasthuri Doss

  • BPM Error: no interface action for sender or receiver found

    Dear All
    I am doing an HTTP to Proxy scenario using BPM Synch Asynch bridge. The error in HTTP is error 500 (Internal Serve Error)
    I am getting following error in moni
    <Trace level="1" type="T">select interface namespace urn:WorkDelivery</Trace>
      <Trace level="1" type="T">--start determination of receiver interface action</Trace>
      <Trace level="1" type="T">Loop 0000000001</Trace>
      <Trace level="1" type="T">select interface LocationSynch_Abs</Trace>
      <Trace level="1" type="T">select interface namespace urn:WorkDelivery</Trace>
      <Trace level="1" type="T">--no interface action for sender or receiver found</Trace>
      <Trace level="1" type="T">Hence set action to DEL</Trace>
      </SAP:Trace>
    I have seen some posts on sdn regarding the same problem but couldn't get any solution out of it.
    Please let me know how can this problem be solved.
    Sourabh

    I am using Two Synchronous interfaces:
    Synh_Out: Used before BPM
    Sync_Abs inside Synch/Asynch bridge:
    I am using an switch step to check a condition then in both the branches I have a send step and a transformation step:
    Send step1 is using one Asynch Abstract Interface
    Send step2 is using Another Asynch Abstract Interface. These Interfaces have different message types.
    The Transformation step in both the branchs have same operation mapping.
    The laststep after switch step is closing A/S bridge.
    There are two RDs after after BPM. They are having the same Interfaces as there in the respective send steps.
    I can see the xml version of my BPM
    Edited by: Sourabh Nirmal on Mar 30, 2010 8:56 AM

Maybe you are looking for