Custom XML Over  Internet

Where can i download the details reg the Custom XML Over Internet Document protocols information ?

Hello Saravana,
We have already send you the artifacts for implementing Custom XML Document over AS2.
1. Tutorial document (Custom Document):as2tutorial.zipp
2. Configuration export files attached: as2_export.zipp
3. Sample payload: Acme_ORDERS.xml.
While modeling the Document Definition parameters make sure the following(xpath)
IdentificationExpression(Xpath)= /*/*[local-name()='shipto']/*[local-name()='country']
for the attached payload(Acme_ORDERS.xml).
Please let us know if you require any clarifications
Regards
Nandagopal.S

Similar Messages

  • CUSTOM DOCUMENT over internet file name convention

    Hi ,
    I am sending an OAGIS xml file(CUSTOM DOCUMENT over internet) through interal delivery channel to our supplier, I am getting an below error.
    I got the same error while processing an EDI transaction, I change the file name, and then it processed successfully
    ex: Penske_850_4010_1_25
    in the same way for sending an file(CUSTOM DOCUMENT over internet) , do we have any file naming convention
    I tried with Benchmark_850_4010_1_25, it showing a 2nd error.
    Please help me to resolve this
    Machine Info: (essapp000-u008.emrsn.com)
    Description: Make sure the trading partner has name, type, and value information
    StackTrace:
    Error -: AIP-50548: Trading partner agreement lookup failed as From trading partner cannot be identified
         at oracle.tip.adapter.b2b.tpa.TPAIdentifier.identifyTPA(TPAIdentifier.java:199)
         at oracle.tip.adapter.b2b.tpa.TPAProcessor.processTPA(TPAProcessor.java:589)
         at oracle.tip.adapter.b2b.tpa.TPAProcessor.processOutgoingTPA(TPAProcessor.java:221)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1061)
         at oracle.tip.adapter.b2b.transport.AppInterfaceListener.onMessage(AppInterfaceListener.java:141)
         at oracle.tip.transport.basic.FileSourceMonitor.processMessages(FileSourceMonitor.java:903)
         at oracle.tip.transport.basic.FileSourceMonitor.run(FileSourceMonitor.java:317)
    and Machine Info: (essapp000-u008.emrsn.com)
    Description: Unable to identify the trading partner agreement from the given input values. Also verify agreement effectiveToDate
    StackTrace:
    Error -: AIP-50547: Trading partner agreement not found for the given input values: From party[NAME] "Emerson", To party[NAME] "Benchmark", Business action name "null"; also verify agreement effectiveToDate
         at oracle.tip.adapter.b2b.tpa.RepoDataAccessor.getAgreementNameByBaTPName(RepoDataAccessor.java:2345)
         at oracle.tip.adapter.b2b.tpa.TPAIdentifier.identifyTPA(TPAIdentifier.java:186)
         at oracle.tip.adapter.b2b.tpa.TPAProcessor.processTPA(TPAProcessor.java:589)
         at oracle.tip.adapter.b2b.tpa.TPAProcessor.processOutgoingTPA(TPAProcessor.java:221)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1061)
         at oracle.tip.adapter.b2b.transport.AppInterfaceListener.onMessage(AppInterfaceListener.java:141)
         at oracle.tip.transport.basic.FileSourceMonitor.processMessages(FileSourceMonitor.java:903)
         at oracle.tip.transport.basic.FileSourceMonitor.run(FileSourceMonitor.java:317)

    Hi,
    I used to get "Unable to identify the trading partner agreemen" due to below reasions,
    1. Agreement is not deployed properly. Please check whether deployed agreement is in active state.
    2. While creating the Operational Capability, please check whether initiator and responder defined correctly.
    For Outbound, Please check Remote trading partner Is Initiator should be false and Host trading partner Is Initiator should be true.
    As far as I know, File name convention should be folllowed for FTP/File and not for HTTP.

  • Validation for Custom document over internet -Protocol

    Hi all,
    Could you please help me , what to configure in B2B
    In protocols tab while configuring custom document over internet , do we need to swithc ON the validation or its SWITCH OFF the validation.
    For both inbound and outbound transactions(PROCES PO, Change PO, Invoice, Acknowledge PO)
    Regards
    CNU

    Hi CNU,
    If your use case requires validation of incoming and outgoing documents, then you have to set the "Validation Enabled" to "Yes" in the doc definition and have to provide the XSD's/ecs against which validation should be done. If your use case does not ask for validation, then simply set the "Validation Enabled" to "No" and go ahead with the configuration.
    Regards,
    Anuj

  • Custom document over internet encoding

    Hi all!
    While trying to send a custom document over AS2, the payload encoding seems to be dependent on signing and encription:
    If the message is unencrypted and unsigned -- Payload is UTF-8
    If the message is 3DES encrypted OR signed OR both signed and encrypted -- Payload is windows-1251 (our B2B installed on windows server 2003, regional settings = russia)
    i have already tried to insert oracle.tip.adapter.b2b.encoding=UTF-8 line in tip.properties, but it doesnt seem to help me.
    The problem is: Trading partner expects UTF-8 messages. So when sent in windows-1251, the russian characters are misinterpreted.
    If anyone already faced this problem, please help. Thanks.
    Alex.

    Hi,
    I used to get "Unable to identify the trading partner agreemen" due to below reasions,
    1. Agreement is not deployed properly. Please check whether deployed agreement is in active state.
    2. While creating the Operational Capability, please check whether initiator and responder defined correctly.
    For Outbound, Please check Remote trading partner Is Initiator should be false and Host trading partner Is Initiator should be true.
    As far as I know, File name convention should be folllowed for FTP/File and not for HTTP.

  • Receiving Custom XML Document over AS2 (HTTPS) - Inbound Processing

    Hi All,
    Need help in Receiving Custom XML Document over AS2 (HTTPS) - Inbound Processing
    External Trading Partner will be able to post the XML Documents to https://<b2bconsolehost>:<b2bconsoleport>/b2b/httpReceiver.
    Here is the process flow:
    1. External Trading Partner will be posting the XML Documents to https://<b2bconsolehost>:<b2bconsoleport>/b2b/httpReceiver
    2. B2B, consumes the Custom XML validates as per the XSD and process it.
    3. How to send the ACK back to External Trading Partner if it validates successfully and sent it to 'IP_IN_QUEUE'
    4. How to send the ACK back to External Trading Partner if the validation fails after receiving the XML document.
    5. Does the External Trading Partner require any certificates to post the XML Documents to https://<b2bconsolehost>:<b2bconsoleport>/b2b/httpReceiver (no need of encryption/decryption)?
    6. How to enable the B2B server to accept the HTTPS messages from the Trading Partner (no need of encryption/decryption).
    Please let me know. Thanks In Advance.
    Regards,
    Amirineni

    Hi Nandu, Ramesh,
    We have done the set-ups for transmitting a Custom XML Document over HTTP1.1 in B2B.
    Our Business Case is as follows:
    1. Read the Flat File using BPEL File Adapter
    2. Transform the Message in BPEL and send it to B2B
    2. Based on the set-ups in B2B, we need to post the XML message to the folliwng URL:-
    http://databridge.buy.datastream.net:5555/invoke/dsImport/receiveXML
    In the B2B Set-Ups, I have done the following:
    Business Protocol name: Custom Document over Internet
    Exchange Protocol: AS
    Document Protocol: Custom
    Transport Protocol: HTTP-1.1
    Host name : http://databridge.buy.datastream.net
    Port: 5555
    I have also deployed the agreement as well as the configuration. The issue that I am currently facing is when I select the configuration in WSIL browser in JDeveloper, I am getting the following error:
    "Unable to get schema information for target".
    Hence I am not able to map the message in BPEL and send it to B2B.
    Could you please let me know the possible causes and if I am missing anything in the set-ups in B2B.
    As always, your help and guidance is highly appreciated.
    Thanks,
    Dibya

  • Custom XML Document over AS2

    Hi All,
    We are planning to send Custom XML Document over HTTP(AS2) to the Remote Trading Partner. The XML Document needs to be posted to a particular URL in the Remote Trading Partner Site.Here is the process flow:
    1. The input application format file having the messages will be transformed to an XML message in BPEL.
    2. Then as per the set-ups done in B2B, this particular XML message needs to be posted to a URL.
    I went through the B2B User's Guide but could not find any documentation on how to set up Custom XML Document over HTTP(AS2).
    Could you please share the documents/technical notes or link which I can refer to do the set-ups in B2B.
    Please let me know. Thanks In Advance.
    Regards,
    DIbya

    Hi Nandu, Ramesh,
    We have done the set-ups for transmitting a Custom XML Document over HTTP1.1 in B2B.
    Our Business Case is as follows:
    1. Read the Flat File using BPEL File Adapter
    2. Transform the Message in BPEL and send it to B2B
    2. Based on the set-ups in B2B, we need to post the XML message to the folliwng URL:-
    http://databridge.buy.datastream.net:5555/invoke/dsImport/receiveXML
    In the B2B Set-Ups, I have done the following:
    Business Protocol name: Custom Document over Internet
    Exchange Protocol: AS
    Document Protocol: Custom
    Transport Protocol: HTTP-1.1
    Host name : http://databridge.buy.datastream.net
    Port: 5555
    I have also deployed the agreement as well as the configuration. The issue that I am currently facing is when I select the configuration in WSIL browser in JDeveloper, I am getting the following error:
    "Unable to get schema information for target".
    Hence I am not able to map the message in BPEL and send it to B2B.
    Could you please let me know the possible causes and if I am missing anything in the set-ups in B2B.
    As always, your help and guidance is highly appreciated.
    Thanks,
    Dibya

  • XML (RSS) Spry Dataset File Works in Preview But Not Over Internet

    hello
    I am trying to build a custom feed reader using the Spry framework in Dreamweaver CS4 and everything seems to go smoothly until I actually host the file (with the accompanying js and css files) and try to view it over the internet
    previewing from DW shows everything working the way it should
    I feel like I am missing something obvious ... but not sure what
    thanks for any help!

    Hi, i have a similar problem..
    These URL returns a XML:
    1) http://www.bolsadesantiago.com/intradayServlet?symbol=IPSA
    2) http://www.valorfuturo.com/contenidos_vf/proyectos/clientes/penta/titularnoticias.asp
    I use a CS4 and both works in preview, but only first works over internet (IE7).
    I suspect that 2° has a problem of syntax XML, but work with jQuery.

  • How to control and display video from IP camera using ActiveX control over Internet.

    Hello,
    I need to control my IP cameras over the internet. I need to log into the cameras and then display the video.  There's an ActiveX control registered on the computer and works fine with IE to access and control the cameras. Controlling the cameras using IE works fairly well, but there are some quirks that I'd like to eliminate by using my own custom code.
    Has anyone created a vi that controls a Foscam FI8905W over the Internet? I’ve attempted, but I keep getting a catastrophic failure when I try to call ManagementConnect Method in the DVM_IPCam2 ActiveX Control Module V1.0. I'm not sure whether I need to establish an IP connection with the cameras first, or allow the ActiveX control to establish it for me.
    Some example code would be greatly appreciated. Running LabVIEW 2011 on a Win7 32bit.  Even some code used to control a similar device using ActiveX over Internet would be helpful.

    I have an example vi for interfacing to the foscam activex.
    I plan on using mouse click events within the activex window to trigger the PT function.
    I only have the basic up/down/right/left directions and not the down-right/down-left/up-right/up-left in the enum.  You can load the camera's web page and view the source to see the Java script code that uses the activex control.  There are definitions for the other directions.
    I had to mark the control as "Disabled" to keep click events from going to the activex control.  If I double click the control, it goes full screen.  If I then click on it to get out of full screen mode the video never returns or returns to the wrong spot in the VI.
    Attachments:
    Foscam Demo.vi ‏24 KB

  • XML over HTTP out of the EJB container

    I need to communicate with a legacy system via XML over HTTP from the EJB layer. I created a custom solution for this on a previous assignment using Castor for the marshaling etc. and standard JDK classes for the opening the HTTP connection, posting etc. I am thinking of implementing a similar solution in the using the DAO pattern. Are there any new open-source implementations for such XML/HTTP connectivity (non-SOAP)? Surely there is somethign out there!
    Thanks,
    -Chris

    In general, it is bad design to make network calls from the EJB layer, just as it is against the spec to do things such as create threads, write to the file system, etc.
    I know this doesn't answer your question but it is something to consider.

  • B2B EDIFACT over Internet AS2 - 5081: XEngine error - Invalid guideline.

    Hi,
    When get message from TP on EDI EDIFACT over Internet AS2-1.1 - INVOIC
    Get an error: "5081: XEngine error - Invalid guideline."
    Version: Oracle Application Server Integration B2B, Release 10.1.2, Build B2B_10.1.2.4.0_GENERIC_091027.
    Log:
    2012.03.26 at 14:51:52:051: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Enter
    2012.03.26 at 14:51:52:051: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Return = oracle.tip.adapter.b2b.document.edi.ISelectorImpl@18f729c
    2012.03.26 at 14:51:52:052: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = SeverityConfig
    2012.03.26 at 14:51:52:052: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = null
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Enter
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Return = oracle.tip.adapter.b2b.document.edi.ISelectorImpl@ad97f5
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:reset Enter
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:reset Leave
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Enter
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Return = oracle.tip.adapter.b2b.document.edi.ISelectorImpl@d38976
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup Enter
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = InterchangeReceiverQual, val = []
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [null]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = InterchangeSenderID, val = [SEDIS-SVS]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [SEDIS-SVS]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = InterchangeReceiverID, val = [DSPGROUPSBI05]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [DSPGROUPSBI05]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = Standard, val = [EDIFACT]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [EDIFACT]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = InterchangeControlVersion, val = [4]
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [4]
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = ec_DataNodeName, val = [Interchange]
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = InterchangeSenderQual, val = []
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [null]
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup return = true
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup return = true
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = ecsFileKey
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = AC16026A13648E5FAB3000001EB90540
    2012.03.26 at 14:51:52:094: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValueBlob Param Name = ecsOptFileBlob
    2012.03.26 at 14:51:52:094: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValueBlob Param Name = ecsFileBlob
    2012.03.26 at 14:51:52:564: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getStream Enter
    2012.03.26 at 14:51:52:564: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getStream Leave
    2012.03.26 at 14:51:52:565: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = SeverityConfig
    2012.03.26 at 14:51:52:566: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = null
    2012.03.26 at 14:51:52:807: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:setControlNumber sName = Interchange, controlNumber = 30000000000022
    2012.03.26 at 14:51:52:808: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:setControlNumber return = true
    2012.03.26 at 14:51:52:809: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = TPName
    2012.03.26 at 14:51:52:809: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = SIEMENS
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit Enter
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit NodeGUID = {757D76FE-7742-11E1-B54E-00265524F072} position = 0
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit Leave
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Enter
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Return = oracle.tip.adapter.b2b.document.edi.ISelectorImpl@1e5c339
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup Enter
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = TransactionMessageVersionNumber, val = [D]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [D]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = TransactionID, val = [INVOIC]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [INVOIC]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = TransactionMessageReleaseNumber, val = [05A]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [05A]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = ec_DataNodeName, val = [Transaction]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = TransactionAssociationAssignedCode, val = []
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [null]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup return = true
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup return = true
    2012.03.26 at 14:51:52:811: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = ecsFileKey
    2012.03.26 at 14:51:52:811: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = BA78E50BF81BC5B0E04016AC6B024E8E-274-1-8
    2012.03.26 at 14:51:52:811: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValueBlob Param Name = ecsOptFileBlob
    2012.03.26 at 14:51:52:811: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValueBlob Param Name = ecsFileBlob
    2012.03.26 at 14:51:52:820: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = TPName
    2012.03.26 at 14:51:52:820: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = SIEMENS
    2012.03.26 at 14:51:52:821: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit Enter
    2012.03.26 at 14:51:52:821: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit NodeGUID = {757D82F2-7742-11E1-B54E-00265524F072} position = 0
    2012.03.26 at 14:51:52:821: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit Leave
    2012.03.26 at 14:51:52:842: Thread-18: B2B - (DEBUG) iAudit report :
    Error Brief :
    5081: XEngine error - Invalid guideline.
    iAudit Report :
    <?xml version="1.0" encoding="UTF-16"?><AnalyzerResults Guid="{757D026E-7742-11E1-B54E-00265524F072}" InterchangeReceived="1" InterchangeProcessed="1" InterchangeAccepted="0"> <ExecutionDate>Monday, March 26, 2012</ExecutionDate> <ExecutionTime>02:51:52 PM (IST)</ExecutionTime> <AnalyzerReturn>Failed</AnalyzerReturn> <NumberOfErrors>1</NumberOfErrors> <ErrorByCategory> <Category Name="Rejecting"> <Severity Name="Normal">1</Severity> </Category> </ErrorByCategory> <Status>Finished</Status> <DataFile> <FilePath/> <FileName/> <LastModified/> <FileSize/> <DataURL>file://</DataURL> </DataFile> <Interchange Guid="{757D76FE-7742-11E1-B54E-00265524F072}" InterchangeAckCode="R" TransactionSetsReceived="1" TransactionSetsProcessed="1" TransactionSetsAccepted="0" RError="0" NError="0" OtherWI="0"> <DataXPointer> <StartPos>11</StartPos> <Size>9684</Size> </DataXPointer> <GuidelineInfo> <GuidelineFile> <FilePath>ByteStream</FilePath> <FileName>ByteStream</FileName> <LastModified/> <FileSize/> <GuidelineURL>file://ByteStream</GuidelineURL> </GuidelineFile> <DetailGuidelineInfo> <IID>4</IID> <ID>SS</ID> <Name>SERVICE SEGMENTS</Name> <GroupID>0</GroupID> <Standard>EDIFACT</Standard> <StdVersion>SYNTAX MESSAGES 4</StdVersion> </DetailGuidelineInfo> </GuidelineInfo> <NodeInfo> <Links> <Link Name="InterchangeControlVersion">4</Link> <Link Name="InterchangeSenderID">SEDIS-SVS</Link> <Link Name="InterchangeSenderQual"/> <Link Name="InterchangeReceiverID">DSPGROUPSBI05</Link> <Link Name="InterchangeReceiverQual"/> <Link Name="Standard">EDIFACT</Link> </Links> <Properties> <Property Name="CharSet">UNOB</Property> <Property Name="InterchangeControlVersion">4</Property> <Property Name="InterchangeDirectoryVersion"/> <Property Name="InterchangeEncoding">1</Property> <Property Name="InterchangeSyntaxReleaseNumber"/> <Property Name="InterchangeSenderID">SEDIS-SVS</Property> <Property Name="InterchangeSenderQual"/> <Property Name="InterchangeSenderAddress"/> <Property Name="InterchangeSenderSubAddress"/> <Property Name="InterchangeReceiverID">DSPGROUPSBI05</Property> <Property Name="InterchangeReceiverQual"/> <Property Name="InterchangeReceiverAddress"/> <Property Name="InterchangeReceiverSubAddress"/> <Property Name="InterchangeDate">20120326</Property> <Property Name="InterchangeTime">0300</Property> <Property Name="InterchangeControlNumber">30000000000022</Property> <Property Name="InterchangeRecipientRefPas"/> <Property Name="InterchangeRecipientRefPasQual"/> <Property Name="InterchangeAppReference"/> <Property Name="InterchangePriorityCode"/> <Property Name="InterchangeAckRequested"/> <Property Name="InterchangeAgreementID"/> <Property Name="InterchangeUsageIndicator">1</Property> <Property Name="DecimalSeparator">0x2e</Property> <Property Name="ElementDelimiter">0x2b</Property> <Property Name="ReleaseCharacter">0x3f</Property> <Property Name="RepeatingSeparator">0x2a</Property> <Property Name="SegmentDelimiter">0x270xd0xa</Property> <Property Name="SubelementDelimiter">0x3a</Property> <Property Name="InterchangeChildCount">1</Property> <Property Name="InterchangeTrailerControlNumber">30000000000022</Property> </Properties> </NodeInfo> <Transaction Guid="{757D82F2-7742-11E1-B54E-00265524F072}" TransactionAckCode="R" RError="1" NError="0" OtherWI="0"> <DataXPointer> <StartPos>87</StartPos> <Size>9585</Size> </DataXPointer> <GuidelineInfo> <GuidelineFile> <FilePath>ByteStream</FilePath> <FileName>ByteStream</FileName> <LastModified/> <FileSize/> <GuidelineURL>file://ByteStream</GuidelineURL> </GuidelineFile> <DetailGuidelineInfo> <IID>4</IID> <ID>SS</ID> <Name>SERVICE SEGMENTS</Name> <GroupID>0</GroupID> <Standard>EDIFACT</Standard> <StdVersion>SYNTAX MESSAGES 4</StdVersion> </DetailGuidelineInfo> </GuidelineInfo> <NodeInfo> <Links> <Link Name="TransactionID">INVOIC</Link> <Link Name="TransactionMessageVersionNumber">D</Link> <Link Name="TransactionMessageReleaseNumber">05A</Link> <Link Name="TransactionAssociationAssignedCode"/> </Links> <Properties> <Property Name="TransactionControlNumber">30000000000022</Property> <Property Name="TransactionID">INVOIC</Property> <Property Name="TransactionControllingAgency">UN</Property> <Property Name="TransactionMessageVersionNumber">D</Property> <Property Name="TransactionMessageReleaseNumber">05A</Property> <Property Name="TransactionAssociationAssignedCode"/> <Property Name="TransactionDirectoryVersion"/> <Property Name="TransactionMessageSubFunctionID"/> <Property Name="TransactionCommonAccessRef"/> <Property Name="TransactionSenderSequenceNumber"/> <Property Name="TransactionTransferPosition"/> <Property Name="TransactionMessageSubsetID"/> <Property Name="TransactionMessageSubsetVersion"/> <Property Name="TransactionMessageSubsetRelease"/> <Property Name="TransactionSubsetControllingAgency"/> <Property Name="TransactionImplementationID"/> <Property Name="TransactionImplementationVersion"/> <Property Name="TransactionImplementationRelease"/> <Property Name="TransactionImplemControllingAgency"/> <Property Name="TransactionScenarioID"/> <Property Name="TransactionScenarioVersion"/> <Property Name="TransactionScenarioRelease"/> <Property Name="TransactionScenarioControlAgency"/> <Property Name="TransactionChildCount">376</Property> <Property Name="TransactionTrailerControlNumber">30000000000022</Property> </Properties> </NodeInfo> <TransactionErrors> <Error ErrorCode="{AD01846F-A68B-409D-A264-AA1ECAE7FBA3}" Severity="Normal" Category="Rejecting" Index="1" ID="50810000"> <ErrorBrief>5081: XEngine error - Invalid guideline.</ErrorBrief> <ErrorMsg>Failed guideline.</ErrorMsg> <ErrorObjectInfo> <Parameter Name="ErrorLevel">0</Parameter> <Parameter Name="Name">XEngine</Parameter> <Parameter Name="_ec_dn_guid_">{757D82F2-7742-11E1-B54E-00265524F072}</Parameter> <Parameter Name="_ec_file_name_"/> <Parameter Name="_ec_index">0</Parameter> <Parameter Name="ec_error_scope">Transaction</Parameter> </ErrorObjectInfo> <ErrorDataInfo> <Part1/> <ErrData/> <Part3/> <DataXPointer> <StartPos>0</StartPos> <Size>0</Size> </DataXPointer> </ErrorDataInfo> </Error> </TransactionErrors> </Transaction> </Interchange></AnalyzerResults>
    2012.03.26 at 14:51:52:843: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument sErrorGuid = {AD01846F-A68B-409D-A264-AA1ECAE7FBA3}
    2012.03.26 at 14:51:52:843: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument sDescription = Failed guideline.
    2012.03.26 at 14:51:52:843: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument sBrDescription = 5081: XEngine error - Invalid guideline.
    2012.03.26 at 14:51:52:844: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument added Hash Key = {757D82F2-7742-11E1-B54E-00265524F072}
    2012.03.26 at 14:51:52:844: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument Error Scope = Transaction
    2012.03.26 at 14:51:52:844: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument exit
    Thanks for help
    Adi

    Hello Anuj,
    Thanks for your replay.
    Please guide me at how do I need to do the match between the Document Protocol and the Payload
    Payload file:
    UNA:+.?*'
    UNB+UNOB:4::1+SEDIS-SVS+DSPGROUPSBI05+20120326:0300+30000000000022++++++1'
    UNH+30000000000022+INVOIC:D:05A:UN'
    BGM+389+AS2 TEST'
    MOA+124:6123.70'
    UNT+376+30000000000022'
    UNZ+1+30000000000022'
    TP and HOME Document Protocol log:
    2012.03.26 at 14:51:52:041: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceB2BMsg From Document Protocol Parameters
    2012.03.26 at 14:51:52:041: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupApplicationPassword = null
    2012.03.26 at 14:51:52:041: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupTime = #SystemTime(HHMM)#
    2012.03.26 at 14:51:52:041: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeControlNumber = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeAgreementIdentifier = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderInternalID = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupControlNumber = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverID = SEDIS-SVS
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderQual = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter DecimalSeparator = 0x2e
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeProcessingPriority = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverInternalSubID = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ElementDelimiter = 0x2b
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeRecipientRefPassword = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter CharSet = UNOA
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeTime = #SystemTime(HHMM)#
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeECSFileBlob
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeRecipientRefPasswordQual = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter TagDelimiter = 0x3d
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter RepeatingSeparator = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupECSFileBlob
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter TPName = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ReplacementChar = 0x7c
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ReleaseCharacter = 0x3f
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupSenderQual = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeCharacterEncoding = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SegmentDelimiter = 0x27
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeApplicationRef = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeControlVersion = 4
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupDate = #SystemDate(YYMMDD)#
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverQual = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReceiverQual = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ImplementationClass = oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SkipUNA = FALSE
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter Standard = EDIFACT
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SubelementDelimiter = 0x3a
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter AcknowledgementOption = T2
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupAgencyCode = UN
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeServiceCodeList = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeDate = #SystemDate(YYMMDD)#
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverInternalID = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeTestIndicator = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderID = SEDIS-SVS
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupAssociationCode = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReceiverID = SEDIS-SVS
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReleaseNumber = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter AcknowledgementType = CONTRL
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupSenderID = SEDIS-SVS
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter FunctionalGroupCreation = TRUE
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderInternalSubID = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupVersion = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceB2BMsg To Document Protocol Parameters
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupApplicationPassword = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupTime = #SystemTime(HHMM)#
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeControlNumber = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeAgreementIdentifier = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderInternalID = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupControlNumber = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverID = DSPGROUPSBI05
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderQual = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter DecimalSeparator = 0x2e
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeProcessingPriority = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverInternalSubID = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ElementDelimiter = 0x2b
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeRecipientRefPassword = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter CharSet = UNOA
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeTime = #SystemTime(HHMM)#
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeECSFileBlob
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeRecipientRefPasswordQual = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter TagDelimiter = 0x3d
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter RepeatingSeparator = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupECSFileBlob
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter TPName = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ReplacementChar = 0x7c
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ReleaseCharacter = 0x3f
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupSenderQual = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeCharacterEncoding = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SegmentDelimiter = 0x27
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeApplicationRef = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeControlVersion = 4
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupDate = #SystemDate(YYMMDD)#
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverQual = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReceiverQual = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ImplementationClass = oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SkipUNA = FALSE
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter Standard = EDIFACT
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SubelementDelimiter = 0x3a
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter AcknowledgementOption = T2
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupAgencyCode = UN
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeServiceCodeList = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeDate = #SystemDate(YYMMDD)#
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverInternalID = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeTestIndicator = null
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderID = DSPGROUPSBI05
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupAssociationCode = null
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReceiverID = DSPGROUPSBI05
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReleaseNumber = null
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter AcknowledgementType = CONTRL
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupSenderID = DSPGROUPSBI05
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter FunctionalGroupCreation = TRUE
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderInternalSubID = null
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupVersion = null
    Thanks
    Adi

  • Adapter Engine(decentral) or PCK over Internet ?

    Hello Friends,
    In our scenario we have to be decide to choice between
    <b>1.XI with PCK;</b>
    and
    <b>2.XI with decentral AE over Internet.</b>
    Integration Server has been configured to be seen over Internet.
    Location of business System is out of the Integration Server  LAN and is a local station protected by it's firewall.
    My question is
    How can we can integrate this system in a XI Scenario in bidirectional way? using Decentral AE or PCK ?
    Thanks,
    Bogdan

    Hi Bogden -
    The decentral adapter engine is deployed on top of a full J2EE engine, so it's a rather heavy solution.  However, the benefits are that it inherits the full features of the engine such as scalability, clustering, thread management.
    A decentral adapter engine will also have its own queuing and persistence layer so if the Integration Server is down, you still maintain guaranteed delivery.
    However, bandwidth(max 64kb/s) looks like a potential problem, especially if you have large messages in your scenario(s) - even more so with large flat files converted to XML, since usually the resulting XML size is a multiple of the original flat file size.  If the files aren't so large, maybe not a big deal.
    Best regards,
    Jin

  • Dynamic custom XML in resource gantt

    Hi all,
    I want to create a Ressource Gantt Chart based on a dynamic XML - Source.
    Here is what I have done so far:
    1. Create a Table GANTT_INFO:
    CREATE TABLE GANTT_INFO
    EMP_ID NUMBER,
    TASK VARCHAR2(255 BYTE),
    PARENT_ID NUMBER,
    START_DATE DATE,
    END_DATE DATE,
    STATUS NUMBER,
    ACTIVITY VARCHAR2(80 BYTE)
    2. Insert some values into the table GANTT_INFO
    3. Create a new region based on <chart><flash chart><gant><resource gantt> with the following SQL - Query
    SELECT NULL LINK,
    EMP_ID,
    TASK,
    PARENT_ID,
    START_DATE,
    END_DATE
    FROM GANTT_INFO
    order by emp_id
    4. Copy static XML - Source in the Chart XML as custom XML
    Now I want to generate this XML - Source dynamicly using a DB - Procedure called by a Application Process and link the result into the Chart XML as custom XML.
    Is there a possibility?
    You can see the example here:
    http://apex.oracle.com/pls/apex/f?p=35902:1
    User: demo
    Pwd: demo
    Thanks.

    Hi fiedlerm,
    If you carry out a search on the forum on the topic of handling CLOBs, you'll see that many others have posted about this topic. For example, this particular thread - Returning a Clob to an Application Item - refers to my late colleague, Carl Backstrom's extremely useful packaged application, which demonstrates the use of AJAX to save & edit over 32k of text in a textarea, called "Save Large Value" on our Packaged Applications page on OTN: http://www.oracle.com/technetwork/developer-tools/apex/application-express/packaged-apps-090453.html#LARGE. Carl's example can be modified to make use of my previously suggested On Demand process, for the generation of your chart data. In the process you would need to create a collection called CLOB_CONTENT, and add the data clob to that collection, and also remove the setting of the textarea page item from the end of that process. The clob_Get() JavaScript function in Carl's example would then retrieve that clob value from the collection. Currently that value is being returned to the P3_TEXTAREA item on pg 3 of the application, however you could modify this to suit your needs and reference your own existing page items. Your chart custom XML will reference the textarea page item now holding the data retrieved via the clob_Get() call, and your data will be displayed on your chart.
    I recommend downloading & installing the "Save Large Value" example, and try modifying that to suit your needs. I hope this helps.
    Regards,
    Hilary

  • Opening BAM Server Port and Integrating BPEL Server over Internet

    Hi Friends,
    I have a BPEL Process which has Sensor Actions to insert data to a BAM Data Object. BPEL & BAM Servers are on different boxes and have to be accessed over the internet. I want to know whether anyone can give me any pointers to manually open BAM Server's Port from a Windows XP machine to be accessed by a BPEL Server Process over Internet. Pl. provide detailed steps in case possible.
    Appreciate your help in advance.
    Thanks
    Ram

    When you create the BPEL process (or after you deploy it) you can modify the bam server settings. In your case, I think all you need to do is supply the correct port -- 445 instead of 80
    If you are doing this post-deployment you can go to the BPEL console, select the BPEL service and modify the connection settings by modifying the process' descriptor. You should modify the bamserver.port property. If you are not using 10.1.3.3, then there is a bug with the descriptor page that requires that you make sure you re-type in the bamserver.password field PRIOR to clicking update desciptor.
    If you are doing it pre-deployment, you can modify the bpel.xml file in JDeveloper of your BPEL process. You will see the bamserver.port property defined in that file.

  • Custom XML Transformer Error

    I have created a custom XML Transformer using the SAP Library article:
    http://help.sap.com/saphelp_nw04/helpdata/en/e1/98e14110340b7fe10000000a155106/frameset.htm
    I created the project and uploaded the PAR file but when I try to create an XML iView I get to the part where I enter the URL and when I click "Next" I get the following error:
    Caused by: com.sapportals.portal.prt.core.broker.PortalApplicationNotFoundException: Could not find portal application com.sap.portal.EmptyTransformersProvider...
    In the PAR Structure section it says - The Par File must have the following folder structure:
    dist->PORTAL-INF->portalapp.xml
    dist->PORTAL-INF->xml->XSLLibrary->Transformers (My custom XSL File (stock.xsl) is HERE)
    dist->PORTAL-INF->xml->Transfomers.xml
    This I have completed however, it also shows two files under the project:
    EmptyTransformersProvider.etz
    com.sap.portal.EmptyTransformersProvider.par
    What are these files and how do I create/add them? 
    I noted that the name of the Project created here is EmptyTransformersProvider but my project is named ep_sts does this matter?
    Also if it matters:  this is a DC which I created in NWDS using Enterprise Portal->Portal Application Module.
    Lastly I have tested the XSL using Internet explorer and an XML File and it workes fine so I would assume it is not the XSL causing the error.

    Hello
    As i've created my own transform according to the tutorial, it doesnt appear in the list of available transforms either in the xml iview wizard or editor.
    Any idea ?
    previously I had the same error resolved by naming the project with the right name.
    Thanks

  • Custom XML to HQ print doc (PDF)

    Hello.
    Looking for some guidance if anyone can provide it?
    We have a customer with a custom built system for cross publishing documents and content (web, print, statistics, etc) and have previously used another 3rd party supplier for generating their print PDFs. Mainly 8-16 page folders filled with images logos and custom formated text but also ad pages for newspapers, sophisticated layouts to say the least. We have been asked to look into takeing over the PDF generation itself.
    Their system outputs an XML file with text baked into it and images linking to HTTP URLs like:
    <DOCIMAGES>
         <IMAGE>
         <ID>1</ID>
         <URL>Http://www.xxxxxxxxx.com/image.jpg</URL>
         </IMAGE>
         <IMAGE>
         <ID>2</ID>
         <URL>Http://www.xxxxxxxxx.com/image2.jpg</URL>
         </IMAGE>
    </DOCIMAGES>
    What we need is some kind of setup that allows them to send their custom XML file to a server we controll that automatically bakes its info together with a template; fields, fomating, external images and outputs a high quality PDF for digital printing.
    Their orginal templates are made in InDesign, how those have been converted later to fit a pipeline i dont know.
    Id be glad for any advice and/or guidence on the subject. I read some about XLS-FO but i also read somewhere its not suitable for "artistic layouts"?
    Regards HMD

    That is a really good question Gary. I sure hope we can find out the answer to this soon.
    Regards,
    Agyemang Fellowes
    iPhone SIM Unlock Administration
    http://www.iphone-sim-unlock.com/

Maybe you are looking for

  • Why System.in is blocking other IO call

    I was trying this simple program to run some test... package com.jpmc.ibtech.hycee.base; import java.io.IOException; public class TestThread {       * @param args       * @throws IOException      public static void main(String[] args) throws IOExcept

  • Dial-up Connection Programme...

    Is it possible to write a dial-up connection programme in Java? It would also be interesting to know whether there exist some specs on the modem api. thank you luka

  • Greater than is giving me equal to's

    So I'm writing a procedure in PL/SQL that has the logic below: SELECT FROM WHERE     CASE         WHEN travel_time IS NULL THEN NULL         WHEN travel_time = 0       THEN NULL         ELSE miles/(travel_time/60)     END >     CASE         WHEN (SUB

  • Multimedia Centre for Thinkvanta​ge - Can never get it working.

    I have had my T60 for over 2 years, and the multimedia centre never works properly. In fact, 80% of the time it just crashes as soon as I start the program up, with the following error message: Cannot complete the last command because: Unknown error

  • ALV doesn't sort as expected.

    Hi, I created sorting rules for two columns, document number and date. Each different date of a certain document constitutes a line in ALV. I used the following code to set the rules. However, the ALV doesn't sort as expected. LOOP AT LT_FIELDS INTO