Issue with not getting mail in sost for the PR Approvers

Hi all,
I have the following requirement
Currently, requisitioner receives workflow email notification each time the PR has been released. If a PR has 3 approvers, the requisitioner receives 3 identical emails. The problem is that from the email alone, the requisitioner does not know if the PR has been fully released or not. After the first email, requisitioner may try to create the PO when in fact the PR is not fully approved yet.
The case here is when the requisition is created, the mail is sent to first approver to release the requisition and when the first approver releases, mail is sent to next approver and so till all the approvers approve, finally after all the approvals it is sent to requisitioner.
For this I have created an activity GET PR status where i am checking the condition based on release indicator.
When the release indicator is '2' then the final notification is sent to the requisitioner.
The process is working fine in dev system. When there are three approvers and all the approvers have same mail Id when i create the requisition and release manually in me55, I am able to see the mail in sost. This is actually done after running the batch program. But when the approvers have different mail Id's im able to see in swia but not in sost.
Any help is appreciated.
Thanks

Hi rick,
My bad, I have assessed the issue differently.
Yes im sending a single mail to the requisitioner after all the approvals.
But the issue here is after the requisition is created, the first mail is going to the first approver. When the approver releases, the mail that has to go to next approver is shown in swia.
Now when i run the batch job, it has to appear in sost. But, it is not.
The whole process actually working fine in DEV system but in QAS, it is not.
Is is showing the following message when i manually release the order and tested
Status
StatusText
Cannot process message; no node determined for [email protected]

Similar Messages

  • "could not get an output file for the document (error RWI 00314)"

    Hi
    We are getting the following error when running the Webi Reports "could not get an output file for the document (error RWI 00314)". The issue seems to be related to Tomcat Memory Heap size, our Tomcat Java heap Size is 1024MB. We were able to resolve  the issue by restarting the Tomcat. We cannot restart the Tomcat in Prod if this is happening frequently.
    Can some one please suggest  any other solution other than restarting the Tomcat frequently, our platform is BOBJ XI 3.1 SP3 with FP 3.1 our Wndows OS is 32 Bit.
    Thank's for your help

    Hi Sreeram,
    Earlier i also faced same kind of problem.
    To solve this kind of problems you need to shutdown the server.
    second thing is when patches missed that time also you will get this kind of problem.
    check j2ee connection is it properly working or not?
    Regards,
    samar reddy.

  • HT1430 Can not get mail , it sayes that the user name or password is incorret, it the right one

    Can not get mail , it sayes that the user name or password is incorret, it the right one

    You need to contact the email provider and reset your information. All your iPhone does is send the information to the provider and they are stating your username or password are incorrect. If you contact the provider they can help you reset it so it will work with your phone

  • Why my iphone 4s can not get mail server failed for wifi ?

    why cannot get mail ? the connection to the server failed ?

    why the connection to the server failed from my wifi?

  • Not getting Selection(Prompt) option for the WebI Query.

    Hello Experts,
    I built WebI query for the custom query of SAP BI.I am not getting an selection or prompt for the WebI Query even though there is a selection in BI Query.If i develop WebI report for the standard query of the Bex i am getting selction options.
    Please suggest how can i do this.
    Thanks in Advance,
    Shiva Kumar G.C

    Hi Shiva,
    Where in the Query Designer are the selections defined?
    Selections defined under Characteristic Restrictions should show up when you run the webi report.
    Additional selections created under Default Values won't show running a webi report (that is just an additional filter on the data retrieved from the data warehouse).
    Regards,
    Harry

  • Is anyone else having issues with not getting 4g service on 4s?

    I am currently on version 6.0.1 with the iPhone 4s.  I used to pickup 4g service all the time.  Now, I only get edge service unless I am using a wifi connection.  The edge service is ridiculously slow, and no changes had been made to the phone when the problem started.  I brought my phone to the AT&T store where they replaced my SIM card; however, this did not solve the problem.  They stated that I need to bring it to the apple store.  I am trying to figure out if this is a known issue.  Any help would greatly be appreciated. 

    The first thing they'll tell you if you call Apple is that you need to update your iOS. There have been fixes in the updates that could resolve your issue before any other troubleshooting is necessary

  • VBOX Layout issue with offset of a few pixels for the 2nd and 3rd components.

    The VBox has 2 components, on clicking the toggle label on the left,
    one component is hidden and the other is made visible.
    How does one get rid of the padding at the top when the
    2nd component is displayed.
    At the end of the script are two images with one showing the small padding.
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                                     xmlns:s="library://ns.adobe.com/flex/spark"
                                     xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
              <fx:Script>
                        <![CDATA[
          protected function lblSearch_clickHandler(event:MouseEvent):void
              // TODO Auto-generated method stub
              _Debug("Inside "+functionName());
              if(tabnavDetails.visible == true) {
              tabnavDetails.visible = false;
              tabnavSearchDetails.height = tabnavDetails.height;
              tabnavSearchDetails.width = tabnavDetails.width;
              tabnavDetails.height = 0;
              tabnavDetails.width = 0;
              tabnavSearchDetails.visible = true;
              } else if(tabnavSearchDetails. visible = true) {
              tabnavSearchDetails.visible = false;
              tabnavDetails.height = tabnavSearchDetails.height;
              tabnavDetails.width = tabnavSearchDetails.width;
              tabnavSearchDetails.height = 0;
              tabnavSearchDetails.width = 0;
              tabnavDetails.visible = true;
                        ]]>
              </fx:Script>
              <fx:Declarations>
                        <!-- Place non-visual elements (e.g., services, value objects) here -->
              </fx:Declarations>
              <mx:HBox height="100%" width="100%">
                        <s:Label id="lblSearch" name="lblSearch" buttonMode="true" text="Toggle" color="#2133E4" height="5%" paddingTop="8" click="lblSearch_clickHandler(event)"/>
                        <mx:VBox id="vboxMainBody" name="vboxMainBody" width="80%" height="95%" borderColor="Black"
                                             borderStyle="solid" borderVisible="true" focusColor="#FAFAFA" >
                                  <mx:TabNavigator id="tabnavDetails" name="tabnavDetails" visible="true" borderVisible="true" width="100%" height="100%">
                                            <s:NavigatorContent width="100%" height="100%" label="Media Details" >
                                            </s:NavigatorContent>
                                            <s:NavigatorContent width="100%" height="100%" label="Location and Eyeballs">
                                            </s:NavigatorContent>
                                  </mx:TabNavigator>
                                  <mx:TabNavigator id="tabnavSearchDetails" name="tabnavSearchDetails" visible="false" borderVisible="true" width="0%" height="0%" paddingTop="0">
                                            <s:NavigatorContent width="100%" height="100%" label="Search Details" >
                                            </s:NavigatorContent>
                                            <s:NavigatorContent width="100%" height="100%" label="Location and Eyeballs">
                                            </s:NavigatorContent>
                                  </mx:TabNavigator>
                        </mx:VBox>
              </mx:HBox>
    </s:Application>

    Thank you very much. With so many parameters around and being new to flex, this is not easy. Spent an hour or so and then
    decided to ask for help.
    Appreciate it.
    -Jumroo

  • Can not get JSP to work for the first time.

    This is my first attempt to write JSPs. When TOMCAT attempts to render my first java server page TOMCAT reports the following two errors:
    org.apache.jasper.JasperException: Unable to compile class for JSPerror: Invalid class file format in C:\j2sdk1.4.0_01\jre\lib\rt.jar(java/lang/Object.class). The major.minor version '48.0' is too recent for this tool to understand.
    C:\Program Files\Apache Tomcat 4.0\work\Standalone\localhost\JobEntry\HeadingExample$jsp.java:0: Class java.lang.Object not found in class javax.servlet.GenericServlet.
    package org.apache.jsp;
    I am on an XP box, running jwsdp-1_0_01, j2sdk1.4.0_01, and TOMCAT 4.04.

    You might want to try downloading a newer Tomcat Version 4.1.18 works well. Follow the URL below. I have tried this version with the SDK 1.4 in the past, without problems. It might be that your older version of Tomcat just doesn't like the 1.4 SDK. Would take 5 minutes max on a decent http connection to DL and install.
    http://jakarta.apache.org/site/binindex.cgi

  • I am not getting any sound notification for the FB....iphone running on 6ios....

    i got losts of post ...coz many users are getting same pblm.....can apple solve it asap...

    Try going to setting and go down to facebook. See if you can change anything there. If you can't then go to Sounds(in settings) and try looking for facebook there. i havn't had this problem but that is about the right steps to solving it

  • TS3276 I can not get mail to open from the desktop. Any suggestions?

    I am unable to open mail from the desktop. Any suggestions?

    Windows 7. It has previously opened and worked before and I have not changed anything. I'm at a total loss.
    When I click open it does absolutely nothing. Weird huh?
    Sent from my Verizon Wireless 4G LTE smartphone

  • There is an update for iTunes but I'm not getting a pop-up for the download.

    Hi there: Apparently, there is an update to iTunes available; however, when I go to retrieve it, the pop-up for download doesn't appear. I checked my settings in both Mozilla (preferred) and IE and they seem to be fine to allow such a pop-up but nothing's happening. Any thoughts?

    Perhaps try downloading and saving a copy of the installer to a different PC. (If you're on a 32-bit Windows system, try to download on a different 32-bit Windows system.) Copy the iTunesSetup.exe installer to an external hard-drive, or a large-enough thumb drive or burn it to a CD-R. Carry the installer back to your PC, copy the installer to your hard drive. (Don't run the install from the ExHD, thumb or CD-R.) Start the install by doubleclicking the iTunesSetup.exe file.

  • I have a issue with my mac book pro. For some reason it won't stay powered on. I can't get past the apple loading logo. The battery is fully charged so it is not the problem. Can anyone tell me what the problem may be and how can i get it resolved?

    I have a issue with my mac book pro. For some reason it won't stay powered on. I can't get past the apple loading logo. The battery is fully charged so it is not the problem. Can anyone tell me what the problem may be and how can i get it resolved?

    The battery is fully charged so it is not the problem.
    What happens when you use the MagSafe?

  • I get a message the message " Can not get mail. Not connected to server" Yet I am connected with Wi-fi and can access all other websites. Can you advise? My iPad is only a month old!

    Has any one experienced not being able to send mail and only receiving some? I get the message " can not get mail. No connection to the server! " Yet I get some mail but can not send out any. My iPad is only 1 month old! It worked perfectly for about 10 days.
    Thx
    Agnes

    Hey agnesfromcopenhagen k,
    Thanks for the question. I understand you are experiencing issues with Mail on your iPad. The following resource provides some troubleshooting steps. What kind of account are you using? Some internet providers require that you be connected to your home Wi-Fi (or for work accounts, inside your corporate Wi-Fi/firewall). Also, some email accounts require two-step authentication. For more information, see this resource:
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/TS3899
    Thanks,
    Matt M.

  • The Java plugin has created a time unfriendly issue with my e-mail account, I can not open or send any e-mail without using this plugin, how can I eliminate this problem without dropping m. firefox?

    A few days ago I tried to e-mail a friend, when I started A box came up and it required me to add a plugin..Java. I contacted my e-mail courier and microsoft, they told me that is was a plugin from Mozilla Firefox. Since then I must go through Java to send or open an e-mail... this is NOT to my satisfaction, it takes too long for all of this to open and if it is not cleared , I am dropping Mozilla and going elsewhere. Why has this occurred? Is this a result of the last update? If so can I delete the last update and continue on the other version?
    == This happened ==
    Every time Firefox opened
    == last week

    Sorry, I have no idea what you mean by '''"The Java plugin has created a time unfriendly issue with my e-mail account, I can not open or send any e-mail without using this plugin,"'''.
    If you think your problem is caused by the Java plugin, you should visit the Java support forum for assistance.
    http://forum.java.sun.com/index.jspa
    If you could explain what you mean by '''"time unfriendly''' issue with my e-mail account", maybe we'll be able to help you solve that issue.
    It might be helpful for us if we knew exactly which web-mail provider you are using. It seems strange to me that viewing or sending web-mail would actually "need" Java for operation, its more likely that some other item on the web page needs Java to run some advertising or other garbage that isn't a necessary part of the web-mail functionality you want to use.

  • Help- how do i get in contact with Apple via mail or chat for support?

    Help- how do i get in contact with Apple via mail or chat for support
    This is ridiculous, why can I not get in contact with Apple by email or chat with their support team?? How to do, please help.

    You cannot contact Apple support by e-mail or via chat.
    You have to contact AppleCare by telephone.
    If there is an Apple store nearby, visit the genius bar.

Maybe you are looking for