RosettaNet (RNIF) Inbound

Hi Guys,
I have previously created a RosettaNet interface to send messages to another server, however I now need to look at receiving RosettaNet messages.
I have created the relevent parties, business services and communication channels, observing the naming conventions.
What I'm now looking for is the URL to use when posting to XI.
I've tried posting to http://<XI server address>:<port>/MessagingSystem/receive/RNIFAdapter/RNIF
which returns a
401 Unauthorized
so I've added
?sap-user=<username>&sap-password=<password>
but with no luck.
Could anyone point me in the right direction?
Kind regards,
John Lambert

Hi Bhavesh,
I'm not sending from RSTK.
The intention was to send from the SeeBeyond server that XI was sending messages to. In order to check the URL etc. that I wrote a short app in Perl to connect to the URL in the previous post and post a RosettaNet packet saved in a file.
I have sucessfully bypassed the authorisation problem when sending from Perl, but XI is complaining about the Start Boundary missing.
HTTP/1.1 400 Bad Request
Date: Thu, 19 Jun 2008 15:07:08 GMT
User-Agent: MessagingSystem/3.0
Server: SAP J2EE Engine/7.00
Content-Length: 126
Content-Type: text/plain; charset=UTF-8
Client-Date: Thu, 19 Jun 2008 15:07:08 GMT
Client-Peer: 10.70.212.65:8000
Client-Response-Num: 1
Set-Cookie: JSESSIONID=(datc850alp2x_AXD_00)ID0558361050DB01595898703172859443End; Version=1; Domain=.esb.ie; Path=/
Set-Cookie: saplb_*=(datc850alp2x_AXD_00)3583050; Version=1; Path=/
com.sap.aii.af.ra.ms.api.MessageFormatException: Missing start boundary: javax.mail.MessagingException: Missing start boundary.
Probably won't help, but the Perl Code looks like this:
use LWP::UserAgent;
use HTTP::Request::Common;
use URI::URL;
use HTTP::Headers;
my $userAgent = LWP::UserAgent->new(agent => 'perl post');
open FILE, 'c:/work/aim/xi/S98_20070827164731140' or die $!; binmode FILE;
my $contents;
{ local $/ = undef;     # Read entire file at once
     $contents = <FILE>;      # Return file as one single `line'
}                       # $/ regains its old value
close FILE;
my $message=$contents;
my $ua = LWP::UserAgent->new(env_proxy => 1,
                              keep_alive => 1,
                              timeout => 30,
my $hdrs = new HTTP::Headers(Accept => 'text/plain', "Content-Type" => "application/xml");
my $req = HTTP::Request->new('POST', 'http://<server address>:<port>/MessagingSystem/receive/RNIFAdapter/RNIF', $hdrs,$message);
my $username="<username>";
my $password="<password>";
$req->authorization_basic($username, $password);
my $response = $ua->request($req);
print $response->error_as_HTML unless $response->is_success;
print $response->as_string;
Good luck, I suspect I will have the same problems with authorisation when attempting to connect from the Seebeyond Server.
John

Similar Messages

  • How to use pre-defined scenarios for RosettaNet with XI 3.0

    Hi all.
       I am working in Comgroup Shanghai co. ltd. which is partner of SAP China.
       We have a potential customer who use RosettaNet as their Supply Chain EDI system.
       I would like to make a demo for demostrate the pre-defined scenarios for RosettaNet RNIF 2.0 packages.
       Where can I find such guideline ? I have checked the article: implementing RosettaNet with XI 3.0, but it cannot help me.
       Another question is how I can develop my own scenarios for the RNIF standards which are not included in XI RosettaNet business package ?

    Hi Andy,
    See the instructions below after you installed the RosettaNet STK.
    Below given is the sample config for PIP3B2 Scenario. Part I is using STK and Part II is using 2 XI systems.
    <b>Part I. Test Using STK</b>
    In your XI ID:
    1) Define both the parties 1) Shipper(Your Partner) 2) Receiver(Your company) with identifiers like DUNS Number.
    2) In ID goto>Tools>Transfer Integration Scenarios from IR-->select the scenario "PIP3B2_Receiver" from the drop down list.
    3) Follow the 4 steps in the config wizard.
    4) While creating your CC, create it from the channel template delivered with the RosettaNet BP.
       4.1) Specify the URL for STK which should be in the following format
    http://<STK Server>:<port>/rosettanet/servlet/listenerServlet?userId=<Party Name>
       4.2)In the location fields, enter your location and your partner location.
    In your STK
    1) Start the RosettaNet STK.
    2) enter the UserID<Partner Name in XI>
    3) Select the Test Scenario, 3B2V01.01-AdvanceShipmentNotification-0001-Scenario-Shipper
    4) Enter Global Business ID(DUNS Number) and Location ID for both the partners. These fields should be same as in your R/3 Party configuration.
    5) Enter the URL as follows:
    http://<XI Server:<J2EE_Port>/MessagingSystem/receive/RNIFAdapter/RNIF
    If everything is configured correctly as mentioned, you should be able to test your single-action scenario.
    <b>Part II Test using another XI System</b>
    For these follow the steps above for XI Config.
    Configure one XI System as PIP3B2 Shipper using the Scenario "PIP3B2_Shipper" and config wizard as mentioned above.
    Configure the other XI as PIP3B2 Receiver using the scenario "PIP3B2_Receiver" and config wizard.
    In the Url field, specify the URL as follows:
    http://<XI host>:<J2EE_Port>/MessagingSystem/receive/RNIFAdapter/RNIF
    Hope this helps.
    Regards,
    Sam Raju

  • Using attachment with RNIF

    Hi,
    I actually use B2B scenario based on RosettaNet/RNIF with SAP PI 7.0 SP12.
    I need to use the attachment capability, but, according to discussion with SAP support there is no current documentation about how to perform this action.
    Has anybody already do this setup ?
    Is it like attachment with mail adapter ? Do I develop a custom adapter module to use this standard capability ?
    Best Regards,
    Laurent

    Hi Asif,
       Thanks for the help below. I will also try to propose this as part of the low-level design. I'm just thinking that the overall architecture makes it complicated. SAP will send IDOC with the fields to be converted to both XML and MIME attachment in PI. And these data should be both sent by PI to TIBCO. During the message mapping, will PI be able to convert this to the desired format?
      The desired format is like the one below:
    mime-version:1.0
    content-id:"6acecec45db14b70bfad32298bc4134c"
    x-rn-version:RosettaNet/V02.00
    x-rn-response-type:async
    content-type:multipart/related; type="multipart/related"; boundary="c95198da0eb5408ba23f0caee018a88b"
    host: ...
    content-length:35518
    expect:100-continue
    connection:Keep-Alive
    --c95198da0eb5408ba23f0caee018a88b
    =_Part_1418_1240817770.1288816246590
    Content-Type: multipart/related;
         boundary="----=_Part_1417_171409072.1288816246574";
         type="application/xml"
    =_Part_1417_171409072.1288816246574
    Content-Type: application/xml
    Content-Transfer-Encoding: binary
    Content-Location: RN-Preamble
    Content-ID: RN-Preamble.3d1534e0e78911dfbeda001b78be27c2
    <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE Preamble SYSTEM "Preamble_MS_V02_00.dtd"><Preamble><standardName><GlobalAdministeringAuthorityCode>RosettaNet</GlobalAdministeringAuthorityCode></standardName><standardVersion><VersionIdentifier>V02.00</VersionIdentifier></standardVersion></Preamble>
    =_Part_1417_171409072.1288816246574
    Content-Type: application/xml
    Content-Transfer-Encoding: binary
    Content-Location: RN-Delivery-Header
    Content-ID: RN-Delivery-Header.3d1534e1e78911df8070001b78be27c2
          <XMLTag>insert XML here</XMLTag>
       Thanks.
    Regards,
    Madz

  • Rosettanet pip

    hi,
    i read that  rosettanet pip's or(partner interface process) are provided in the IR .. please tell me what is it (pip) used for & where it can be found in IR ( Like idocs & rfc's r present in imported objects where r they )?
    thanking you

    HI
    Refer the below links:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ffe6d390-0201-0010-d792-9f22c5112c4f
    and these threads:
    RNIF adapter ?
    RNIF & Others
    http://help.sap.com/saphelp_nw04/helpdata/en/3d/99743f3d4b0866e10000000a114084/content.htm
    Check the following link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a09f3d8e-d478-2910-9eb8-caa6516dd7d9
    For more information about RNIF you can also visit, www.rosettanet.org :
    http://help.sap.com/saphelp_nw04/helpdata/en/42/f3d07f074e1bcae10000000a11466f/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/3d/99743f3d4b0866e10000000a114084/content.htm
    http://sap.co.il/SAPPHIL04/PDF/Track2/NESS_XI30_Overview.pdf
    SAP Launches Inititative for Industry Content
    http://www.sap.com/solutions/netweaver/components/xiadapters.epx
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9928db90-0201-0010-6894-ffa53bf77672
    Check the following link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00bfe190-0201-0010-5cab-b623ca90e746
    http://help.sap.com/saphelp_nw04/helpdata/en/3d/99743f3d4b0866e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/8e/839242bbe7171ce10000000a1550b0/content.htm
    WEBINAR:
    https://www.sdn.sap.com/irj/sdn/webinar?rid=/library/uuid/c189119d-0801-0010-a6a2-f0b010e727ac
    Please refer the following
    'Close Encounters' with the Rosettanet STK
    About Electronic Documents, Business Documents and Messages
    SAP Launches Inititative for Industry Content
    Service-enabling RosettaNet business processes
    RosettaNet and the role of RNIF in XI - RosettaNet and the role of RNIF in XI
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ffe6d390-0201-0010-d792-9f22c5112c4f
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b219df90-0201-0010-b898-da1dde3c80a4
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b219df90-0201-0010-b898-da1dde3c80a4
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b219df90-0201-0010-b898-da1dde3c80a4
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4f58802d-0a01-0010-e58b-d135f1b01dc5
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5348e95b-0b01-0010-768b-98ee477f63ef
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/implementing%20rosettanet%20with%2
    The Rosettanet STK and How to use it to your Advantage
    The Rosettanet STK and How to use it to your Advantage
    Rosettanet / RNIF & XI - Breaking the Code
    Rosettanet/RNIF & XI/PI - Breaking the Code
    'Close Encounters' with the Rosettanet STK
    'Close Encounters' with the Rosettanet STK
    RosettaNet and the role of RNIF in XI
    RosettaNet and the role of RNIF in XI
    Service-enabling RosettaNet business processes
    Service-enabling RosettaNet business processes
    cheers

  • RosettaNet Business Packages

    Hi all,
    We're trying to start a RosettaNet Scenario development.
    We've been reading about the necessary steps in order to accomplish the installation requirements, and one of them is the installation of the business packages.
    Our basis told us that this installation is not necessary in our system package version (SAP XI 2004s SP15), but we couldn't see RosettaNet namespaces (with objects) at RosettaNet SWCV already imported from SLD to Integration Builder Repository.
    Could anyone tell us if this is required for our SP version and where we could find its installation guide?
    Thanks in advance,
    Diego Campana.

    Hi Diego,
    pls chk with ur configurations in SLD with RosettaNet
    there should no problem if SLD works fine
    /people/rmanoj.kumar/blog/2007/02/08/rosettanet-and-the-role-of-rnif-in-xi
    /people/shabarish.vijayakumar/blog/2006/06/14/close-encounters-with-the-rosettanet-stk
    /people/kevin.liu/blog/2006/12/29/service-enabling-rosettanet-business-processes
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ffe6d390-0201-0010-d792-9f22c5112c4f
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/77edd390-0201-0010-59a0-c53f29a67acb
    /people/shabarish.vijayakumar/blog/2008/01/09/rosettanet-rnif-xi--breaking-the-code
    if found worth pls do the req
    Thanx
    Sampath

  • Rosettanet RNIF1.1 adapter

    Hi All,
    We are presently on XI3.0 SP19 and have Rosettanet RNIF 1.1.We want to upgrade XI to PI7.1 EHP1.
    My question
    1.Once the system is upgraded to PI7.1 EHP1, do we have to do any configuration( if so, what?)or re-import XI CONTENT ROSETTANET 1.0 or do anything related to Rosettanet?
    Please suggest.
    Thanks,
    Padmaja.

    Hi all,
    For anyone who is facing the same issue : I changed from RFC receiver to proxy receiver interface (that supports system ack /application ack). I moved the ABAP processing logic from the RFC (BAPI) receiver to the proxy receiver.
    This 'resolved' the internal 'AckNotSupported' message. The only 'side-effect' we still see in the SXMB_MONI is that the message flows keep a green question mark in the ack status 'Awaiting Ack' field. But this does not seem to have any negative side effect sofar.
    Dirk

  • RNIF adapter

    Hi,
    I want to configure test scenario for checking the connectivity using Sender RNIF to SAP PI to Receiver RNIF. I just need to send one or 2 fields data and check whther data has been correctly posted to Reciver side or not.
    Can any body suggest step by step how to configure it.
    Thanks & Regards
    Prabhat

    Hi Prabhat,
    These links may help you to give some direction to implement RNIF :
    Webinars
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/ffe6d390-0201-0010-d792-9f22c5112c4f
    http://help.sap.com/saphelp_nw04/helpdata/en/c5/3d794293bf9c60e10000000a1550b0/frameset.htm
    /people/shabarish.vijayakumar/blog/2008/01/09/rosettanet-rnif-xi--breaking-the-code
    Thanks,
    Pooja Pandey

  • Archive signature for RNIF message

    Hello everybody,
    We are using RosettaNet (RNIF) adapter on PI 7.1 and we have to archive XML message AND signature for this message to 3rd party system. Archiving has to be done before BPM in PI will finish processing RNIF request. My question:
    Is there any possibility to access signature part of RNIF MIME message from PI so i can send it to archiving system? I was trying adapter bean but it seems i have access only to XML message (not to other mime parts).
    Does anybody had similar problem? maybe alternative solution (like cloning request before sending it to PI)?
    I will appreciate any kind of help
    Regards
    Lukas

    The signature will be applied to all messages you post.
    If you have different signatures you'd like to use the best way to set that up is to do different macros.
    Hope that helps.
    MrMatthew - HP Support Forums Moderator
    Click the Kudos star as a way to say "thank you" for helpful posts.
    Be sure to come back and click the 'Accept as Solution' button on the post that solved your issue - it may help someone else.

  • Reg:RNIF adapter

    hai am new to industry specific adapters,
    i just want to know what is PIP message in RNIF adapters
    and favour me with the scenarios using RNIF adapter
    points will be awarded .........
    regards
    chandrakanth.k

    Hi,
    Check these
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90406c4d-fd57-2a10-e08f-887c52ce8547
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e08a2bc6-e76e-2910-69ae-d7c30c8d8505
    /people/shabarish.vijayakumar/blog/2008/01/09/rosettanet-rnif-xi--breaking-the-code
    /people/rmanoj.kumar/blog/2007/02/08/rosettanet-and-the-role-of-rnif-in-xi
    Regards
    Seshagiri

  • RNIF Receiver Adapter with attachment

    Hi All,
    Has anyone done an RNIF receiver adapter which can also do an attachment ? Any thoughts or ideas other than just help.sap links .
    Thanks Rahul.

    Hi Rahul,
    I am giving you below the best material that is availabe for RNIF.
    If you want to implement RNIF adapter you may want to have a look at the following blogs:
    SAP Network Blog: Rosettanet / RNIF & XI - Breaking the Code
    /people/shabarish.vijayakumar/blog/2008/01/09/rosettanet-rnif-xi--breaking-the-code
    SAP Network Blog: RosettaNet and the role of RNIF in XI
    /people/rmanoj.kumar/blog/2007/02/08/rosettanet-and-the-role-of-rnif-in-xi
    SAP Network Blog: 'Close Encounters' with the Rosettanet STK
    /people/shabarish.vijayakumar/blog/2006/06/14/close-encounters-with-the-rosettanet-stk
    SAP Network Blog: Service-enabling RosettaNet business processes
    /people/kevin.liu/blog/2006/12/29/service-enabling-rosettanet-business-processes
    As and when i find more material i will update this thread.
    Regards
    joel

  • Inbound PIDX 1.2 With RNIF V2.0

    Hi,
    We are trying to configure an Inbound PIDX Invoice V1.2, with RNIF V2.0.
    Here are my questions.
    1. Can we read the PIDX invoice as a Generic File or should I need to get it over http or https? As per the documentation, RNIF is supposed to support multiple transport protocols.
    2. I tried the file, by removing the RNIF wrappers, seems to be working fine. But, when I include the wrapper and at the From-TP level, I configure the listening channel to RNIF 2.0, Saved the Agreement, Validated and redeployed.
    Wire Message :
    Id     0A6066AF13553B45C60000004D1C7A4F
    Message Id     0A6066AF13553B45BBB000004D1C7A4B
    Refer To Message     Refer To Message
    Sender Type     Name
    Sender Value     GlobalChips
    Receiver Type     Name
    Receiver Value     Enterprise
    Sender     GlobalChips
    Receiver     Enterprise
    Agreement Id     
    Agreement     
    Document Type     PayableInvoice
    Document Protocol     
    Document Version     
    Message Type     REQ
    Direction     INBOUND
    State     MSG_ERROR
    Acknowledgement Mode     NONE
    Response Mode     ASYNC
    Send Time Stamp     02/06/2012 11:27 AM
    Receive Time Stamp     02/06/2012 11:27 AM
    Document Retry Interval(Channel)     0
    Document Remaining Retry(Channel)     0
    Document Retry Interval(Agreement)     
    Document Remaining Retry(Agreement)     
    Native Message Size     194014
    Translated Message Size     
    Business Action Name     
    Business Transaction Name     
    Xpath Name1     
    Xpath Value1     
    Xpath Expression1     
    Xpath Name2     
    Xpath Value2     
    Xpath Expression2     
    Xpath Name3     
    Xpath Value3     
    Xpath Expression3     
    Correlation From XPath Name     
    Correlation From XPath Value     
    Correlation From XPath Expression     
    Correlation To XPath Name     
    Correlation To XPath Value     
    Correlation To XPath Expression     
    Wire Message     Wire Message
    Application Message     Application Message
    Payload Storage     Payload Storage
    Attachment     Attachment
    Label     
    Collaboration Id     
    Collabration Name     
    Collabration Version     
    Business Action Name     
    Exchange Protocol Name     Generic File
    Exchange Protocol Version     1.0
    Interchange Control Number     
    Group Control Number     
    Transaction Set Control Number     
    Error Code     B2B-50083
    Error Description     Machine Info: (zzzzzzzz.ttttt.com) Description: Document protocol identification error.
    Error Level     ERROR_LEVEL_COLLABORATION
    Error Severity     ERROR
    Error Text     Document protocol identification error.
    what I observed is packed message still has the rnif wrapper.
    Any help is appreciated.
    Thanks,
    Sai.

    Sai,
    You can not create Listening Channels with channel protocol as RNIF 2.0. Only partner channel can be of type RosettaNet V02.00. Please refer -
    http://docs.oracle.com/cd/E17904_01/integration.1111/e10229/bb_listen_chan.htm#BAJJICJJ
    If you want B2B to handle the RNIF headers (as per RNIF specification) then use HTTP transport (RosettaNet V02.00 channel) otherwise if you will use Generic File then B2B will treat the incoming message as a normal XML/Flat File.
    Regards,
    Anuj

  • RNIF rosettanet adapter - additional license costs??

    Hello All,
    I'd like to check whether any of you can let me know whether you have faced additional licence charges for using the the RNIF adapter (for Rosettanet).
    I understand that using the 'XI CONTENT FOR ROSETTANET' business package costs exta but we have no intention of using this - we just need to use the RNIF adapter.
    Please let me know if you are using this adapter.
    I saw the some old posts on thsi topic from 2004 but nothing since then so thought I would give it another try.
    Thanks
    Richard

    1. As far as your certificate related query is concerned, PI alone can very well handle this and no third party product is required. Your communication is XML based, therefore no need to use third party adapters. Seeburger is generally used for EDI communication.
    2. Yes, Rosettanet can solve your purpose.
    3. ebXML can be handled using standard PI adapter with some additional header information which can be achieved using mapping or adapter module. Otherwise you may use iWay adapter for ebXML communciation.
    Regards,
    Prateek

  • Rosettanet Inbound message erroring with error

    Hi,
    We are getting ""PI with the name 'xml' can occur only in the beginning of the document" error for inbound messages in Rosettanet format. This is happening for only one TP, but there is no difference in the message format except few extra lines.
    The TP is confirming that the message is getting generated using "BizTalk" server.
    Any suggestion to fix the issue is highly appreciated.
    Thanks,
    Adarsh

    Adarsh,
    XML file is invalid. Make sure that "<?xml version="1.0" encoding="UTF-8" ?>" is the first line in the XML and there are no characters/spaces before it. There should be only one occurance of <?xml in the incoming XML and that too in the prolog I mentioned above. An following occurrence must be escaped using CDATA tag.
    Regards,
    Anuj

  • Delivery and Service Header Fields in RNIF Receiver Adapter for Rosettanet.

    Hello all,
    I need to populate the Delivery and Service header fields in Rosattenet MIME message in the receiver side. 
    For the sender side RNIF adapter, we can very well use the Adapter Specific message to get those fields from Rosattenet MIME message. But in my scenario, I need to use RNIF as the receiver, which will pick messages from other system and post it to RNIF.
    Also, I have checked the receiver RNIF adapter, there I dont find any adapter specific messages to use.
    Regards,
    UP

    Prasad
    You have not mentioned which RNIF Adapter you are using whether 1.1 or 2.0. I will assume that you are using 2.0.
    If you are using Single action responder the parameters you should configure is given here:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/70/d89d40c1252a54e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/fa/6b98403de08368e10000000a1550b0/content.htm
    If you are using Two action responder the parameters you should configure is given here:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/6f/dc9d40759c2b54e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/2c/7198403de08368e10000000a1550b0/content.htm
    ---Satish

  • Configuring Oracle B2B to Receive Inbound PIDX invoices with RNIFV02.00

    Hi,
    I am trying to do an inbound PIDX Invoice Version 1.0 wrapped inside RNIF.
    Steps that I have done so far.
    1. Create a new Version under RosettaNet - V02.00
    2. Create a new Document Definition PayableInvoice
    3. Created a new Definition for PayableInvoiceTypeDef
    4. We then create a new Agreement from the our FromTP to Our Client
    5. Selected the RNIF Partner level channel for FromTP and configured the httpReceiver at the url level.
    6. Save, Validate and Deploy.
    When we do a post over http to the http Receiver, I am receiving the following error
    Id     0A6066AF13676DBA690000005DEA5F61
    Message Id     0A6066AF13676DBA5DF000005DEA5F5D
    Refer To Message     Refer To Message
    Sender Type     
    Sender Value     
    Receiver Type     Name
    Receiver Value     Enterprise
    Sender     
    Receiver     Enterprise
    Agreement Id     
    Agreement     
    Document Type     
    Document Protocol     
    Document Version     
    Message Type     REQ
    Direction     INBOUND
    State     MSG_ERROR
    Acknowledgement Mode     NONE
    Response Mode     ASYNC
    Send Time Stamp     04/03/2012 01:20 AM
    Receive Time Stamp     04/03/2012 01:20 AM
    Document Retry Interval(Channel)     0
    Document Remaining Retry(Channel)     0
    Document Retry Interval(Agreement)     
    Document Remaining Retry(Agreement)     
    Native Message Size     29464
    Translated Message Size     
    Business Action Name     
    Business Transaction Name     
    Xpath Name1     
    Xpath Value1     
    Xpath Expression1     
    Xpath Name2     
    Xpath Value2     
    Xpath Expression2     
    Xpath Name3     
    Xpath Value3     
    Xpath Expression3     
    Correlation From XPath Name     
    Correlation From XPath Value     
    Correlation From XPath Expression     
    Correlation To XPath Name     
    Correlation To XPath Value     
    Correlation To XPath Expression     
    Wire Message     Wire Message
    Application Message     Application Message
    Payload Storage     Payload Storage
    Attachment     Attachment
    Label     
    Collaboration Id     
    Collabration Name     
    Collabration Version     
    Business Action Name     
    Exchange Protocol Name     Generic HTTP
    Exchange Protocol Version     1.0
    Interchange Control Number     
    Group Control Number     
    Transaction Set Control Number     
    Error Code     B2B-50083
    Error Description     Machine Info: (bpmdev01.eprod.com) Description: Document protocol identification error.
    Error Level     ERROR_LEVEL_COLLABORATION
    Error Severity     ERROR
    Error Text     Document protocol identification error.
    Any Help Appreciated, thanks in Advance.
    Vendor --> Client (our company) --> Inbound PIDX 1.0 Invoice, with RNIF V02.00 Header.
    Regards,
    Sai.

    Sai,
    Please log a SR with support to get a patch which will allow you to configure identification xpath expression and value for RosettaNet document definitions. After applying that patch, configure the identification xpath in document definition and then run a test.
    This patch is already available so it won't take much time for support to provide you the same.
    Regards,
    Anuj

Maybe you are looking for

  • Financial Reporting 11.1.1.3 Client print preview crashes

    Hi, I've installed a Financial Reporting 11.1.1.3 Client on a Windows XP SP2 client. When i try to launch print preview of a report from the studio, it crashes, and return to the report without printing. Any idea? Thanks. Regards.

  • Frustrated to the point of scrapping iTunes and iPod!

    Everything worked perfectly until the latest iTunes and iPod 'upgrade'. Since the upgrade both iTunes and my 60MB video iPod are useless. On the iTunes side, everytime I try to enter the iTunes Store, I get a 'network connection reset' error (access

  • Printing on cardstock paper using c4150 all in one

    I don't know if my printer will print on cardstock paper. Does anybody know?      Thanks

  • Start-up Help

    Hey guys, my finder locked up, and I tried a force relaunch, and now my computer won't start-up properly. It gets to the point where it is displaying the gray Apple Logo with a swirling gray circle of dashes underneath, but then stays stuck there ete

  • How to use  home sharing.

    I have two computers with two different libraries but i just can't get home sharing to work. any ideas?