Unable to receive the IDoc sent in the recipient system

Hi All,
We have written a custom program to trigger outbound IDoc using Master_Idoc_distribute, it shows Idoc with success 03 status.
But an IDoc has not been received at the recipient system end and it shows a message com.sap.mw.jco.JCO$AbapException: (126) NOT_FOUND: NOT_FOUND. We find the system pointing to this same message at SM58 transaction, function module IDOC_INBOUND_ASYNCHRONOUS
The basic config have been done in these transactions WE31, WE30, WE81, WE82, BD69, WE20.
Kindly suggest what is missing.
Is there any other FM which needs to be called after Master_Idoc_distribute
Regards,
Priya

There have been some issues where Unity falsely detects Exchange being offline.A change was made in and after 7.0.2ES21 to change how we determine if the store is on or offline. This came out of CSCsx59710.
The following has been recommended:
Upgrade to the latest ES.
Change the "Startup Type" of AvMMProxySvr from "Automatic" to "Manual".
Make sure that "HKEY_LOCAL_MACHINE\SOFTWARE\Active Voice\AvWM\1.00\Check Level" is set to 0xF0.
Reboot.
So I suggest checking these things.
The issue can also be related to permissions. You might either run permission wizard again or run the latest permission wizard in reporting mode to determine if it reports any permission related issues.
Thanks,
Scott

Similar Messages

  • Unable to Receive the Purchase Order

    Hi Experts,
    A PO is created with 44 units of a material. the 44 units are divided into 4 batches.When  trying to do the goods receipt, it id not first prompt for any serial numbers.
    Hence went ahead and did the goods receipt. But could not receive the PO yet.So cancelled the Goods receipt by doing the movement type 102.
    When it was checked, the material in sending plant has a serial number profile assigned to it
    and also the batch management has been checked.(in mm03) . So assigned the serial number profile in the receing plant too.
    but it did not help.
    can you suggest any possible solution for this?

    I did not understand your story.
    And I do not really know how you want it to be.
    you are talking about sending plant and receiving plant, is your PO a stock transport order or just a standard PO?
    do you use SD shipping or just MM movements to transfer the quantity between both plants?
    do both plants belong to the same company or different companies?
    you are talking about batches. batch managment can be activated at plant, mateial or client level, which level do you use?
    if plant level, then the same material can be batch managed in one plant but not batch managed in the other plant.
    you said you did the receipt, but did not receive the PO, then cancelled the receipt. this is a real weird sentence. Has this anything to do with your problem?
    you are saying you are unable to receive the PO, I guess you talk about the quantity and a receipt in reference to the PO. Do you get any error message which prevents you from receiving.
    you actually said you have done the recipt and cancelled it, so what do you mean by "unable to Receive" ?

  • Error while creating request list Unable to detect the SAP system directory

    We are upgrading SAP BW (NW 7.0 EHP1) to SAP BW (NW 7.3)
    source OS: Windows 2008 R2,  source DB: MSSQL server 2008 R2 SP1 CU3
    I had started the upgrade by running: STARTUP.BAT
    I had started the DSUGui on the server (CI / DB on the same server) from: D:\usr\sap\BP1\upg\sdt\exe\DSUGui.bat
    I ran both programs (run as administrators).
    Once SAP Gui connects and was able to create userid/ password and when ready to start the initialization phase (click next)
    gives me the error
    Error while creating request list - see preceeding messages. Unable to detect the SAP system directory on the local host
    I had tried STARTUP.BAT "jce_policy_zip=Z:\export-import\downloads\jce_policy-6'  and still the same error.
    I had started DSUGui.bat with trace and the trace file contents are
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[2.0.7.1006]/>
    <!NAME[D:
    usr
    sap
    bp1
    upg
    sdt
    trc
    server.trc]/>
    <!PATTERN[server.trc]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%s]: %-100l [%t]: %m)]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    Jan 11, 2012 10:14:58 AM [Error]:                          com.sap.sdt.engine.core.communication.AbstractCmd.log(AbstractCmd.java:102) [Thread[ExecuteWorker,5,main]]: Execution of command com.sap.sdt.engine.core.communication.CmdActionEvent@376433e4 failed: while trying to invoke the method java.io.File.getAbsolutePath() of an object returned from com.sap.sdt.dsu.service.req.DSURequestListBuilder.getSystemDir()
    Jan 11, 2012 10:14:58 AM [Error]:                          com.sap.sdt.engine.core.communication.AbstractCmd.log(AbstractCmd.java:103) [Thread[ExecuteWorker,5,main]]: java.lang.NullPointerException: while trying to invoke the method java.io.File.getAbsolutePath() of an object returned from com.sap.sdt.dsu.service.req.DSURequestListBuilder.getSystemDir()
    Jan 11, 2012 10:14:58 AM [Error]:                          com.sap.sdt.engine.core.communication.AbstractCmd.log(AbstractCmd.java:103) [Thread[ExecuteWorker,5,main]]: java.lang.NullPointerException: while trying to invoke the method java.io.File.getAbsolutePath() of an object returned from com.sap.sdt.dsu.service.req.DSURequestListBuilder.getSystemDir()
    Jan 11, 2012 10:14:58 AM [Error]:                                                 com.sap.sdt.engine.core.communication.CmdActionEvent [Thread[ExecuteWorker,5,main]]: java.lang.NullPointerException: while trying to invoke the method java.io.File.getAbsolutePath() of an object returned from com.sap.sdt.dsu.service.req.DSURequestListBuilder.getSystemDir()
         at com.sap.sdt.dsu.service.req.DSURequestListBuilder.persistSystemInfo(DSURequestListBuilder.java:277)
         at com.sap.sdt.dsu.service.DSUService.createRequestList(DSUService.java:338)
         at com.sap.sdt.dsu.service.controls.DSUListener.actionNext(DSUListener.java:144)
         at com.sap.sdt.dsu.service.controls.DSUListener.actionPerformed(DSUListener.java:67)
         at com.sap.sdt.server.core.controls.SDTActionListener$Listener.actionPerformed(SDTActionListener.java:46)
         at com.sap.sdt.engine.core.communication.CmdActionEvent.actOnEvent(CmdActionEvent.java:43)
         at com.sap.sdt.engine.core.communication.CmdEvent.execute(CmdEvent.java:69)
         at com.sap.sdt.engine.core.communication.ExecWorker.handleCmd(ExecWorker.java:36)
         at com.sap.sdt.engine.core.communication.AbstractWorker.run(AbstractWorker.java:93)
    I could not get Upgrade started.  Any help is appreciated
    Thanks
    Prathap

    Did you get this solved?
    I have the same problem

  • Unable to get the file system information for: \\****servername\E$\; error = 64 Unable to distribute content to DP

    One of our DPs has stopped loading content. 
    I've research for quite a bit and cannot find a clear cut reason to this.  This server only has a DP role, I verified sharing permissions, all looked good. This DP has been running just fine for the last year or so and all sudden it will no longer load
    packages.  The disk drive is still present I can still reach the hidden share \\servername.com\E$
    Verified that the SMSSIG$ folder is there and the last entry is from 4/23/2015 
    SCCM 2012 R2 
    OS 2008 R2 Standard
    Any help is greatly appreciated!
    Here's a snipit from the distmgr.log
    Start updating the package on server ["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\...
    Attempting to add or update a package on a distribution point.
    Will wait for 1 threads to end.
    Thread Handle = 0000000000001E48
    STATMSG: ID=2342 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=***.com SITE=1AB PID=2472 TID=8252 GMTDATE=Thu Apr 30 19:12:01.972 2015 ISTR0="SYSMGMT Source" ISTR1="["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\"
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=2 AID0=400 AVAL0="CAS00087" AID1=404 AVAL1="["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\"
    SMS_DISTRIBUTION_MANAGER 4/30/2015 2:12:01 PM
    8252 (0x203C)
    The current user context will be used for connecting to ["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\.
    Successfully made a network connection to \\*****.com\ADMIN$.
    Ignoring drive \\*****.com\C$\.  File \\*****.com\C$\NO_SMS_ON_DRIVE.SMS exists.
    Unable to get the file system information for: \\*****.com\E$\; error = 64.
    Failed to find a valid drive on the distribution point ["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\
    Cannot find or create the signature share.
    STATMSG: ID=2324 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=sccmprdpr1sec2.mmm.com SITE=1AB PID=2472 TID=8252 GMTDATE=Thu Apr 30 19:12:55.206 2015 ISTR0="["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\"
    ISTR1="CAS00087" ISTR2="" ISTR3="30" ISTR4="94" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=2 AID0=400 AVAL0="CAS00087" AID1=404 AVAL1="["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\"
    Error occurred. Performing error cleanup prior to returning.
    Cancelling network connection to \\*****.com\ADMIN$.

    Error 64 is being returned which is simply "the network name is no longer available".
    There can be a number of reasons for this from SMB compatibility issues (2003 servers wont support SMB2), to the expected and actual computer name of the boxes don't match (tries to authenticate with server.tld.com when the actual name is srv-01.tld.com and
    you just put a C-name in). I'd start from the top:  Try opening said share from the Primary Site server as that's the box doing the work.  Verify the IP and computer name is legit and that no one has played ACL games between the two systems (remember
    RPC only initiates/listens on port 135 but established connections are up in the dynamic port range).
    At the end of the day it's an issues "underneath" SCCM, and not an SCCM problem specifically. 

  • [SOLVED] ERROR: Unable to determine the file system type of /dev/root:

    :: Running Hook [udev]
    :: Triggering uevents...done
    Root device '804' doesn't exist.
    Creating root device /dev/root with major 8 and minor 4.
    error: /dev/root: No such device or address
    ERROR: Unable to determine the file system type of /dev/root:
    Either it contains no filesystem, an unknown filesystem,
    or more than one valid file system signature was found.
    Try adding
    rootfstype=your_filesystem_type
    to the kernelcommand line.
    You are now being dropped into an emergency shell.
    /bin/sh: can't access tty; job control turned off
    [ramfs /]# [ 1.376738] Refined TSC clocksource calibration: 3013.000 MHz.
    [ 1.376775] Switching to clocksource tsc
    That's what I get when I boot my Arch system. It worked fine for quite a while, but suddenly it ran into an error where the SCSI driver module was corrupt. I fixed it by reinstalling util-linux-ng and kernel26, however, I run into this issue now. http://www.pastie.org/2163181 < Link to /var/log/pacman.log for the month of July, just in case. Yes, I bought a new ATI/AMD Radeon HD 5450 this Saturday, but it seemed to work fine till this broke and it works fine on Ubuntu too, so I suppose we can rule it out.
    Last edited by SgrA (2011-07-05 20:45:36)

    Autodetection failed on your first image, in both your previous kernel installs:
    [2011-07-04 16:14] find: `/sys/devices': No such file or directory
    Which means that sysfs was not mounted. You should be able to boot from the fallback image, which does not use autodetect. Figure out why /sys isn't mounted, as well, and fix that.
    This is also a somewhat crappy bug in mkinitcpio that lets you create an autodetect image that's useless. It'll be fixed in the next version of mkinitcpio that makes it to core.
    Last edited by falconindy (2011-07-04 17:41:19)

  • Just set up my new iphone to receive my office emails. I attempted to reply but i received "the recipient was rejected by the server

    I am receiving The recipient was rejected by the server message on my new Iphone 4s. I receive my meesages but can't reply.

    try to check the email id   of the guy you are trying to send the email to as i had the same problem i had written yahoo.com when it was yahoo.in 

  • RPM_FIN02 - Receiver of IDoc is its own logical system

    For one particular portfolio item, I run the RPM program RPM_FIN02.
    This results in an IDoc creation.
    Next, I checked the status of the IDoc (RPM > Base System Interfaces > SAP Financial and Controlling Integration > Data Distribution From SAP FI-CO to SAP xRPM > Check Inbound Processing).
    This shows the status "29 - Receiver of IDoc is its own logical system".
    As a result, the Internal Order costs (including the ones posted from cProjects) do not get pulled into RPM Financial Planning.
    Please advise.
    I do not have the technical understanding of this issue, and would therefore need a little more than the mere technical jargons and terms to be able to resolve this.
    Thanks for understanding.

    Hi,
    Very briefly,
    -Assuming your RPM system is independent of your ECC box. But RFC connected.
    -RPM_FIN02 is for pulling in financial data onto RPM item from (object linked) Internal Order(IO)/PS Project(PSP).
    -RPM_FIN02 do not recognize/goto cProjects for financials.
    -cProjects can have its own account assigned IO/PSP
    -cProjects Dashboard, (if all is well incl. evaluation) should display costs from assigned IO/PSP
    -This cost does not reach RPM item
    -Source of cProjects- if it is created within cProjects or from RPM Item, does not matter.
    thanks,Mathavan

  • IDOC error - Receiver of IDoc is its own logical system

    hi,
    i have a requiremnt to generate the IDOC for the same and same client. actually i have to get the data from application server and i have to generate the IDOC.
    for this i have created a Zreport and passed the data from application server to segment and i called the
    FM "MASTER_IDOC_DISTRIBUTE". after executing the Zreport, IDOC is generated and show the error
    status as 29.i.e. Receiver of IDoc is its own logical system.
    my logic is as follows.
    MOVE 'LS' TO w_edidc-rcvprt.
    MOVE 'SBECLNT130' TO w_edidc-rcvprn.
    MOVE 'ISU_MR_UPLOAD' TO w_edidc-mestyp.
    MOVE 'ISU_MR_UPLOAD01' TO w_edidc-idoctp.
    pls let me know the solution for this problem.
    Regards,
    Balu

    Hi  Reddy,
    please let me know how did u solve this issue, even i have the same requirement and am gettign status 29.
    Thanks
    Rakesh

  • Unable to Receive the File into Target Directory Using FTP

    Hi All,
    Here I Did Simple File-File Scenario With FTP.
    Iam Able to Pick the File From the FTP Location And File has been Deleted From Source Location ( Set the Processing Mode as Delete ).
    Unable to See the Pipeline Steps in Moni, But Able to Se the Success Message With the Inbound Payload only.
    Also chked with the comm. channel of sender and receiver, where the sender shows the message process details but not the receiver comm. channel.
    Regards
    Giri

    You Did the right thing in communication channel that u selected the IS.
    Hi
    Just check out if you sending the correct parameters and also check out the payload you sending and check out in SXMB_MONI for you message that after success wat is the payload and match with your input.
    Rather, for input check, In IR, get the XML data from ur Message Mapping and then save it to your inbox that is input directory.
    Also check out the permission of Output directory and also check the configuration of sender and reciver communication channel.
    Regards
    Aashish Sinha
    PS : reward points if helpful

  • Unable to start the operating system on my MacBook Pro

    Suddenly today my MacBook Pro isn't starting and showing a folder with a question mark sign blinking in it and I am unable to access the software and the hard drive . How to recover the hard drive without loosing my data also I have tried holding the command and R button but isn't working and showing some temperature alert please suggest me something

    Try a SMC reset:
    http://support.apple.com/en-us/HT201295
    Ciao.

  • HT5577 Unable to receive the verivication email from Apple

    Hello, I have try to create a apple id, and using the procedure I must receive a verification email. So far I don't receive anything. The same problem has another friend of me. Does anyone know what happened, and don't receive this email?

    You can get another verification email sent out by going to id.apple.com and logging in using Manage Apple ID.  The button will be on the first page just under your primary email.
    If you still don't receive it, the email may be linked to another Apple ID already.  Check any other IDs that you know of belonging to friends or family.  Your email could be linked as a secondary or rescue email.  If so, remove it and request the verification email from your account again.
    If the prior steps still do not get the email to you, call Apple directly and ask for Account Security.  They can usually force the email to be sent if they can verify your identity as the account owner.  The verification is usually just answering your security questions, giving details about the credit card linked to the account, or confirming a code sent out to your devices.
    Good luck!

  • Unable to receive the vociemail in the inbox

    Hi,
    When I try to access the voicemail box of a user then the message is played "The Message server is offline.You can play the voice message you have received during outage.After the outage you will be able to access all the messages" then I am able to listen to the vociemails left so far but these voicemails are not getting delivered in the mailbox of the user.
    I am using
    Cisco Unity 7.0 (Unified Messaging without failover)
    Microsoft Exchange 2007
    Please advise me how should I proceed to fix the problem.
    Regards
    Amit

    There have been some issues where Unity falsely detects Exchange being offline.A change was made in and after 7.0.2ES21 to change how we determine if the store is on or offline. This came out of CSCsx59710.
    The following has been recommended:
    Upgrade to the latest ES.
    Change the "Startup Type" of AvMMProxySvr from "Automatic" to "Manual".
    Make sure that "HKEY_LOCAL_MACHINE\SOFTWARE\Active Voice\AvWM\1.00\Check Level" is set to 0xF0.
    Reboot.
    So I suggest checking these things.
    The issue can also be related to permissions. You might either run permission wizard again or run the latest permission wizard in reporting mode to determine if it reports any permission related issues.
    Thanks,
    Scott

  • My hotmail is unable to receive the iCloud activation mail and I cannot verify my hotmail address within the Apple ID homepage.  Any way to resolve this?  Any help appreciated

    I have a hotmail address set up as a primary account in my Apple ID homepage only.
    Any way to resolve this?  Any help appreciated

    The email address that forms the username for your AppleID is irrelevant. It does not have to be accurate, working, or even in use by you. Software purchased with a specific AppleID must use that ID to update that software.
    I don't know what happens when you change the old username for the AppleID.
    Did you change the user name for th AppleID or did you get a new AppleID with your new email?

  • Unable to get the java system reports

    Hi all
    In portal we are unable to get java system reports
    Thanks in advance

    It seems that your WAS installation is not fully configured and / or can you check the domain name in the IGS url? Please follow these links.
    Re: Graphics Rendering Problem
    Re: Error connection IGS
    Regards,
    Nitin

  • Unable to see IDOC sent by R3 in XI

    In XI server, we have done partner profile(ALE/IDOC) configuration due to some special requirement. Now XI server unable to receive the IDOC. After from this, I am unable to see the IDOCs that were processed earlier. Before this ALE/IDOC configuration, I was able to send IDOC to XI and also able to see IDOC in IDX5 and sxmb_moni.  When I send IDOC from R3 then status of IDOC is 03. But when we check the IDOC in XI server using IDX5. I don't see any IDOC.

    Hi,
    what more can bd87 tell then We02 ?
    transaction code mentioned by Jai needs to be checked only
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Maybe you are looking for