SPPF_MEDIA002 Error when triggering B2B output to Carrier

We are getting this
/BOFU/PPF_STANDARD
SPPF_MEDIA002 error and the output generated is in red status.
There is no documentation available on how to resolve.
If anyone has faced this issue, please let us know the resolution.

Now I can answer myself. It happens because the SAP TM system is not registered as a Business system on the SLD of PI. My customer hasn't provide me yet the PI system. I'll keep updating this message to record the solution for future consultants.
regards,
David R.

Similar Messages

  • PDF Report Error When Distribute the Output?

    REP-0069: Internal Error.
    REP-57054: In-process job terminated:Executed successfully but there were some errors when distribute the output.
    REP-50159: Executed successfully but there were some errors when distribute the output.
    Approximately 5000 Pages
    Distribute PDF File Approximately 1700 Files
    How i can resolve this issue?

    Based that you are in base release I will encourage you to upgrade to the latest patchset for 10gR2 (10.1.2.3) and then apply the recommended bundled patch on top of 10.1.2.3 as several issues have been fixed with
    those patches.
    Reference
    Oracle Reports - Recommended Patch Bundle on Top of 10.1.2.3 (Doc ID 1162562.1)
    Regards RZ

  • Error when sending report output to printer from Forms 10g

    Hi,
    I have a simple report that I am running from a form using run_report_object built-in. I can successfully send the report output to a file but when I send the report output to a printer my report is
    terminated with report status of 'TERMINATED_WITH_ERROR'. I am using the default forms service and reports server that comes with the forms builder. How do I specify the reports server to user my default network printer ?Following is the code that runs my report.
    Thanks,
    Anna
    PROCEDURE SEND_TO_PRINTER IS
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(50);
    rep_server system_variables.reports_server%type;
    alldone          exception;
    BEGIN
         select reports_server
         into rep_server
         from system_variables;
         if rep_server is null then
              msg_alert('Error getting the reports server name', 'I', FALSE);                
              raise alldone;
         end if;
         :ctrl.run_report_errors := 'N';                    
         repid := find_report_object('REP_OBJ1');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,rep_server);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,BATCH);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
         IF :ctrl.rg_print = 'P' THEN
              --Send the output to printer.
              SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,PRINTER);
              SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'dflt');
         ELSIF :ctrl.rg_print = 'R' THEN
              --Rich Text Format
              SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,FILE);
              SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'rtf');
              SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,:ctrl.filename);
         END IF;
         v_rep := RUN_REPORT_OBJECT(repid);
         rep_status := REPORT_OBJECT_STATUS(v_rep);
         WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
         LOOP
              rep_status := report_object_status(v_rep);
         END LOOP;
         IF rep_status = 'FINISHED' THEN
              null;
         ELSE
              :ctrl.run_report_errors := 'Y';
              msg_alert('Error when running report.' || rep_status, 'I', FALSE);           
         END IF;
    EXCEPTION
         when no_data_found then
              msg_alert('Error getting the reports server name', 'I', FALSE);      
         when alldone then
              null;     
    END;

    If you use Windows the user that runs the reports server is usually LocalSystem. Check this in the Windows Services panel.
    LocalSystem has no printer access. To be able to print, you have to use a real domain user that has access to the printer. So, change the Log on properties in the Services panel.

  • Test failed BAM-00553 Error when integrating  B2B with BAM

    Hi,
    We used the following link to integrate B2B with BAM.
    Oracle Fusion Middleware User’s Guide for Oracle B2B 11g.
    Monitoring Instance Message Data With Oracle BAM
    http://docs.oracle.com/cd/E15586_01/integration.1111/e10229/b2b_bam.htm#CFHJIBHC
    server is running on linux machine..
    we got the following error when we create Enterprise Message Sources and try to start it.
    Name: B2B_EMS
    Owner: weblogic
    Created: 1/23/2012 9:02:17 AM
    Last modified: 1/25/2012 8:37:43 AM
    Status: Test failed - BAM-00553: Resources start operation for destination jndi/jms/bamqueue failed.
    Initial Context Factory: weblogic.jndi.WLInitialContextFactory.
    JNDI Service Provider URL: t3://soahost:9001.
    Topic/Queue Connection Factory Name: jms/BAMAQQueueCF.
    Topic/Queue Name: jndi/jms/bamqueue.
    JNDI Username: .
    JNDI Password: .
    JMS Message Type: TextMessage.
    Durable Subscriber Name (Optional): .
    Message Selector (Optional): .
    Data Object Name: /Samples/B2B/B2BDO.
    Operation: Insert.
    Batching: No.
    Transaction: No.
    Start when BAM Server starts: Yes.
    JMS Username (Optional): .
    JMS Password (Optional): .
    Please suggest with the solution, also provide with any of other sample which defines B2B and BAM Integration.
    Regards
    Shankar

    Hi,
    We used the following link to integrate B2B with BAM.
    Oracle Fusion Middleware User’s Guide for Oracle B2B 11g.
    Monitoring Instance Message Data With Oracle BAM
    http://docs.oracle.com/cd/E15586_01/integration.1111/e10229/b2b_bam.htm#CFHJIBHC
    server is running on linux machine..
    we got the following error when we create Enterprise Message Sources and try to start it.
    Name: B2B_EMS
    Owner: weblogic
    Created: 1/23/2012 9:02:17 AM
    Last modified: 1/25/2012 8:37:43 AM
    Status: Test failed - BAM-00553: Resources start operation for destination jndi/jms/bamqueue failed.
    Initial Context Factory: weblogic.jndi.WLInitialContextFactory.
    JNDI Service Provider URL: t3://soahost:9001.
    Topic/Queue Connection Factory Name: jms/BAMAQQueueCF.
    Topic/Queue Name: jndi/jms/bamqueue.
    JNDI Username: .
    JNDI Password: .
    JMS Message Type: TextMessage.
    Durable Subscriber Name (Optional): .
    Message Selector (Optional): .
    Data Object Name: /Samples/B2B/B2BDO.
    Operation: Insert.
    Batching: No.
    Transaction: No.
    Start when BAM Server starts: Yes.
    JMS Username (Optional): .
    JMS Password (Optional): .
    Please suggest with the solution, also provide with any of other sample which defines B2B and BAM Integration.
    Regards
    Shankar

  • REP-0081 error when emailing report output

    I am using RUN_REPORT_OBJECT to execute a report from a form. I have the report set up as a Report object in the form. The report runs fine to screen or to file, but I am getting an error when attempting to email report in batch mode:
    REP-0081: Error during file I/O operation.
    REP-0110: Unable to open file 'mpa02448.pdf'.
    scaba 14
    Execution Mode = Batch
    Report Destination = Mail
    Report Destination Name = [email protected]
    Report Destination Format = PDF
    I am able to send email to the same address via UTL_SMTP directly from the form, so it is not an email handler problem.
    Any ideas?

    I have verified the latest patches.
    Addresses are indeed in Windows address book.
    As far as verifying permissions on the file, the file does not exist. It would appear that the error is generated when creating the PDF file, before emailing occurs. Again, however, I do not have problems writing to file directly.
    Is there a default directory used when emailing report for file creation? Perhaps the permissions on that directory need to be changed. Please advise.

  • Getting ERROR when downloading alv output to Excel

    Hello All,
    I get a error message when I try to use the standard funtionality to download the alv output to excel.
    The current statement only supports character-type data objects.
    What happened?
    The current ABAP/4 program "SAPLKKBL " had to be terminated because
    one of the statements could not be executed.
    This is probably due to an error in the ABAP/4 program.
    Error analysis
    In statement
       "STRLEN( obj )..."
    the argument "obj" can only take a character-type data object.
    Source code extract
    038620   *   ansonsten entspricht sich min. Ausgabelänge und Ausprägungslänge
    038630       else.
    038640         if gs_fc-tech_form ne 99.
         >           gs_out-hlplen = strlen(  ).
    038660         endif.
    038670       endif.
    In this case, the operand "obj" has the non-character type "I".
    Please can anyone put some light on this. It is veru difficult to go through the whole std functionality to download.
    Thanks for all support guys!
    Sri.

    Hi srikanth,
    This error comes because the values present in any one of the displayed coloums containing special character like * present before or after the number....  i.e  instead of 4 ...**4.
    While displaying in the screen it is of no problem. since both *4 are converted into char format (internally) and gets displayed.
    But while you download the same throu the EXCEL functionality SAP will intenally convert the same into NUMERIC format. Since 4 is number.
    So in that case *4 will cause dump.
    *So find out the place in which the value appearing like this *4 and try to correct it.
    *Surely it is of Field LENGTH problem. Try to increase the length of the field 4.
    It Should WORK.!!!..  else post ur query here.
    REWARD POINTS IF USEFUL
    ~Lakshmiraj~

  • Outbound Proxy error when triggering from SPROXY

    Hi Everyone,
    I was working on outbound proxy from ECC to PI. I have generated the proxy and activated. When I am trying to test the proxy manually from SPROXY the message is not getting triggered to SXMB_MONI in ECC itself. But I didn't get any error message as well. When I am executing the proxy from SPROXY I was getting below message in the status bar. So can anyone help me with the possible solution why the message is not getting triggered.
    Below is the options I have selected while executing the proxy.
    This was the status message which was giving after execution of proxy from SPROXY. The same status was giving for all the Proxy interface which ever is executing from SPROXY.
    Regards,
    Kankipati.

    Hi Kankipati
    can you please try Commit work  by navigating on test proxy screen .
    Extra- Trigger Commit work .
    Follow the below link .
    SAP PI Reference: SAP PI ABAP Proxy Outbound settings, Triggering message to SAP PI(When many sap pi systems)
    Best Regards
    Srinivas

  • Dev 6.0 Reports: Error when generating delimited output

    It seems there may be a problem when trying to use the generate
    delimited output command in Developer 6.0 Reports run-time.
    I have a report with a formula column that performs a simple
    calculation 'x is what percent of y,' where x and y are fields on
    the report. From Report Builder I can preview the report and
    generate delimited output without any problems. It is quite
    nice. Unfortunately this is not true when using the run-time
    exacutable outside of Report Builder.
    The report runs without a problem, but when I choose to generate
    to a file as delimited output (comma delimited with quotes as
    cell wrappers) I receive the error:
    'REP-1249 Column <column name> has no PL/SQL formula.' It seems
    that summary columns work fine, but if the report contains a
    formula column then it fails. If I remove the formula column and
    generate to a file as delimited output it works fine.
    Does anyone have any suggestions as to how to solve this problem?
    Thanks,
    Scott H.
    null

    Scott H. (guest) wrote:
    : It seems there may be a problem when trying to use the generate
    : delimited output command in Developer 6.0 Reports run-time.
    : I have a report with a formula column that performs a simple
    : calculation 'x is what percent of y,' where x and y are fields
    on
    : the report. From Report Builder I can preview the report and
    : generate delimited output without any problems. It is quite
    : nice. Unfortunately this is not true when using the run-time
    : exacutable outside of Report Builder.
    : The report runs without a problem, but when I choose to
    generate
    : to a file as delimited output (comma delimited with quotes as
    : cell wrappers) I receive the error:
    : 'REP-1249 Column <column name> has no PL/SQL formula.' It
    seems
    : that summary columns work fine, but if the report contains a
    : formula column then it fails. If I remove the formula column
    and
    : generate to a file as delimited output it works fine.
    : Does anyone have any suggestions as to how to solve this
    problem?
    : Thanks,
    : Scott H.
    Hi Scott,
    could only guess, but try to have your report compiled to a .rep
    file instead of using .rdf. Maybe it helps.
    null

  • Error when triggering Integration Process

    Hello, Experts!
    I try to perform the following scenario:
    When file File_name.DBF is put into some specified folder, Integration Process is triggered. In this Integration Process I  form SQL-Query and send it to get data from this DBF.
    I do not want to use Sender JDBC adapter.
    So for triggering Integration Process I created dummy message type and configured the Sender File adepter. This file adapter checks the folder every minute. When file File_name.DBF appears a dummy message is formed.
    This message is used to trigger the integration process. Then I use this dummy message in transformation (form SQL-Query) as Source message. I do not map any of its fields (only use it as start message). But at runtime in SXMB_MONI there is an error in this transformation. I can continue process after error manually and everything is good.
    Could you explain why this error happens and how to fix it?
    Is it possible to trigger Integration Processes like this? Or if it's not could you advise the other way to start process?
    BR,
    Vika

    Here is the Trace of the Mapping:
    <?xml version="1.0" encoding="utf-8"?><MappingTrace><Trace level="1" type="T">Mapping-Namespace:http://Classificators/KLADR </Trace>
    <Trace level="1" type="T">Mapping-Name:KLADR_InitializeMessageCounter </Trace>
    <Trace level="1" type="T">Mapping-SWCV:5C0C6761B33C11DEADEFE1580A509697 </Trace>
    <Trace level="1" type="T">Mapping-Step:1  </Trace>
    <Trace level="1" type="T">Mapping-Type:JAVA </Trace>
    <Trace level="1" type="T">Mapping-Program:com/sap/xi/tf/_KLADR_InitializeIterator_ </Trace>
    <Trace level="3" type="T">Mapping has one input message. </Trace>
    <Trace level="3" type="T">Dynamic Configuration ( http://sap.com/xi/XI/System/File FileName KLADR.DBF ) </Trace>
    <Trace level="3" type="T">1-1 mapping required. </Trace>
    <Trace level="3" type="T">Creating Java mapping com/sap/xi/tf/_KLADR_InitializeIterator_. </Trace>
    <Trace level="3" type="T">Load 5c0c6761-b33c-11de-adef-e1580a509697, http://Classificators/KLADR, -1, com/sap/xi/tf/_KLADR_InitializeIterator_.class. </Trace>
    <Trace level="3" type="T">Search com/sap/xi/tf/_KLADR_InitializeIterator_.class (http://Classificators/KLADR, -1) in swcv 5c0c6761-b33c-11de-adef-e1580a509697. </Trace>
    <Trace level="3" type="T">Loaded class com.sap.xi.tf._KLADR_InitializeIterator_ </Trace>
    <Trace level="2" type="T">Call method execute of the application Java mapping com.sap.xi.tf._KLADR_InitializeIterator_ </Trace>
    <Trace level="1" type="T">RuntimeException during appliction Java mapping com/sap/xi/tf/_KLADR_InitializeIterator_ </Trace>
    <Trace level="1" type="T">com.sap.aii.utilxi.misc.api.BaseRuntimeException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.aii.mappingtool.tf3.Transformer.checkParserException(Transformer.java:187)
    at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:174)
    at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:120)
    at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep(JavaMapping.java:64)
    at com.sap.aii.ibrun.server.mapping.Mapping.execute(Mapping.java:92)
    at com.sap.aii.ibrun.server.mapping.MappingHandler.run(MappingHandler.java:90)
    at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:95)
    at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:68)
    at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction(MappingServiceImpl.java:79)
    at com.sap.aii.ibrun.sbeans.mapping.MappingServiceObjectImpl0_0.processFunction(MappingServiceObjectImpl0_0.java:131)
    at sun.reflect.GeneratedMethodAccessor361.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)
    at $Proxy226.processFunction(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor1461.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.call(RFCDefaultRequestHandler.java:277)
    at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:219)
    at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:254)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Root Cause:
    com.sap.aii.utilxi.misc.api.BaseRuntimeException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.aii.mappingtool.tf3.rt.xparser.MTSaxHandler.run(MTSaxHandler.java:157)
    at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:73)
    at java.lang.Thread.run(Thread.java:534)
    Root Cause:
    com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)(:main:, row=3, col=0) -&gt; com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.engine.lib.xml.parser.XMLParser.scanProlog(XMLParser.java:2787)
    at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2832)
    at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:231)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:160)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:261)
    at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
    at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
    at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
    at com.sap.aii.mappingtool.tf3.rt.xparser.MTSaxHandler.run(MTSaxHandler.java:155)
    at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:73)
    at java.lang.Thread.run(Thread.java:534)
    at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:144)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
    at com.sap.aii.mappingtool.tf3.rt.xparser.MTSaxHandler.run(MTSaxHandler.java:155)
    at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:73)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.engine.lib.xml.parser.XMLParser.scanProlog(XMLParser.java:2787)
    at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2832)
    at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:231)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:160)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:261)
    at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
    at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
    at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125)
    ... 4 more
    </Trace>
    <Trace level="1" type="T">Runtime exception occurred during execution of application mapping program com/sap/xi/tf/_KLADR_InitializeIterator_: com.sap.aii.utilxi.misc.api.BaseRuntimeException; Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0) </Trace>
    <Trace level="1" type="T">com.sap.aii.ibrun.server.mapping.MappingRuntimeException: Runtime exception occurred during execution of application mapping program com/sap/xi/tf/_KLADR_InitializeIterator_: com.sap.aii.utilxi.misc.api.BaseRuntimeException; Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep(JavaMapping.java:73)
    at com.sap.aii.ibrun.server.mapping.Mapping.execute(Mapping.java:92)
    at com.sap.aii.ibrun.server.mapping.MappingHandler.run(MappingHandler.java:90)
    at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:95)
    at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:68)
    at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction(MappingServiceImpl.java:79)
    at com.sap.aii.ibrun.sbeans.mapping.MappingServiceObjectImpl0_0.processFunction(MappingServiceObjectImpl0_0.java:131)
    at sun.reflect.GeneratedMethodAccessor361.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)
    at $Proxy226.processFunction(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor1461.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.call(RFCDefaultRequestHandler.java:277)
    at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:219)
    at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:254)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Root Cause:
    com.sap.aii.utilxi.misc.api.BaseRuntimeException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.aii.mappingtool.tf3.Transformer.checkParserException(Transformer.java:187)
    at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:174)
    at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:120)
    at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep(JavaMapping.java:64)
    at com.sap.aii.ibrun.server.mapping.Mapping.execute(Mapping.java:92)
    at com.sap.aii.ibrun.server.mapping.MappingHandler.run(MappingHandler.java:90)
    at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:95)
    at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:68)
    at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction(MappingServiceImpl.java:79)
    at com.sap.aii.ibrun.sbeans.mapping.MappingServiceObjectImpl0_0.processFunction(MappingServiceObjectImpl0_0.java:131)
    at sun.reflect.GeneratedMethodAccessor361.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)
    at $Proxy226.processFunction(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor1461.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.call(RFCDefaultRequestHandler.java:277)
    at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:219)
    at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:254)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Root Cause:
    com.sap.aii.utilxi.misc.api.BaseRuntimeException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.aii.mappingtool.tf3.rt.xparser.MTSaxHandler.run(MTSaxHandler.java:157)
    at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:73)
    at java.lang.Thread.run(Thread.java:534)
    Root Cause:
    com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)(:main:, row=3, col=0) -&gt; com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.engine.lib.xml.parser.XMLParser.scanProlog(XMLParser.java:2787)
    at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2832)
    at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:231)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:160)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:261)
    at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
    at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
    at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
    at com.sap.aii.mappingtool.tf3.rt.xparser.MTSaxHandler.run(MTSaxHandler.java:155)
    at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:73)
    at java.lang.Thread.run(Thread.java:534)
    at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:144)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
    at com.sap.aii.mappingtool.tf3.rt.xparser.MTSaxHandler.run(MTSaxHandler.java:155)
    at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:73)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.engine.lib.xml.parser.XMLParser.scanProlog(XMLParser.java:2787)
    at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2832)
    at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:231)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:160)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:261)
    at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
    at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
    at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125)
    ... 4 more
    </Trace>
    <Trace level="1" type="T">com/sap/xi/tf/_KLADR_InitializeIterator_com.sap.aii.utilxi.misc.api.BaseRuntimeExceptionFatal Error: com.sap.engine.lib.xml.parser.Parser~ </Trace>
    </MappingTrace>
    Can you guess what causes error?
    BR,
    Vika

  • Error when accessing b2b webshop

    Hi,
    CRM 2007 - windows 2003 server x64; SQL Server 2005
    TREX 7.0 - windows 2003 server x64
    I followed C14 Best Practices document to setup e-commerce. I successfully generated the Initial Product Catalog  from transaction COMM_PCAT_IMS_INIT. After successful login to my b2b webshop I am getting the following error:
    The catalog that you have selected is currently unavailable; try again later
    I implemented the note Note 980678 - Catalog is currently not available. Everything looks fine as per the note. My TREX server is running in another server within the same domain. Couple of things I noticed:
    1) In transaction SRMO under The "Display Data Path" in the transaction SRMO in CRM system showing the TREX server local path. Is this the way it should be? Or do i need to map a network drive to TREX. I tried to update the data path by selecting "Replace Data Path" just to try. But got an error "The function could not be executed. RCODE from search engine:2981"
    2) In transaction SRMO under "RFC Destionations" tab, the column "CP Initialization" is red for both rows.
    3) In transaction SRMO under table "Index Category (Index)" no values are returned when I try "F4" in "Index Category"
    We have same implementation in CRM 5.0 and it is working fine. But the TREX server and the CRM 5.0 is on the same host. Do both of these need to be in the same host?
    Any help with this is highly appreciated.
    Thanks,
    -RT

    Hi,
    How are you replicating your catalog? SAP recommends to replicate catalogs in CRM 2007 from Web UI which you can also get by default from the E-Commerce Manager's role. Check the number of versions of the catalog on the Web UI. If there are multiple versions, make a copy of the original catalog and make sure that you replicate only once the new catalog and set that in the shopadmin.
    The application will give an error if there are multiple versions and if you are replicating from the Web Ui this problem of multiple active versions won't occur.

  • Undefined is not an object error when using the Output Generator with Glossary Restyling script to create WebHelp

    When I use the Glossary Hotspot Wizard to create links within my topics to the terms, I then generate the project using the script (because I want to use popups instead of having the text display in-line). I did not edit this script before running it - do I need to? If so, where does the script reside? Any suggestions would be appreciated so that I can get this working as intended :-).

    The error occurs during the WebHelp generation. If I generate the project
    without using this script, there is no error.
    The error indicates
    Line no: 395
    Thanks!
    Julie
    Julie Haddon-Cook
    Senior Specialist
    Messaging Engineering   
    Direct:      +1 770 303 3507
    CVS:         224 3507
    Address:   SITA | 3100 Cumberland Blvd | Atlanta, GA 30338 | USA
    Website:   www.sita.aero

  • Error when creating B2B agreement

    We are not able to create agreements in B2B console .The server is responding with an empty error box whenever we try to select a document definition.
    Any pointers (or anyone who faced a similar issue), would be of great help.
    Thanks,
    Harsha.

    Hi Harsha,
    Can you check the diagnostic log for more details.
    go to <MW_HOME>/user_projects/domains/<domainname>/servers/<serverName>/logs/
    and check the error details.
    Rgds,
    Nitesh

  • Error when sending PO output to email

    Hi every body,
    IF I send the PO output to an email through
    ME22n->messages:by giving output type dispatch time,communication strategy..And saving that document it showing <b>Green</b> status.
    If I check the for that PO message status in SCOT,
    it is giving error msg like
    <b>"Message could not send due to RFC error"</b>
    can any body tell me what kind of problem it is ?
    and how to rectify this?
    Thanks in advance.

    Check with your basis folks if internet node is correctly setup in SCOT.
    Try sending an internet mail from sap office ( Transaction SBWP ) . If this does not go then problem not with PO program but with internet node setup and you will have to ask basis folks to setup this correctly before you can send mails.
    Cheers.
    Sanjay

  • ERROR when I issue output

    the error log:
    At the time of output determination, the archiving parameters for RD00 (App V3) were incorrectly maintained in Customizing
    but where can I change it, I can not find in IMG!!!!!

    thanks, if I select "Print only", issue output is correct, but how to config if I select "print and archiving"?
    second, if I run VF03, in initial screen of VF03, I can issue output, but if I enter a Billing document number and enter detail screen, the "issue output to" is inactive, WHY??????????
    Menu struct:
    Billing Document
        1
        1
        1
    Issue Output To |>
    Edited by: jianming zhang on Nov 4, 2008 3:27 AM
    Edited by: jianming zhang on Nov 4, 2008 3:29 AM

  • Getting an error when outputing with Autocad

    I have the latest Adobe viewer installed 10.1.1.  Yet I get an error when trying to output to a PDF.  It wasn't always this way. 
    error is; "No PDF viewer installed" 
    Please help

    Mac or Win? Can you open Reader? In any case, you cannot create PDFs with Reader, which is, well, very little more than a reader of PDF files.

Maybe you are looking for

  • Genius Error... The required file cannot be found. Please try again later.

    To those users with Windows 7 and iTunes that cannot turn on Genius due to a 'required file cannot be found' or have begun getting the error stated above and can't find the solution. Well the solution is on this post: http://discussions.apple.com/mes

  • I would like more than 10 recent items.

    File > Open Recent Files> has 10 items in it, max. I would like to make this perhaps 20. Can't find a dialog in prefs. Illustrator CS 4 Mac, OS 10.5. Is there any way to do this? (Can't upgrade this PPC machine to CS5.)

  • MSS-Leave Request Approval Error

    Hello All, We have implemented UWL within our organisation and we are using it for approving Leave request.The leave requests are appearing in the task list but when a user clicks on it he gets a error message as below.We are on EP7 sp12. Application

  • Sharing on iCloud as read only ?

    As a teacher I've used Google Drive as a way of sharing files for years.  The fact that a folder on google drive can be shared in such a way that the files are read-only, and can't be modified by the students, makes this an invaluable tool. I would l

  • What is difference between Oracle Application Server and OC4J

    Thanks in advance Regards Sunil