Restrating the successfully processed messages------Not Working

Hi All,
i have Followed this Blog and Copied that STD program to Z program After that
Commented those Two mentioned lines in the Report also and activated
/people/michal.krawczyk2/blog/2005/11/09/xi-restarting-successfully-processed-messages
While Executing the Report in Se38 by proving the Message ID, iam getting this Error
Selected message does not exist (any more)
Regards
Suman
Edited by: Suman gupta on May 9, 2008 9:49 AM

Hey
>>Selected message does not exist (any more
This is the issue,you don't have that message anymore hence you can't resend it(it does not matter if its successful or un-successful).
when you normally try to send the successful message(without changing the ABAP code,you should get a message as below
"You cannot restart XML message <MessageID> with this status/type"
try to send another message and see if its successful and then modify the ABAP code and resend that successful message.
Thanx
Aamir

Similar Messages

  • How to restart the Successfully processed messages

    Hi,
    I have IDOC to File Scenario
    we posted the idoc from R/3 and it has processed successfully.
    Now again i want to process that idoc again with out going to R/3.
    How to restart the Successfully processed message from MONI.
    we have one option in MONI Restart. this is not working for Successfully processed messages.
    How to achieve this
    Regards
    Suman

    Hello Suman..
    XI: Restarting successfully processed messages..
    Go through this : Michal Krawczyk Blog This will really helpful to you..
    /people/michal.krawczyk2/blog/2005/11/09/xi-restarting-successfully-processed-messages
    Reward Points If it is Helpful...
    Thanks,
    Satya Kumar..

  • Resending the successfully processed messages

    Hi,
    I am trying to process one message which is already succesfully processed.
    Is it possible?
    Please treat this as an urgent.
    Thanks & Regards
    Katta Mohan Reddy

    Hi,
    If i am not wrong, U are trying to restart the message that has been successfully processed. (from sxmb_moni with a black& White Flag)
    <b>You cannot restart correctly processed XML messages</b>
    Moreover,
    You can only restart asynchronous XML messages.
    Furthermore, you can only reschedule XML messages with errors. You cannot restart correctly processed XML messages or XML messages with the status Being Processed.
    Do not forget to give me points if this solves your problem.
    Cheers,
    Siva Maranani

  • My bookmarks have disappeared and the 'restore' process is not working - Firefox is 'unable to load the file' I selected as the backup file.

    Yesterday, I was unable to access Firefox at all and had to use another browser. Today, Firefox is back but all my bookmarks seem to have disappeared. I followed the procedure for restoring bookmarks from a backup file. I selected the file to back up from, but I received an error message saying that Firefox could not access that file.

    Did you install the Places Maintenance extension and checked the places.sqlite database file?
    *Places Maintenance: https://addons.mozilla.org/firefox/addon/places-maintenance/

  • Closing the GP process is not working

    I have one requirement to close the process from code.
    I used the following code
    IGPProcessInstanceInfo info[]=rtm.getRunningInstances(GPSearchRole.SEARCH_ROLE_OWNER , startDate, endDate, userContext.getSAPUser());
    GPSearchRole is not showing in import.
    import com.sap.caf.eu.gp.process.api.GPSearchRole;
    I am using nwds 7.0.06
    Kindly help me how I can close the process of GP.
    I tried in another way by
    try{
                   IGPProcessInstanceInfo processInstanceInfo[]=rtm.getRunningInstances(SearchRolesInformation.getSearchRoleInformation().getSearchRoleAdministrator(), startDate, endDate, userContext.getSAPUser());
              for (int i=0;i<processInstanceInfo.length;i++)
                     IGPProcessInstance pinstance= rtm.getProcessInstance(processInstanceInfo<i>,epuser);   
                   //wdComponentAPI.getMessageManager().reportSuccess("PInstance : "+pinstance);
                   rtm.stopProcess(pinstance,epuser);
              }catch(Exception e)
                             wdComponentAPI.getMessageManager().reportSuccess("Could not get the Process Instance");
    But this also throwing error that ISearchRolesInformation class not found,but i impoted it.
    Regards,
    Abhishekh Singh
    Enteg Infotech.
    Edited by: Abhishekh Singh on Apr 27, 2010 5:23 PM

    I already added the dependency.
    Actually I am using nwds 7.0.06  is it the reason.
    shall I need to go for upper version of nwds sp version.
    All the below I am able to use.
    import com.sap.caf.eu.gp.context.api.GPContextFactory;
    import com.sap.caf.eu.gp.context.api.IGPUserContext;
    import com.sap.caf.eu.gp.process.api.GPProcessFactory;
    import com.sap.caf.eu.gp.process.api.IGPProcess;
    import com.sap.caf.eu.gp.process.api.IGPProcessInstance;
    import com.sap.caf.eu.gp.process.api.IGPProcessRoleInstance;
    import com.sap.caf.eu.gp.process.rt.api.IGPProcessRoleInstanceList;
    import com.sap.caf.eu.gp.process.rt.api.IGPRuntimeManager;
    import com.sap.caf.eu.gp.structure.api.GPStructureFactory;
    import com.sap.caf.eu.gp.structure.api.IGPStructure;
    import com.sap.caf.eu.gp.process.api.IGPProcessInstanceInfo;
    But I am not able to use
    import com.sap.caf.eu.gp.process.api.GPSearchRole;
    I need GPSearchRole to terminate the process for a running GP process of a application.
    Kindly help me why I am not able to use GPSearchRole .
    If it is a nwds version problem then how I can get the Patch for higher sp version.
    Regards,
    Abhishekh Singh
    Enteg Infotech Pvt Ltd.

  • Update process does not work on Tabular Form

    Hello,
    I have 2 tabular forms on one page, which are using manual update processes.
    First form is created using wizard, and therefore works perfectly.
    The update process is as follows:
    DECLARE
      lc_string VARCHAR2(4000);
    BEGIN
      FOR i IN 1..APEX_APPLICATION.G_f01.COUNT
      LOOP
         lc_string := lc_string|| '[' ||APEX_APPLICATION.G_f*03*(i) || '|' || APEX_APPLICATION.G_f*04*(i) || ']';
      END LOOP;
      --Database processing using the concatenated string here
    END;Second form is created manually, using the following code:
    SELECT apex_item.checkbox (30,
                               '#ROWNUM#',
                               'onclick="highlight_row(this,' || '#ROWNUM#'|| ')"',
                               NULL,
                               'f30_' || '#ROWNUM#'
                              ) delete_checkbox,
           CATALOG_ID,
              apex_item.hidden (31, CATALOG_ID)
           || apex_item.text (32,
                              LANG,
                              80,
                              100,
                              'style="width:100px"',
                              'f32_' || '#ROWNUM#'
           || apex_item.hidden (33, wwv_flow_item.md5 (LANG, DESCRIPTION)) LANG,
           apex_item.text (34,
                           DESCRIPTION,
                           80,
                           100,
                           'style="width:255px"',
                           'f34_' || '#ROWNUM#'
                          ) DESCRIPTION
      FROM V_CATALOGS
    UNION ALL
    SELECT     apex_item.checkbox
                              (30,
                               TO_NUMBER(9900 + LEVEL),
                               'onclick="highlight_row(this,' || '#ROWNUM#' || ')"',
                               NULL,
                               'f30_' || TO_NUMBER (9900 + LEVEL)
                              ) delete_checkbox,
               NULL,
                  apex_item.hidden (31, NULL)
               || apex_item.text (32,
                                  NULL,
                                  80,
                                  100,
                                  'style="width:100px"',
                                  'f32_' || TO_NUMBER (9900 + LEVEL)
               || apex_item.hidden (33, NULL) LANG,
               apex_item.text
                                               (34,
                                                NULL,
                                                80,
                                                100,
                                                'style="width:255px" '  ,
                                                'f34_'
                                                || TO_NUMBER (9900 + LEVEL)
                                               ) DESCRIPTION
          FROM DUAL
         WHERE :P18_TEMP = 'ADD_ROWS1'
    CONNECT BY LEVEL <= 1However, the update process does not work on this form.
    I created it using the first one as an example, but with the id's of the second form:
    DECLARE
      lc_string VARCHAR2(4000);
    BEGIN
      FOR i IN 1..APEX_APPLICATION.G_f*30*.COUNT
      LOOP
         lc_string := lc_string|| '[' ||APEX_APPLICATION.G_f*32*(i) || '|' || APEX_APPLICATION.G_f*34*(i) || ']';
      END LOOP;
      --Database processing using the concatenated string here
    END;Also, both forms are opening in a modal pop-up dialog window.
    I use a Dialog Region plug-in for that.
    Please advise, what is causing a problem with update?

    Sloger,
    if this is your tabular form
    SELECT apex_item.checkbox (30,
    ...and this is your update statement
    FOR i IN 1..APEX_APPLICATION.G_f*30*.COUNT
    ...Then you will only ever update records that have been checked. Unchecked checkboxes are not passed back in the global array. You need to have a hidden column with the ID's for the record and loop through that when you are updating/inserting. That is why the built in tabular form has a MRU and a MRD. the MRU loops through the hidden ID column. The MRD loops through the checkbox.
    Thanks,
    Tyson Jouglet

  • When I connect my iPhone 4S to my MacBook Pro, the synchronization process by iTunes failed with the following message "My iPhone could not be synchronized, because the synchronization process has not started". What does that mean?

    Hello,
    When I connect my iPhone 4S to my MacBook Pro (through the USB port), the synchronization process by iTunes failed with the following message "My iPhone could not be synchronized, because the synchronization process has not started".
    What does that mean?
    Thanks in advance for fixing my problem.

    I think I remember hearing that if you quit iTunes with your device still connected, then open iTunes up again, it should work.
    EDIT: Here, this might help: http://support.apple.com/kb/ts1567

  • I have downloaded the latest Adobe Flash - it says successful but will not work. It says to 'Manage Plug-ins but the Plug-in says it is enabled but it will not work at all. I have tried disabling and then enabling - no success.

    I have downloaded the latest Adobe Flash - it says successful but will not work. It says to 'Manage Plug-ins but the Plug-in says it is enabled but it will not work at all. I have tried disabling and then enabling - no success. Please help!

    There's two different versions of Flash. The ActiveX version for IE, and the Plugin version for other browsers. Did you install the correct version? This forum's software doesn't thing that Flash is installed for Firefox or the Plugin is disabled.
    1.Download the Flash setup file from here: <br />
    [http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe Adobe Flash - Plugin version]. <br />
    Save it to your Desktop.<br />
    2. Close Firefox using File > Exit <br />
    then check the Task Manager > Processes tab to make sure '''firefox.exe''' is closed, <br />
    {XP: Ctrl+Alt+Del, Vista: Shift+Ctrl+ESC = Processes tab}
    3. Then run the Flash setup file from your Desktop.
    4. Start Firefox and test your installation here: https://www.adobe.com/software/flash/about/
    * On Vista and Windows 7 you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). <br />
    See this: <br />
    [http://vistasupport.mvps.org/run_as_administrator.htm]

  • Why cant I add contacts on the iphone4? the mail contacts calendars button unders settings, the contacts button, the add a contacts button under message and the phone button will not work to add a contact.

    Why cant I add contacts on the iphone4? the mail contacts calendars button unders settings, the contacts button, the add a contacts button under message and the phone button will not work to add a contact.

    Have you attempted a restore?

  • I am trying to reinstall Flash CS4 professional as the action script is not working but now I am getting an error: 2 message when I use the original CD to try and reinstall

    I can't get the original disk to work on a reinstall.  I get the message
    AdobeColorCommonSetRGB
    Error:
    Error 2.
    I teach a class using this program on Macintosh computers running 10.9.5 and the action script is not working.  It will work on any program designed using the 10.8 but if you design any animation on 10.9.5 the action script will not work for the buttons

    You would have to manually delete the color profiles in question... Run the cleaner tool and see if it gets you started.
    http://www.adobe.com/support/contact/cscleanertool.html
    Mylenium

  • TS4139 I had 2 MobileMe email addresses, but only went thru ICloud process with one (my main address). Now the secondary address is not working with iCloud. Did I have to go thru the process with both addresses? Can I get that address back?

    I had 2 MobileMe email addresses, but only went thru iCloud process with one (my main address). Now the secondary address is not working with iCloud. Did I have to go thru the process with each address? Can I still get that secondary address to work with iCloud?

    It was totally separate. I just now went back to a previous email from Apple to that secondary address which urged me to transition to iCloud. I followed the link and it prompted me thru the process and the address is now able to send/receive emails. Thanks.

  • When i burn a disk in Disk Utility, the burn completes but the verification process does not complete and my disk pops out. The error message i get is something like this "burn failed because disk cannot be verified," PLEASE HELP

    when i burn a disk in Disk Utility, the burn completes but the verification process does not complete and my disk pops out. The error message i get is something like this "burn failed because disk cannot be verified," PLEASE HELP.
    Also when i take the disk out it seems fine nd everything seems to be burned onto the disk. I am buring mac os x lion onto a disk.
    The disk i am using is nextech and i am burning at the slowest speed (4x).
    Also this is my 3rd time trying to do this and the verifying process keeps failing.... what do i do?

    see there
    http://www.techmixer.com/best-free-mac-burning-software-for-mac-osx/
    what you like most
    try different brand of CD/DVD

  • Just installed ios 7 on my 4s, and I have two issues: 1) control centre: the music controls do not work, only the volume adjust slider works; 2) in mail, where do you find the setting to control how many messages you want your inbox to retain?

    Just installed ios 7 on my 4s, and I have two issues: 1) control centre: the music controls do not work, only the volume adjust slider works; 2) in mail, where do you find the setting to control how many messages you want your inbox to retain?

    Same problem here on my 4s: Control center music controls do not work.
    Since this thread has two issues, I'm going to start a new one with only the music control bug. Topic: iOS 7 Control Center Music Controls Not Working On iPhone 4s

  • My large monitor is not showing the screen of my MAC airbook on it. All cables are hooked up. I reset the pram  and still not working. Message on black monitor says"check signal cable...?

    My large monitor is not showing the screen of my MAC airbook on it. All cables are hooked up. I reset the pram per the instructions I received at the MAC store and the monitor is still not working. Message on blacked out monitor says"check signal cable". All cables are attached and monitor and MAC are both plugged into power source...Help ?

    Go to System Preferences, Display. Click on dectect displays.

  • HT2534 But now , the hole process of sign uping is changed , please remove the wrong guide its not working , and why apple not let to access the free app .!!!

    But now , the hole process of sign uping is changed , please remove the wrong guide its not working , and why apple not let to access the free app .!!!

    Try going to https//appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Tap edit next to the primary email account, tap Edit, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iPhone on your device, even though it prompts you for the password for your old account ID. Then go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https//appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

Maybe you are looking for