General Error B2B-50014 during AS2 send

I have setup 2 B2B Servers - Sender and Receiver. I am trying to send a custom xml document from the Sender to the Receiver using AS2-1.1. I have setup a listening channel on the Sender to pick up the source xml file from a folder and transmit to the Receiver through AS2 using the httpReceiver URL on the Receiver. I have turned off Validation on the agreement o both sides and agreements have been successfully deployed.
When I drop a file into the folder on the Sender, the file gets picked up (file disappears from folder), but I get an error message as follows. Any help is greatly appreciated.
Error Code     B2B-50014
Error Description     Machine Info: (soadev01.xyz.com) Description: General Error
Error Level     ERROR_LEVEL_COLLABORATION
Error Severity     INFORMATION
Error Text     General Error
Log file output:
Message     Informational -: B2B-50029: B2B runtime error
Supplemental Detail:
at oracle.tip.b2b.tpa.TPAProcessor.processTPA(TPAProcessor.java:363)
at oracle.tip.b2b.tpa.TPAProcessor.processOutgoingTPA(TPAProcessor.java:196)
at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1335)
at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:781)
at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3319)
at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:2948)
at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:575)
at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:214)
at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:105)
at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
Informational -: B2B-50029: B2B runtime error
at oracle.tip.b2b.tpa.TPAProcessor.processTPA(TPAProcessor.java:363)
at oracle.tip.b2b.tpa.TPAProcessor.processOutgoingTPA(TPAProcessor.java:196)
at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1335)
at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:781)
at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3319)
at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:2948)
at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:575)
at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:214)
at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:105)
at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
Thanks.
Raja
Edited by: 839119 on Sep 29, 2011 1:00 PM

The flow starts from a file folder. The sender instance of Oracle B2B is setup to pick up the file from the folder using File protocol and send to the Receiver B2B instance using AS2. When I look at the application message on the error message in the Reports tab, it indicates that the file has been picked up as follows:
App Message property     {timestamp=2011-09-29T14:54:12.000-06:00, preserve_filename=true, filesize=5539, filename=EPCOZ_Invoice.xml, RECEIVED_FILENAME=EPCOZ_Invoice.xml, fullpath=/soaz/app/soa/temp/b2b/EPCOZ_Invoice.xml, file_ext=xml}
However, I receive the General error message that I posted previously.
Please advise on how to formulate the file name.
Thanks.
Raja

Similar Messages

  • Batch does not go over AS2 .general Error B2B 50014

    Hi,
    We are trying to send data over as2 and are using count based batching.when we send the single message that gets transmitted successfully but the batch does not generate a wire message.SO some of the transactions of the batch are in msg_Wait_Batch status while some are in error status.The error message is
    errorCodeB2B-50014
    errorText General Error

    Hi Dheeraj,
    Thank you for the response. The Action name I m using is D:ID:Count:60.
    ID:is coming from backend appplication,set in BPEL Xform
    Count: is number of recordscoming.
    When I use a differnt channel, say send it to a file (generic file) It batches successfully.The error just comes up when I m sending it over AS2.Single record on AS2 goes through successfully.
    Thanks.

  • B2B-50014:  General Error: java.lang.ClassCastException: oracle.xml.parser.

    Hi Gurus,
    Trying to pass an OAG XML 9.0 payload to a remote trading Partner, over an AS2 channel -- message is both Signed and Encrypted, Cert has been imported.
    I get the B2B-50014: General Error.
    B2B is able to identify the Agreement correctly.
    LOGS:
    [2011-05-12T12:27:03.292+00:00] [soa_ms_1] [ERROR] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@243d15ed] [userId: <anonymous>] [ecid: bb3e7e8ee8316823:74cad781:12fc9c42815:-7ff5-0000000000172f4e,0] [APP: soa-infra] Error -: B2B-50014: General Error: java.lang.ClassCastException: oracle.xml.parser.v2.XMLParseException cannot be cast to oracle.tip.b2b.system.B2BDomainException[[
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1571)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:800)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3785)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3127)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused by: java.lang.ClassCastException: oracle.xml.parser.v2.XMLParseException cannot be cast to oracle.tip.b2b.system.B2BDomainException
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.validateXMLDocument(OagDocumentPlugin.java:1237)
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.processOutgoingDocument(OagDocumentPlugin.java:819)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1483)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:990)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1511)
         ... 8 more
    java.lang.ClassCastException: oracle.xml.parser.v2.XMLParseException cannot be cast to oracle.tip.b2b.system.B2BDomainException
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.validateXMLDocument(OagDocumentPlugin.java:1237)
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.processOutgoingDocument(OagDocumentPlugin.java:819)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1483)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:990)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1511)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:800)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3785)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3127)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Error -: B2B-50014: General Error: java.lang.ClassCastException: oracle.xml.parser.v2.XMLParseException cannot be cast to oracle.tip.b2b.system.B2BDomainException
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1571)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:800)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3785)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3127)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused by: java.lang.ClassCastException: oracle.xml.parser.v2.XMLParseException cannot be cast to oracle.tip.b2b.system.B2BDomainException
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.validateXMLDocument(OagDocumentPlugin.java:1237)
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.processOutgoingDocument(OagDocumentPlugin.java:819)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1483)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:990)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1511)
         ... 8 more
    Kindly advise.
    Regards,
    Sambhav.

    Hi Anuj,
    Thanks, i disabled the agreement validation, ran the file through. It worked.
    Also, tried to validate the XML instance with the XSD, and it threw no errors, so the payload conforms to the XSD, but will validate.
    Other thing being, this is an OAG-XML PO, so had the XSD, not the Guideline file.
    Regards,
    Sambhav.

  • An answer to the "General Error"

    I'm in the process of importing old VHS tape through a Canopus ADVC-300 into FCE and prepping the video for DVD via iDVD.
    In the process of exporting one of the tapes, FCE generated the "General Error". My queries on this forum found many posts from folks looking for an answer to the same error, albeit not always from the same set of circumstances.
    For me, it turned out to be a specific frame of imported video. I located it by selecting half the video for export via In and Out points and exporting only that half. During export, if the error would occur I would further divide that half of video in half again and export. I did this 7 times (you don't need to subdivide any more than this) and relatively quickly located the specific frame of video that was causing the problem.
    I cut out that single frame and then exported the entire sequence without generating the "General Error" problem.
    It is helpful to note that the export processes the video linerally from left to right. Noting where in the export process the error occurs helps narrow down the general area to look in and which half of video to export to find the problem frame.
    Hope this helps others figure this one out.

    "In the process of exporting one of the tapes"
    From this I understand the General Error was caused during capturing (exporting) the tape.
    That sounds like it may have been a timecode break on the tape.
    Al

  • AIP-50014:  General Error

    Hi,
    When i tried to send custom xml document over AS2 protocol. I configured similar to custom document tutorial in B2B user guide. I am getting the following error.
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-08-28T16:39:39.449+05:30</TSTZ_ORIGINATING>
    <ORG_ID>oracle.com</ORG_ID>
    <COMPONENT_ID>B2B</COMPONENT_ID>
    <HOSTING_CLIENT_ID>beta</HOSTING_CLIENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_GROUP>B2B</MSG_GROUP>
    <MSG_LEVEL>16</MSG_LEVEL>
    <HOST_ID>pc022351</HOST_ID>
    <HOST_NWADDR>10.232.65.81</HOST_NWADDR>
    <MODULE_ID>B2B</MODULE_ID>
    <THREAD_ID>Thread-11</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <PAYLOAD>
    <MSG_TEXT>Error -: AIP-50014: General Error: java.lang.NullPointerException
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:879)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:531)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:344)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.NullPointerException
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:99)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1165)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:701)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:832)
         ... 3 more
    </MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-08-28T16:40:03.775+05:30</TSTZ_ORIGINATING>
    <ORG_ID>oracle.com</ORG_ID>
    <COMPONENT_ID>B2B</COMPONENT_ID>
    <HOSTING_CLIENT_ID>beta</HOSTING_CLIENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_GROUP>B2B</MSG_GROUP>
    <MSG_LEVEL>16</MSG_LEVEL>
    <HOST_ID>pc022351</HOST_ID>
    <HOST_NWADDR>10.232.65.81</HOST_NWADDR>
    <MODULE_ID>B2B</MODULE_ID>
    <THREAD_ID>Thread-11</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <PAYLOAD>
    <MSG_TEXT>Error -: AIP-50014: General Error
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:879)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:531)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:344)
         at java.lang.Thread.run(Thread.java:534)
    </MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    we used the following xsd:
    <xs:schema targetNamespace="http://services.mycccportal.com/SOA/normalizedmessage/v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://services.mycccportal.com/SOA/normalizedmessage/v1" elementFormDefault="qualified">
    <xs:element name="PrintImageTransaction0100">
         <xs:complexType>
              <xs:sequence>
                   <xs:element name="TransactionID" type="xs:int" minOccurs="0" maxOccurs="unbounded"/>
                   <xs:element name="ClaimNumber" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
                   <xs:element name="ClaimType" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
              </xs:sequence>
         </xs:complexType>
    </xs:element>
    </xs:schema>
    please resolve this isssue.
    Thanks,
    Ramesh

    Hi,
    I found the following logs in b2b.log file:
    er
    2008.08.28 at 17:26:42:411: Thread-10: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2008.08.28 at 17:26:42:411: Thread-10: BusinessLogicLayer - (DEBUG) Push Stack: createDataStorage
    2008.08.28 at 17:26:42:411: Thread-10: BusinessLogicLayer - (DEBUG) Pop Stack: createDataStorage
    2008.08.28 at 17:26:42:411: Thread-10: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2008.08.28 at 17:26:42:411: Thread-10: BusinessLogicLayer - (DEBUG) Push Stack: queryExchangeProtocolRevision
    2008.08.28 at 17:26:42:411: Thread-10: BusinessLogicLayer - (DEBUG) Pop Stack: queryExchangeProtocolRevision
    2008.08.28 at 17:26:42:427: Thread-10: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2008.08.28 at 17:26:42:427: Thread-10: BusinessLogicLayer - (DEBUG) Push Stack: queryDocumentProtocolRevision
    2008.08.28 at 17:26:42:427: Thread-10: BusinessLogicLayer - (DEBUG) Pop Stack: queryDocumentProtocolRevision
    2008.08.28 at 17:26:42:427: Thread-10: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2008.08.28 at 17:26:42:427: Thread-10: BusinessLogicLayer - (DEBUG) Push Stack: createDataStorage
    2008.08.28 at 17:26:42:427: Thread-10: BusinessLogicLayer - (DEBUG) Pop Stack: createDataStorage
    2008.08.28 at 17:26:42:427: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertMsgTblRow toparty name Acme
    2008.08.28 at 17:26:42:427: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertMsgTblRow toparty type and value AS2 IdentifierAcme
    2008.08.28 at 17:26:42:427: Thread-10: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2008.08.28 at 17:26:42:427: Thread-10: BusinessLogicLayer - (DEBUG) Push Stack: queryTradingPartner
    2008.08.28 at 17:26:42:427: Thread-10: BusinessLogicLayer - (DEBUG) Pop Stack: queryTradingPartner
    2008.08.28 at 17:26:42:427: Thread-10: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2008.08.28 at 17:26:42:427: Thread-10: BusinessLogicLayer - (DEBUG) Push Stack: queryTradingPartner
    2008.08.28 at 17:26:42:427: Thread-10: BusinessLogicLayer - (DEBUG) Pop Stack: queryTradingPartner
    2008.08.28 at 17:26:42:427: Thread-10: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2008.08.28 at 17:26:42:427: Thread-10: BusinessLogicLayer - (DEBUG) Push Stack: queryBusinessAction
    2008.08.28 at 17:26:42:442: Thread-10: BusinessLogicLayer - (DEBUG) Pop Stack: queryBusinessAction
    2008.08.28 at 17:26:42:442: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertMsgTblRow BusinessAction for the given name Process_AS2Request BusinessAction_5517
    2008.08.28 at 17:26:42:442: Thread-10: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2008.08.28 at 17:26:42:442: Thread-10: BusinessLogicLayer - (DEBUG) Push Stack: queryAgreement
    2008.08.28 at 17:26:42:442: Thread-10: BusinessLogicLayer - (DEBUG) Pop Stack: queryAgreement
    2008.08.28 at 17:26:42:442: Thread-10: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2008.08.28 at 17:26:42:442: Thread-10: BusinessLogicLayer - (DEBUG) Push Stack: queryTradingPartnerIdentificationType
    2008.08.28 at 17:26:42:442: Thread-10: BusinessLogicLayer - (DEBUG) Pop Stack: queryTradingPartnerIdentificationType
    2008.08.28 at 17:26:42:442: Thread-10: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2008.08.28 at 17:26:42:442: Thread-10: BusinessLogicLayer - (DEBUG) Push Stack: queryTradingPartnerIdentificationType
    2008.08.28 at 17:26:42:458: Thread-10: BusinessLogicLayer - (DEBUG) Pop Stack: queryTradingPartnerIdentificationType
    2008.08.28 at 17:26:42:458: Thread-10: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2008.08.28 at 17:26:42:458: Thread-10: BusinessLogicLayer - (DEBUG) Push Stack: createBusinessMessage
    2008.08.28 at 17:26:42:458: Thread-10: BusinessLogicLayer - (DEBUG) Pop Stack: createBusinessMessage
    2008.08.28 at 17:26:42:458: Thread-10: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2008.08.28 at 17:26:42:458: Thread-10: BusinessLogicLayer - (DEBUG) Push Stack: createBusinessMessageReceiverInter
    2008.08.28 at 17:26:42:474: Thread-10: BusinessLogicLayer - (DEBUG) Pop Stack: createBusinessMessageReceiverInter
    2008.08.28 at 17:26:42:474: Thread-10: B2B - (DEBUG) getBatchEventId = null
    2008.08.28 at 17:26:42:474: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequest Collaboration Control not required ..continuing Request processing
    2008.08.28 at 17:26:42:474: Thread-10: B2B - (DEBUG) calling setInitiatingPartyId() changing from TPName: GlobalChips Type: AS2 Identifier Value: GlobalChips to TPName: GlobalChips Type: AS2 Identifier Value: GlobalChips
    2008.08.28 at 17:26:42:474: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:processOutgoingDocument Enter
    2008.08.28 at 17:26:42:474: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:getIdentificationExpression Enter
    2008.08.28 at 17:26:42:474: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:getIdentificationExpression idexp = //*[local-name( )='TransactionID']/text( )
    2008.08.28 at 17:26:42:474: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:getIdentificationExpression Exit
    2008.08.28 at 17:26:42:474: Thread-10: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2008.08.28 at 17:26:42:474: Thread-10: BusinessLogicLayer - (DEBUG) Push Stack: queryDocumentDefinition
    2008.08.28 at 17:26:42:474: Thread-10: BusinessLogicLayer - (DEBUG) Pop Stack: queryDocumentDefinition
    2008.08.28 at 17:26:42:474: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:validateDocument DocumentDefinition = AS2 doc def
    2008.08.28 at 17:26:42:489: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:processOutgoingDocument Exit
    2008.08.28 at 17:26:42:489: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Invoking Protocol specific CreateMessage
    2008.08.28 at 17:26:42:489: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Payload Binding ID Info null
    2008.08.28 at 17:26:42:489: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.as2.AS2ExchangePlugin:AS2ExchangePlugin:createMessage Enter
    2008.08.28 at 17:26:42:489: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.as2.AS2ExchangePlugin:AS2ExchangePlugin:createMessage InitialParty is the from party: TPName: GlobalChips Type: null Value: null
    2008.08.28 at 17:26:42:489: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.as2.AS2ExchangePlugin:AS2ExchangePlugin:createMessage protocol msg id = <0AE8415111C092C2E7900000ED5DA200@null>
    2008.08.28 at 17:26:42:489: Thread-10: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2008.08.28 at 17:26:42:489: Thread-10: BusinessLogicLayer - (DEBUG) Push Stack: updateBusinessMessage
    2008.08.28 at 17:26:42:489: Thread-10: BusinessLogicLayer - (DEBUG) Pop Stack: updateBusinessMessage
    2008.08.28 at 17:26:42:489: Thread-10: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2008.08.28 at 17:26:42:489: Thread-10: BusinessLogicLayer - (DEBUG) Push Stack: queryBusinessMessage
    2008.08.28 at 17:26:42:489: Thread-10: BusinessLogicLayer - (DEBUG) Pop Stack: queryBusinessMessage
    2008.08.28 at 17:26:42:489: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Invoking PackMessage
    2008.08.28 at 17:26:42:489: Thread-10: B2B - (DEBUG) MimePackaging:pack:Enter
    2008.08.28 at 17:26:42:489: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processOutgoingMessage General Exception ERROR
    2008.08.28 at 17:26:42:489: Thread-10: B2B - (ERROR) Error -: AIP-50014: General Error
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:879)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:531)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:344)
         at java.lang.Thread.run(Thread.java:534)

  • AS2 Batch Error B2B-51083

    Hi
    I am encountering an issue with batching outbound EDI messages which need to be sent via AS2. I am get the error below. We only get this message if we require the message to be signed. If the message only requires encryption the batch process works fine. If I send a message with a signature/encryption without batching that works fine as well. Only when batching with a signature required will I get the error below. Is this a bug or some kind of configuration error. I am using 11.1.1.4. Any help would be appreciated.
    Error -: B2B-51083: General failure creating S/MIME digital signature.: Error -: B2B-51018: Message is not digitally signed.
    Supplemental Detail     at oracle.tip.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:499)
    at oracle.tip.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1907)
    at oracle.tip.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:331)
    at oracle.tip.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:169)
    at oracle.tip.b2b.msgproc.Request.outgoingBatchRequest(Request.java:1276)
    at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1546)
    at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:800)
    at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3682)
    at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3127)
    at oracle.tip.b2b.scheduler.TimeoutEventHandler.execute(TimeoutEventHandler.java:90)
    at oracle.integration.platform.blocks.scheduler.ScheduledJob.execute(ScheduledJob.java:137)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: Error -: B2B-51018: Message is not digitally signed.
    at oracle.tip.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:452)
    ... 15 more
    Error -: B2B-51018: Message is not digitally signed.
    at oracle.tip.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:452)
    at oracle.tip.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1907)
    at oracle.tip.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:331)
    at oracle.tip.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:169)
    at oracle.tip.b2b.msgproc.Request.outgoingBatchRequest(Request.java:1276)
    at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1546)
    at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:800)
    at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3682)
    at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3127)
    at oracle.tip.b2b.scheduler.TimeoutEventHandler.execute(TimeoutEventHandler.java:90)
    at oracle.integration.platform.blocks.scheduler.ScheduledJob.execute(ScheduledJob.java:137)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Error -: B2B-51083: General failure creating S/MIME digital signature.: Error -: B2B-51018: Message is not digitally signed.
    at oracle.tip.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:499)
    at oracle.tip.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1907)
    at oracle.tip.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:331)
    at oracle.tip.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:169)
    at oracle.tip.b2b.msgproc.Request.outgoingBatchRequest(Request.java:1276)
    at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1546)
    at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:800)
    at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3682)
    at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3127)
    at oracle.tip.b2b.scheduler.TimeoutEventHandler.execute(TimeoutEventHandler.java:90)
    at oracle.integration.platform.blocks.scheduler.ScheduledJob.execute(ScheduledJob.java:137)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: Error -: B2B-51018: Message is not digitally signed.
    at oracle.tip.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:452)
    ... 15 more

    Hi Anuj,
    I am facing issue with AS2 batching. We are on 11.1.1.5. Single transaction works fine, but multiple transactions is raising this error message.
    Please let us know if any workaround or patch to be applied on the server.
    Regards
    Aravind

  • Error in Inbound B2B: AIP-50031:  B2B adapter general error: java.lang.Null

    Hi,
    I am getting the following error in inbound B2B - Custom Document over Generic Exchange - SFTP
    Description: B2B adapter general error
    StackTrace:
    Error -: AIP-50031: B2B adapter general error
         at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1900)
         at oracle.tip.adapter.b2b.engine.Engine.incomingContinueProcess(Engine.java:2657)
         at oracle.tip.adapter.b2b.engine.Engine.handleMessageEvent(Engine.java:2527)
         at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2482)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:530)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:376)
         at java.lang.Thread.run(Thread.java:534)
    ]]>
    The outbound B2B is working fine; however for the inbound file transfer the file is picked up from the trading partner and this exception occurs.
    Thanks

    Please paste more log in trace 32 mode. What is the name of the file you are receiving? By default B2B expects incoming filename as -
    <FromTPName>UniqueId.<anyFile_Extn>
    For e.g., if partner MarketInc is sending the file then it's name should be - MarketInc_12345.dat or MarketInc_34567.xml
    Make sure that listening channel is not marked as internal as well.
    Regards,
    Anuj

  • B2BStarter - Exception Error -:  AIP-50014:  General Error

    i have configured 2 trading partners and then the communication between them is through RNIF. The communication was fine and i was receving purchase order and ack properly. then i added a JMS queue and configured the IDC for JMS and now when i restart the B2B server i get the error:- B2BStarter - Exception Error -: AIP-50014: General Error
    Please help
    Edited by: user10552310 on Nov 6, 2008 11:35 PM

    Hi,
    Please make sure the following steps,
    if you are using weblogic JMS,
    1. Add the weblogic.jar in the classpath by following the below instructions:
    a. copy the weblogic.jar in $ORACLE_HOME/ip/lib/ folder
    b. go to the $ORACLE_HOME/opmn/conf/ folder
    c. update the opmn.xml (take the backup of opmn.xml)
    c.1 add this line <variable id="CLASSPATH" value="$ORACLE_HOME/ip/lib/weblogic.jar" append="true" />
    after <variable id="CLASSPATH" value="$ORACLE_HOME/ip/lib/maverick-all.jar" append="true" /> line
    d. restart the B2B
    2. make sure the below properties are set
    polling interval <polling Interval time>
    Destination Provider Properties java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.security.credentials=weblogic;java.naming.security.principal=weblogic;java.naming.provider.url=t3://<IP Address>:<Port>/
    isTopic false
    Connection Factory Location <Connection Factory Name>
    Message Type bytes
    Factory Provider Properties java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.security.credentials=weblogic;java.naming.security.principal=weblogic;java.naming.provider.url=t3://<IP Address>:<port>/
    In case of AQ based JMS please follow the below thread,
    Re: Creating JMS internal delivery channel ?
    Regards
    Nandagopal.S

  • "B2B adapter general error"

    I had an inbound EDI document fail with a"B2B adapter general error".
    I have never seen anything like this error -- and there are no details in the b2b log.
    This type of doc processes inbound to B2B hundreds of times daily, and the EDI looked valid.
    I re-dropped the same file to B2B and it went thru successfully.
    Has anyone ever seen this error ? Any ideas on what I should be looking at to prevent this from happening again ?
    Thanks,
    Alice

    Hello,
    This is just a guess from my side. You may need to run the post installation script to set the curson and other few db params. I shall send you the script to your email id. Please send a test mail to me.
    Rgds,Ramesh

  • Error -:  AIP-50014:  General Error: Error -:  AIP-50025:  Repository error

    Hi
    Has anyone seen this exception, any idea what causes this exception
    Description: General Error
    StackTrace:
    Error -: AIP-50014: General Error: Error -: AIP-50025: Repository error : Error -: AIP-11016: SQL error: java.sql.SQLException: Missing defines
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1213)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:833)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:400)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: Error -: AIP-50025: Repository error : Error -: AIP-11016: SQL error: java.sql.SQLException: Missing defines
         at oracle.tip.adapter.b2b.msgproc.DbAccess.updateWireMsgState(DbAccess.java:2545)
         at oracle.tip.adapter.b2b.msgproc.Request.postTransmit(Request.java:2291)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1823)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:972)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1166)
         ... 3 more
    Caused by: Error -: AIP-11016: SQL error: java.sql.SQLException: Missing defines
         at oracle.tip.repos.core.driver.CatalogQueryDriver.updateInternalObject(CatalogQueryDriver.java:980)
         at oracle.tip.repos.core.driver.CatalogQueryDriver.getRefreshedObject(CatalogQueryDriver.java:763)
         at oracle.tip.repos.core.driver.CatalogQueryDriver.refresh(CatalogQueryDriver.java:481)
         at oracle.tip.repos.core.driver.CatalogDriver.refresh(CatalogDriver.java:1699)
         at oracle.tip.repos.core.persistency.PersistencyService.refresh(PersistencyService.java:545)
         at oracle.tip.adapter.b2b.msgproc.DbAccess.updateWireMsgState(DbAccess.java:2534)
         ... 7 more
    Caused by: java.sql.SQLException: Missing defines
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:239)
         at oracle.jdbc.driver.RawAccessor.getBytes(RawAccessor.java:81)
         at oracle.jdbc.driver.T4CRawAccessor.getBytes(T4CRawAccessor.java:336)
         at oracle.jdbc.driver.OracleResultSetImpl.getBytes(OracleResultSetImpl.java:660)
         at oracle.jdbc.driver.OracleResultSet.getBytes(OracleResultSet.java:1678)
         at oracle.tip.repos.core.driver.CatalogQueryDriver.updateInternalObject(CatalogQueryDriver.java:896)
         ... 12 more

    Hi,
    We got this error on our production oracle b2b repeatedly.
    2010.01.07 at 12:52:04:936: Thread-10: B2B - (ERROR) Error -: AIP-50025: Repository error : Error -: AIP-11057: Reading/
    commit LargeString/XMLString before closing writer: Error -: AIP-11057: Reading/commit LargeString/XMLString before closin
    g writer
    Is there anyway to overcome this? What is the possible reason for this error?What steps do we need to take?
    We are on MLR#11 and will be upgrading to MLR#13 in a few weeks.
    Regards
    Kavitha

  • Sender Mail Adapter Error: exception caught during processing mail message;

    HI , I am configuring mail to file scenario. Need to read mail content (no need to capture From,TO or Subject details) and create a file with the content in the mail.
    Need to read mails from microsoft outlook. Exchange server has been configured for POP3 protocol.
    Following are the details provoding in sender mail adapter:
    URL: provided url in the format: pop://<server name>
    Authentication method: plain
    provided user credinetions to access mails.
    poll interval - 1min
    content encoding none.
    processing parameters : quality of service-exactly once
    Since there is no need to capture From,TO or Subject details, didn't select the option - use mail package.
    Verified for unread mails in the mail box and made sure that there are few unread mails.
    Also, created data types and other components in IR and completed mapping.
    But after starting sender mail communication channel, getting error "exception caught during processing mail message; java.lang.NullPointerException" in RWB-adapter-communication channel monitoring.
    please let me know what needs to be done to resolve this error.
    Thanks.

    HI Stefan, i tried, but still it is giving same error. Yes, i am able to access outlook mail with the user credentials given in the communication channel to access exchange server.
    I am using message protocol: xipayload . Also since i dont have to capture TO,from,subject details., created data type just with one element of type string, not in the standard format .Does this makes any difference.

  • Error -:  AIP-50031:  B2B adapter general error: java.lang.NullPointerExce

    I have configured two B2B trading partner over ebMS communication. I have also configured an internal delivery channel using JMS.I am posting a msg(the Tp identification is through duns no.) on the JMS queue and I am not able to receive it on the Tp side and i am getting the following error
    008.11.28 at 01:53:36:544: Thread-13: B2B - (ERROR) java.lang.NullPointerException
         at oracle.tip.adapter.b2b.msgproc.DbAccess.insertMsgTblRow(DbAccess.java:806)
         at oracle.tip.adapter.b2b.msgproc.DbAccess.updateWireBusinessToErrorState(DbAccess.java:5365)
         at oracle.tip.adapter.b2b.engine.Engine.handleOutboundException(Engine.java:4109)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1130)
         at oracle.tip.adapter.b2b.transport.AppInterfaceListener.onMessage(AppInterfaceListener.java:137)
         at oracle.tip.transport.basic.jms.JMSMonitor.processMessages(JMSMonitor.java:610)
         at oracle.tip.transport.basic.jms.JMSMonitor.run(JMSMonitor.java:236)
    2008.11.28 at 01:53:36:544: Thread-13: B2B - (ERROR) Error -: AIP-50031: B2B adapter general error: java.lang.NullPointerException
         at oracle.tip.adapter.b2b.msgproc.DbAccess.updateWireBusinessToErrorState(DbAccess.java:5426)
         at oracle.tip.adapter.b2b.engine.Engine.handleOutboundException(Engine.java:4109)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1130)
         at oracle.tip.adapter.b2b.transport.AppInterfaceListener.onMessage(AppInterfaceListener.java:137)
         at oracle.tip.transport.basic.jms.JMSMonitor.processMessages(JMSMonitor.java:610)
         at oracle.tip.transport.basic.jms.JMSMonitor.run(JMSMonitor.java:236)
    Caused by: java.lang.NullPointerException
         at oracle.tip.adapter.b2b.msgproc.DbAccess.insertMsgTblRow(DbAccess.java:806)
         at oracle.tip.adapter.b2b.msgproc.DbAccess.updateWireBusinessToErrorState(DbAccess.java:5365)
    I am able to recevie the Heased but not the payload
         ... 5 more

    Hi,
    ":" - has been used as default separator so if you identifier holds this value, please enable add the tip.properties entry as below and things should be fine.
    oracle.tip.adapter.b2b.partyTypeAndValueSeparator=#.
    Here's a sample for jms enqueue,
    FROM_PARTY= urn:oasis:names:tc:ebXML-cppa:partyid-type:duns#232510151
    TO_PARTY= urn:oasis:names:tc:ebXML-cppa:partyid-type:duns#123456789
    Just replace the "FROM_PARTY" and "TO_PARTY" as "from" and "to" for AQ.
    Thanks,
    Sinkar
    [From Ramesh Team]

  • Seeburger AS2 Sender  Adapter : http: 403 error

    Hi All,
    We have a scenario where the external party is sending xml message to xi.
    While sending they are getting the below error.
    u2022     Error(Error(com.cyclonecommerce.tradingengine.transport.TransportException: Retryable response: 403 Forbidden), ExchangePointId(Id(147995587),
    Has anyone encountered this error before?
    Any idea what might be the problem?
    Regards,
    Aarthi

    Hi,
    This error may have different reasons:
    1) You or your partner has entered an incorrect AS2 ID for one of the involved parties.
    2) A valid sender agreement is missing.
    3) There are more then one AS2 sender agreements with the same sender AND receiver party.
    4) The corresponding inbound channel is set to inactive.
    Regards,
    Prakasu.M

  • SE117: General error during acceptance posting

    Hello all,
    I have ceated a Shipping cost document, account assignment is fully completed.
    While I am trying to transfer the shipping cost document, the following error message occurs in the log:
    (SE117: General error during acceptance posting)
    Can any one please help through the hint on how to get rid of this?
    Thank you so much in advance.
    Manikonda.P

    I too have run into this error message when attempting to transfer a Shipment Cost Document to FI/CO.
    It is obvious that this error message is not very descriptive so here is what I did in an effort to resolve:
    First, attempt to manually post an FI document using the same G/L Account Assignment used in the SCD that is throwing the error message "SE117:  General error during acceptance posting".  You can use FB01, FB60, ME21N and then enter a GR, etc. to verify that the account assignment is valid.
    What I discovered in my scenario is that the profit center I was using was blocked.  Once I used a valid G/L Account + Profit Center Combination the error went away and I was eventually able to transfer the SCD to FI/CO.
    Thank you.
    Rich
    http://www.linkedin.com/pub/4/665/981

  • 117 General Error during acceptance

    Hi Gurus,
    the GR created at SRM was enrror in process and we received the message the above message Error whilst creating an entry sheet in the backend system GR NUMBER 117 General Error during acceptance
    thanks

    Hi there,
    The SE117 is a generic message and normally is linked with a mismatch     
    in the posting date maintained in the confirmation and the open posting   
    periods maintained in transaction MMRV in the backend system.                                                                               
    Could you please review the posting period settings in the backend        
    system in order to accomodate the posting date of the confirmation in     
    question? After that, try to retransfer it once again using report        
    Z_ES_RETRANSFER from note 906050.                                         
    Hope this helps,
    Kind Regards,
    Matthew

Maybe you are looking for

  • Icloud Lost photos in Camera Roll when I backed up to my Mac

    I recently took a bunch of photos (while synced with icloud) and upgraded my phone from 4g to 4gs...I saw my pictures on the phone prior to syncing to my computer (macbook). When I synced my phone to my computer, off of the old back-up (on my mac), i

  • Client Java Proxy - ?xml version="1.0" encoding="UTF-8" tag missing

    Hi All, I have a Java Proxy to File scenario. I am getting the output in the SAP XI but when i check the XML payload <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> is missing from it. Rest of the document is coming fine. Any idea how to fix

  • How do I archive a processed file and move

    This is not our standard. Our standard is to output the extract file, then archive a copy. The reason is that a process usually comes along afterward and moves the file to another location. Also within scope of this item is the need to confirm that a

  • I can't get it to email my security questions answers

    I can't find how to reset my security questions it won't email them to me

  • IDOC treking through workflow

    Hi All, I am working on a requirement where we need to trek IDOCs through workflow. I have got a standard task(TS30000206) which does error handling for outbound IDOC. If i send 10 outbound IDOC and 9 are processed successfully they should be changed