Receiver Determination error -  IDOC TO FILE

Hi ,
    Scenario :  IDOC TO File
     Error generated while iam doing this scenario. Please help me.
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!--  Receiver Identification
  -->
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
  <SAP:Category>XIServer</SAP:Category>
  <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code>
  <SAP:P1 />
  <SAP:P2 />
  <SAP:P3 />
  <SAP:P4 />
  <SAP:AdditionalText />
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>No receiver could be determined</SAP:Stack>
  <SAP:Retry>M</SAP:Retry>
  </SAP:Error>
Regards,
Venubabu.

Hi
Check for  sender details . Sender interface must be the IDOC.
Open SXMB_MONI and check your msg fro the sender system details. They match exactly the details in Receiver Determination.
Check the Receiver Determination is configured correctly. i.e R/3
Verify all the configurations like SM59, Partner Profile/Logical systems. etc. Also check in SM58 of R/3 system.Make sure that All the objects are activated in the Directory.Refresh the cache.Verify is the business system is pointing to correct R/3 system . Go to Business system/Service->Menu->Adapter specific identifiers in the directory
You can test your configuration with sample
payload.
In ID goto to TOOLS -
> Test Configuration for testing.
Hope in this way you can still find at which point the interface goes wrong

Similar Messages

  • TS1717 How do I fix this?  I received this error message: " The File "iTunes library .itl"

    When I launch iTunes using Windows, I receive this error message: " The File "iTunes library .itl" cannot be read because it was created by a newer version of iTunes" (  I have already uninstalled & reinstalled iTunes)

    See also Empty/corrupt iTunes library after upgrade/crash.
    tt2

  • No receiver could be determined error in AAE - File Adapter

    Dear Friends,
    We have PI 7.1, EHP1.
    We are doing migration of our existing configuration scenarios into AAE.
    While do testing the interfaces after migration, we face one issue. 
    In a File to SOAP scenario (Async), once the file is polled from the source directory and failed with the error 'No Receiver Determination' in the sender channel, the source file will not be moved to the archive directory. (Processing Mode : Archive).
    Due to this problem, the source file is keep on polling with the intervals specified in the channel and failed. We see this error in Sender Communication Channel.
    But, If the receiver is determined, this problem will not come. File is picked up, moved to the archive directory and processed successfully.
    Friends, can you clarify how to solve this issue? (We tried with Processing Mode as 'Delete' , in that case also file is not deleted when error 'No Receiver determination')
    Thanking you,
    Kind Regards,
    Jegathees P.

    Hello Friends,
    Thanks for your reply.  For the testing purpose, I removed the condition to determine receiver, to force the message fail.  Purpose is to test how AAE behaves for different errors.
    My doubt is, in the classical method, for the same error, the file will be moved to the archive directory and further polling will not happen, we know that. In this new method, why the system did not move the file to archive directory though the error comes.
    Kind Regards,
    Jegathees P.

  • Q? Receiver determination error ????

    Hi all.
    I wana transfer from R3 IDOC to XML with FTP service.
    Although I think configuration completely was finished, happens error.
    How can i correct?
    It's results from test configuration.
        Receiver Determination  <Not found>
           Internal Error
           HTTP connection to ABAP Runtime failed.
           Error: 403 Forbidden
           URL: http://R3:8000/sap/xi/simulation?sap-client=
           User: XIDIRUSER Check
    =======================================================
    Scenario : R3 IDOC -> FTP XML (import Ext Definition DTD)
    1) create Business Service System     : R3, FTP
    2) create Message Interface about FTP : MI_FTP_in
    3) create Interface Mapping R3 & FTP  : IM_R3_to_FTP
    4) import business system about FTP server : FTP
    5) create Receiver Determination : |R3|IDOC_inf
         sender : R3
               - interface : IDOC interface
         configured Receivers
               - Service   : FTP
               - Receiver  : FTP
               - interface : MI_FTP_in
               - Mapping   : IM_R3_to_FTP
               - Receiver Agreement: FTP_file_adapter
    6) create Interface Determination: |R3|IDOC_inf||FTP
         Sender   : R3
               - interface : IDOC interface
         receiver : FTP
         Configured Inbound Interface
               - Inbound interface  : MI_FTP_in
               - interface Mapping  : IM_R3_to_FTP
    7) create Receiver  Agreement : |R3|IDOC_inf|MI_FTP_in
         Sender   : R3
         Receiver : FTP
               - interface : MI_FTP_in
               - Receiver Channel : FTP_File_Adapter
    ========================================================

    Hi,
      Please can you check you Cache is updated or not.If cache is succesfull then check the Port & RFC Destination and Partner profiles  R/3 side and XI side.
    R u testing this scenario using WE19.
    If using we 19 then check the your sender information and receiver information (I mean to say Port,Parner...with outbound parameters )
    Regards,
    Venu.

  • Receiver Determination error in Xpath

    In   receiver determination step,  I am specifying two condition check.
    The problem is that XI server is checking the second condition ahead of the first condition.
    Eg:
    I have a structure like Record in the input file:
    Record:
       Field1
       Field2
       Field3
    In specifying condition, I have a condition like this:
    If   field1 =  XY AND  field2 = AB
    Then   (do..)
    But the XI server is reading field2 first and not field1 . Why is this so?
    Thanks a lot.
    Shaily

    Check the "AND" condition properly make sure it is not a "OR" condition in xPath.
    Refresh the cache by tcode sxi_cache and try again.

  • FCC in receiver side in idoc to file scenario

    Hi all,
               I am doing an idoc to file scenario using FCC .I am using FCC in receiver side ,but i am getting my output file in only one line while i want structre to be seprated by new line.for more information i am giving muy file structre.
    Record
        header(1to1)
        data    (0 to unbounded)
        footer  (1to 1)          header, data, footer are three structre which contain various fields.I have to use fieldFixedLengths as filed separator. I am also using endseperator as 'nl' but its not coming in new line.Please share ur views on this issue.
    Regards
    Neha

    hi neha,
    In your scenario
    Recordset Structure  header,data,footer
    header.fieldFixedLengths    =  1,2,3,  whatever it is 
    data.fieldFixedLengths      =  similar to header
    footer.fieldFixedLengths    =  similar to header
    header.endSeparator  = 'nl'
    data.endSeparator  = 'nl'
    footer.endSeparator  = 'nl'
    I guess you dont have to do any thing else.
    Regards
    Pushkar
    Message was edited by:
            Pushkar Anand

  • IDoc2FIle:Receiver Determination Error

    Hi all,
    I have done idoc2 file scenario and i got the status as receiver could not be determined in SXMB_MONI.
    Please Can anyone solve this issue?
    Thanks,
    Radhika

    Hi,
    I think you are not configured the receiver determination properly,
    Check you Xi Configuration in ID with the help of this Blog
    Test Your XI Configuration With The New Test Tool
    Regards
    Seshagiri

  • Receive an error when merging files

    When I try to merge files each file receives an error that says "cannot open file, remove file from list"

    You're either using Acrobat (http://forums.adobe.com/community/acrobat) or CreatePDF (http://forums.adobe.com/community/createpdf), because you CAN'T merge files with the free Reader.

  • Receiver determination in IDOC

    Hi Experts,
    For one scenarion of ALE IDOC , i need to determine the receiver system dynamically depending on a value of a segment field.
    Can you tell me what configuration is needed for this?
    I Appriciate your help.
    Regards,
    Ashish

    Hi Ashish,
    couldn't you use the filter definition in your distribution model?
    Regards
    Bernd

  • I just downloaded i tunes to my new computer.  I had an account on the old one.  I received an error report - The file "I Tunes Library .itl" cannot be read because it was created by a new  version of I Tunes.  What does that mean?

    I just downloaded I Tunes to my new computer.  I had I Tunes on old computer.  When I clicked on the icon on desktop I received the following pop-up.
    the file "I tunes Library .itl" cannot be read because it was created by a new version of i tunes.  What does that mean?

    See Empty/corrupt iTunes library after upgrade/crash.
    tt2

  • Webservices receiver determination error

    Hi...
        i am doing webservices to file scenario. In that i have done everything fine. But i am getting the error category as
    RCVR_DETERMINATION.
    I have checked in Tools------>Test Configuration.
    In that it is showing Interface mapping problem.It is displayinf as
    Runtime error
    Interface mapping Object ID 7C4A2690D561349FB04484680A71CBE3 Software Component F6D2A9E0E2B811D7C59AECB40A1145A5 does not exist in runtime cache
    Please kindly help in this  issue

    testing Config in ID but no Interface mapping found!
    Interface mapping Object does not exist in runtime cache
    What is Cache refreshing in XI ? Why and when we will do that ?

  • Receiver determination error

    we have sap proxy -> pi scenario.
    the interface was working fine, recently we had a client refresh ( test systems) and now when the message reaches xi it reaches with  sernder service name as 'ABTCLNT100' which is logical dest name , but the business system in sld is defined as 'ABT100' preveiously before the refresh it was coming as ABT100 but now it comes as ABTCLNT100 which fails the message once it reaches XI. Any ideas where can I look in backend system ?

    In TA SCC4, for the specific client you can change the logical system name.

  • IDoc to file- How to include conditions in Interface determinations

    Hi,
    In interface Determination i am trying to add the conditions based on IDoc structure field value. But when i clicked on Condition editor i don't find Idoc stucture in editor XPath.
    Please suggest me how i can add the condtions in the Interface determination in IDoc to file Senario.
    Thanks in Advance...
    Regards
    Sreeni

    Hi Sudhir,
    I have tried as you mentioned, but still its not working. Below i am providing my inbound payload.
    Could please let me know how i have to mention in condition editor to refer the IDoc field
    ZGHIER01/IDOC/Z1GLHIERH/SETNAME
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ZGHIER01>
    - <IDOC BEGIN="1">
       + <EDI_DC40 SEGMENT="1">
        - <Z1GLHIERH SEGMENT="1">
           <CATEGORY>GLHIER</CATEGORY>
           <SETNAME>PEGPL_AG</SETNAME>
         + <Z1GLHIERD SEGMENT="1">
         + <Z1GLHIERI SEGMENT="1">
         + <Z1GLHIERI SEGMENT="1">
         + <Z1GLHIERI SEGMENT="1">
         + <Z1GLHIERI SEGMENT="1">
       </Z1GLHIERH>
    </IDOC>
    </ZGHIER01>
    Thanks & Regards
    Sreeni
    Edited by: Sreenivasulu Reddy jonnavarapu on Dec 12, 2008 10:39 PM

  • Receiver Determination Internal error

    When I try to test a Configuration that I just created, I get the following Receiver Determination error:
    HTTP connection to ABAP Runtime failed. Error: 403 Forbidden URL: http://rommi:8000/sap/xi/simulation?sap-client=001 User: PIDIRUSER
    Can someody please tell me what the issue is here and how to resolve it?
    I have currently two or three posts running here concurrently which may be reated to the same problems; it is  a new system install, and there are clearly a few niggling issues still with it.
    Kind Regards,
    Tony.

    Did you check this blog
    <a href="/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi Errors</a>

  • Receiver determination not found for one interface

    Hi,
    I am receiving the message via SOAP and then sending to SAP as IDOC.
    The communication is party o partyless communication.
    I have configured 2 receiver determination for the same sender and receiver but with 2 different interfaces.
    When i test the scenario via SOAP tool only one gets  executed and the second one neither throws an error nor getting executed.
    I think i have a error in the configuration that i did for the 2nd interface since i am using the 1st receiver determination which has been created already ?
    but in the Quick Test tool and Test tool in ID both the receiver determination is working fine.please provide the inputs
    Thanks in advance,
    Rgds,
    Vasanth.

    Hi All,
    Thanks for all of your replies.
    I have activated all the objects and checked it again once.
    As i said earlier the sender and receiver are same and that's why i have been pushed to create 2 receiver determinations for the same file(not IDOC as i said above) to be dropped in to two different locations.
    Also the configuration is party in sender to partyless in receiver.
    To give a clear explantion:
    All the objetcs are activated and works fine when i test in the test tool in ID by specifying the inetrface and namespace.
    Sender1 - Int1 - sap1.com - SA - RD - ID - RA -Receiver1  = working fine when tested by ID test tool
    Sender1 - Int2 - sap2.com -SA- RD - ID - RA Receiver2  = working fine  when tested by ID test tool
    RD = Receiver determination / SA = Sender Agreement
    It is not working when i send the same file thru SOAP client tool and only one receiver determination is working and another is not.
    Any idea ?
    Thanks,
    RGds,
    Vasanth.
    Message was edited by:
            Vasanthakumar Balasubramani
    Message was edited by:
            Vasanthakumar Balasubramani

Maybe you are looking for

  • Unable to load project after delete some path with files but not used at all

    Im using the demo of Premiere Pro CC last demo download today. All the fuc**ng day editing some videos, and saved, then I deleted som efolder containing some video files (almost not used) then when I try to open premiere the project I were working, p

  • Row based Target only mode not supported

    when i try to execute a mapping i am getting the following error Row based Target only mode not supported what can be the reasons for this

  • Problem recieving calls

    Please all, My iphone is working fine in every thing exept any one tries to give me a call his phone disconnects, I tried another SIM card and i faced the same problem. I tried with the show my caller ID feature ON & OFF but nothing is happning the s

  • How to modify the list item drop down context menu in SharePoint 2010

    Hi All, I have a requirement to add my name in the list item drop down context menu, already "Assigned ticket" option is available in the context menu and some names are available in the assigned ticket option. but i can't able to add my name in this

  • Protocols supported by SunOne

    HI, We are planning to built a clustering model with SunOne and use two application servers. These two server will be may be on a different network and only few protocol stack are allowed for communication between these. Is there any list of the supp