Approver has to approve twice from the inbox

Hi,
We are in SRM 5.0 SP14, extended classic deployment. We are currently
facing an issue with the approvals. Approver has to approve the item
twice from his inbox. First time if you approve, the item doesn't move
from the inbox. Second time if the same item is approved, it gets moved
from the inbox. We applied a note (1284516- Work items executed twice
via inbox), even after that the system behaviour is same.
Although it is not the same behaviour always, sometimes the item gets
executed in the first try.
Regards
Kapil

Hi Kapil,
Please check if index value of approver is maintained correctly. Sometimes if you remove an approval step from your workflow coding, there is an index value which also needs to be updated. If you have not maintained it correctly, it will require tow approve same item twice.
Thanks,
Anshuk Saxena

Similar Messages

  • Delete automatically Workitem from the INBOX

    Is it possible to remove or delete workitem from the inbox of the remaining agents, when the workitem is sent to multiple agents at a time, and one of the agent completes the workitem ?
    Can anyone help me for this problem ?

    Hi Rohit,
    Thanks for your reply.
    But, what I want is different.
    My case is like...
    A particular workitem will be sent to multiple users at a time, for approval from one of them. Once, one of them completes the execution of the workitem, then it should clear/delete the workitem from other users' inboxes.
    Thanks
    Sai

  • Every time I move emails from the inbox to another mailbox, then click on any mailbox, and then go back to the inbox, the moved messages have returned to the inbox

    Every time I move emails from the inbox to another mailbox, then click on any mailbox (the emails are there fine), and then go back to the inbox, the moved messages have returned to the inbox. I have moved them out of the inbox to other mailboxes again and again, but then they keep showing up in the inbox again as soon as I click on any mailbox other than the inbox. Very frustrating.
    This has only happened since I installed Mavericks on both my Macbook Pro and my iMac. It happens on both of them.
    Any ideas how to fix it?
    peter

    This may be one of the known issues with Gmail and it's IMAP settings working with Maverick's Mail.
    It all comes down to if you have the ALL MAIL folder visible or not via IMAP.
    If you do not, then you get the behavior you are describing.
    If you do have ALL MAIL visible, then there isn't a problem.
    Odd, I know.
    Anyway, check out this article on Wired which describes the problem and work around. You may have to click on the NEXT button at the top of the window to advance to the proper gallery image that describes this issue:
    http://www.wired.com/gadgetlab/2013/10/mavericks-issues-and-fixes/#slideid-23460 1

  • Searched email showing "The message has not been downloading from the server."

    I have Exchange email setup on my iPad. When I search for an email that has a large attachment (15mb PDF) the results show two identical emails. If I click on the first one it says "This message has not been downloaded from the server." The second email seems to open correctly. Closing the Mail app and opening back up doesn't fix the issue. Neither does rebooting iPad. Anyone have any idea why the search is showing multiple emails and why they won't download correctly?
    --Brian

    I am the IT department. Seems to be an issue with the search showing the email locally and server side, so it shows up twice. If I open the email that is server side, it has an issue opening the email again unless I try several times. I'm working with Apple now so hopefully they can help.

  • My emails are deleted from the inbox mailbox without my comand, and they dissappear

    My messages dissapear from the inbox of my ipad, without my asking to delet them. Why?

    This is also happening to me on my iPhone 4 (along with a very frustrating static-y headphone problem).
    I'll see the e-mail come in, I can read the preview text before opening it but when I touch it to open, another e-mail opens and the one I'm trying to read has disappeared. Nowhere to be found, not even in the deleted files folder.
    I don't have any other devices connected/synced that would be deleting it nor do I have the 200 max emails in the inbox as Robato suggested. even if I did, based upon Robato's information, the new e-mail would not be disappearing...
    I need some help for sure....
    iPhone, iOS 4.2.8 (most recent version available for VZ iPhone)

  • Request timed out because there has been no reply from the server in 600000

    Issue:
    Request timed out because there has been no reply from the server in 600000
    Scenario:
    1. All the crystal reports are designed by using Crystal Report 2008 Version -- 12.3.0.601
    2. All reports are uploaded to CMC (SAP Business Objects Enterprise XI, Product: 12.1.0)
    3. using Front-End .net Winform
    4. Crystal Report is binding is done using Business View Manager (since having more than one databases)
    5. Business View Manager Connects to Oracle using "Oracle Server" connection
    6. Loading reports as follows
    string queryString = string.Empty;
    SessionMgr sessionMgr = new SessionMgr();
    EnterpriseSession enterpriseSession = sessionMgr.Logon(userName, userPassword, serverName, authType);
    EnterpriseService enterpriseService = enterpriseSession.GetService("InfoStore");
    InfoStore infoStore = new InfoStore(enterpriseService);
    enterpriseService = enterpriseSession.GetService("PSReportFactory");
    Object psrfObject = enterpriseService.Interface;
    PSReportFactory psReportFactory = (PSReportFactory)psrfObject;
    queryString = "Select SI_CUID, SI_ID, SI_NAME, SI_PARENTID From CI_INFOOBJECTS " + "Where SI_PROGID='CrystalEnterprise.Report' " + "And SI_ID=" + ReportId;
    InfoObjects infoObjects = infoStore.Query(queryString);
    InfoObject infoObject = infoObjects[1];
    ReportDocument crDoc = new ReportDocument();
    crDoc.Load(infoObject, enterpriseSession);
    7. All the reports are getting loaded properly and i am able to dynamically set the report parameters
    8. After executing report, some of the reports take more than 10 minutes, due to which shows following error
    Request timed out because there has been no reply from the server in 600000
    Note i have done following:
    1. I have checked stored procedure running through oracle for more than 10 minutes (1 hr, 2 hrs)
    2. Tried simply running crystal report without front-end running perfectly more than 10 minutes (1 hr, 2 hr)
    3. When i run .net winform application for specific reports which takes long time, gives "Request timed out because there has been no reply from the server in 600000"
    Also i have done lot much R&D and spent almost weeks to get resolution but not getting any solution out of it, please help me in this case
    HKEY_LOCAL_MACHINESOFTWAREBusiness ObjectsSuite 12.0Report Application ServerClient SDKCorbaAdapterWaitReplyTimeout = 600000 and HKEY_LOCAL_MACHINESOFTWAREBusiness ObjectsSuite 12.0Report Application ServerInprocServerEnterpriseRequ
    AS per following URL
    Session timeout
    1. Log into Central Management Console
    2. Go to server,right click on Crystal report processing server and select properties,change the idle connection time out to 60 minutes
    3. Also right click on crystal report cache server and select properties ,change the idle connection time out to 60 minutes
    4. Restart Crystal Report Processing Server and Crystal Report Cache Server
    5. Change the session time out to 60 minutes in web.xml of INfoviewApp,InfoViewAppAction,PlatformSerivces and CrystalReports.
    6. Navigate to the following location
    <BO Install Dir>Business ObjectsTomcat55webappsInfoViewAppWEB-INF
    7. Edit the web.xml in notepad and search for the below lines.
    <session-config>
    <session-timeout>20</session-timeout> <!-- 20 minutes for session objects -->
    </session-config>
    8. Increase the Session-Timeout parameter to 20 to 60 minutes in web.xml . Save this file
    9. Repeat the same for the web.xml file in the InfoViewAppActions folder in <BO Install Dir>Business ObjectsTomcat55webappsInfoViewAppActionsWEB-INF
    10. Repeat the same for the web.xml file in the PlatformSerivces folder in <BO Install Dir>Business ObjectsTomcat55webappsPlatformSerivcesWEB-INF
    11. Repeat the same for the web.xml file in the CrystalReports folder in <BO Install Dir>Business ObjectsTomcat55webappsInfoViewAppActionsWEB-INF
    12. Restart the tomcat server
    Still i am getting same error, please help me, if you have any idea, clue with respect to this error on winform

    This error is specific to RAS. The default CORBA request timeout is 10 minute = 600000 ms. When the RAS SDK does not get the reponse back from RAS server in 600000 ms it throws this message. Why it works in InfoView\CMC what I believe you refer to as "Front End' application is because InfoView\ CMC don't use RAS.
    1. First make sure that a smaller report wich runs pretty fast ( 1-2 min) works. This will confirm that there is no connectivitiy issues between RAS and RAS SDK.
    2. If you get the efrror for every single report, even the smaller ones, make sure the box running RAS and RAS SDK code( in case they are 2 different) can ping each other with IP, shortname and FQDN. If there is a firewall between them, the RAS port needs to be opened for bidirectional communication. By default RAS chooses a random port for communication with SDK but within CMC you can configure it to use a specific port and open it.
    3. If the issue is specific only to reports that are long running, typically more than 10 minutes, then you need to inclease the CORBA timeout to a value more than what the reports typically would take to process. This is done on client code side or IIS in this case.
    Here are the steps:
    Make the following changes on the application server/system.
    Open RegEdit by going to Start > Run and typing in regedit.exe. Then click Ok.
    Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.5\Report Application Server\Client SDK\CorbaAdapter
    Change the value of SendRequestTimeout(ms) to 100000.
    Change the value of WaitReplyTimeout(ms) to 6,000,000 ms. The default value is 600,000 ms and may not be long enough.
    Restart IIS by going to Start > Run and typing in iisreset. Then click Ok.
    Retry the failing application.
    See note:  1296656
    This error should be easy to fix
    Edited by: Aasavari Bhave on Feb 2, 2012 11:20 AM

  • "This message has not been downloaded from the server" - Multiple devices all using Exchange Active Sync

    We are having this issue across multiple IOS devices ranging from IOS version 5.x up to the latest 6.1.2. Many (not all) emails sent to the devices are unreadable and simply state: "This message has not been downloaded from the server". Microsoft believes this to be some sort of bug with the IOS devices in the way they are handling the SSL encryption.
    Facts:
    - Devices are connected to an Exchange 2010 SP1 Rollup 6 via Active Sync (No POP3, IMAP or SMTP)
    - issue occurs on multiple IOS devices within the organization ranging from IOS 5.x up to the latest 6.1.2
    - Issue occurs on both external cellular data and internal wireless networks
    - Not all emails sent to the devices result in the error, but issue does tend to occur more frequently from certain senders/domains
    - Using the same user account on an android phone does not result in an issue (even when receiving the exactly same email that has been sent to the IOS devices)
    - Closing mail app / rebooting device does not resolve the issue
    - Doesn't appear to matter what the mesage format is (can be html, plaintext, etc)
    - Spent nearly 7 hours with Microsoft going through the Exchange server configuration and looking for possible causes. None have been found and all testing indicates things are setup correctly.
    - This is not a case of Issue 2.3 listed here: http://support.microsoft.com/kb/2563324 (verified by Microsoft Support)
    - If we disable SSL on the IOS device and connect via plain HTTP the messages are displayed correctly!
    - If we use a different SSL certificate, the issue still occurs - so not a problem with the original cert.
    Does anyone have any suggestions on what would cause this? Does the ISO devices have any sort of log that would indicate why it's reporting this error? The current error is pretty unhelpful.

    GFI Have a solution for this problem. It is to do with iOS implementation of reading the message headers when SPF compliance modifications are made by GFI.
    http://kb.gfi.com/articles/SkyNet_Article/Error-This-message-has-not-been-downlo aded-from-the-server-when-downloading-messages-to-an-iOS-device?retURL=%2Fapex%2 FSupportHome&popup=true

  • On my ipad mini, when I delete an email from the inbox (and it goes into Trash), it immediately deletes that email from the server (ATT/Yahoo).  I've called support for both ATT and Apple and can't find a way to have the emails remain on the server.

    On my iPad Mini, when I delete an email from the inbox (and it goes into Trash), it immediately deletes that email from the server (ATT/Yahoo).  I've called support for both ATT and Apple and can't find a way to have the emails remain on the server. 
    My husband and I share an email address and if he misses a day checking email on his notebook, he doesn't receive the items that I have sent to Trash on my iPad Mini.
    Appreciate suggestions.
    [The curious thing is, if I "move" the deleted emails from Trash on my iPad Mini into the Inbox, I can go to my notebook, open my online email and they are back in my ATT/Yahoo Inbox.]

    Is your Yahoo account set up as POP3 or IMAP?

  • I updated my iphone 4S with iOS 6.1.3 and now my e-mails say, "This message has not been downloaded from the server".  We have an Exchange server at work.  ??

    I updated my iphone 4S with iOS 6.1.3 and now I cannot retreive or send my e-mails.  We have an Exchange server at work.  I still receive the e-mails on all my devices just fine and I can see the subject headings & a small portion of the body of the e-mail, but when I open the e-mails there is no body and it reads, "This message has not been downloaded from the server".  Very aggrevating and is not helping my business at ALL!!  Same has happened with both iPads we own now. 

    Delete then add back the exchange acct on each device.

  • My daughter has downloaded free games from the App Store and I have been charged in excess of £200 and I don't know why has anyone had the same issue and if so how did you get your money back

    My daughter has downloaded free games from the App Store and I have been charged in excess of £200 and I don't know why has anyone had the same issue and if so how did you get your money back

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact
    To help avoid future transgressions set the Restrictions for In-App Purchases...
    Settings > General > Restrictions
    Understanding Restrictions  >  http://support.apple.com/kb/HT4213

  • HT204406 my itunes match has frozen 2 songs from the end of matching my music. what do i do to fix this?

    I have subscribed to itunes match and it checked all of my songs but has frozed 2 somge from the end of step 2 and won't move on to the next step. I don't know how to resolve this as I have tried stopping and starting it but it seems to freeze in the same place every time.

    *When I try to drag over the music, it won't let me. That's what I meant to say.

  • "This message has not been downloaded from the server"

    Hello, Ever since ive had an iPhone and have used Edge to open a resaonably sized email i usually get "This message has not been downloaded from the server". Im sure this has to do with the slow Edge network timing out. How do you correct this if there is no "Download Now" button. The only solution I have found was to force quit the Mail App (Hold Home button for 6 seconds) and go back in and pray that it downloads without timing out.

    There was a thread on this yesterday that stated that if there is more message it may take four to five minutes to download the entire message and/or attachments.
    One poster even said that it has taken him over 30 minutes in some cases.
    I have this same problem on some email and on others the entire email is downloaded, including any attachments. Since there is no communication put out by Apple regarding this anomaly, it is hard to say whether this a an Apple or provider, i.e., Google or Yahoo.

  • Request timed out because there has been no reply from the server

    Hi,
    I am using "Embedded report application server 11.5".
    When i am going to launch report with the help of above mentioned server i am getting "Request timed out because there has been no reply from the server for more than 600,000 milliseconds" error.I have already huge data for passed parameter
    Steps that i followed:
    1)I have set unlimited jobs in server.
    2)In registry entry i have set 10,00,000 miliseconds insted of 6,00,000 miliseconds.
    Can anybudy please provide me some solution for this.
    Regards
    Vishal

    See here if it's still an issue
    Re: which registry setting to change for long running reports

  • I downloaded some software and it has to be downloaded from the internet. DL complete and when I click on the pkg to install the software I get the following msg: The operation couldn't be completed. (com.apple.installer.pagecontroller error -1.)

    I downloaded some software and it has to be downloaded from the internet. DL complete and when I click on the pkg to install the software I get the following msg: The operation couldn’t be completed. (com.apple.installer.pagecontroller error -1.)
    Pls help.

    I bought HGTV home design software. It doesnt come w/ a installer disc, it gives you a link to dl the program. I did that and was left w/ a .mpkg file that I am unable to install do to the above msg.

  • Droid Ultra has suddenly stopped charging from the wall plug-in

    My Droid Ultra has suddenly stopped charging from the wall plug-in. I've tried every charger in the house. I've tried to plug it into a wall charger at work in case there may be an issue with my outlets at home, but it won't charge from a wall plug-in from any location. However it will chage if I plug it into the computer or my portable battery charger. Any ideas why it won't charge from a wall plug-in and how I may fix it?

        Let's get your phone charged, chaseperil! You stated that you have tried every charger in your home. Have you tried the whole charger or just the cable? We want to make it is not the plug part of the charger. Are you using the charger that came in the box?
    RobinD_VZW
    Follow us on twitter @VZWSupport

Maybe you are looking for

  • How to upload to Azure Media Services when using HTML5 with Web API

    I keep finding examples demonstrating how to upload video to Azure Media Services through a console application.  I am developing an application using HTML5 with angularjs and web api, but am having trouble finding an example for uploading when you a

  • Looking to change my PC tower for a Mac Mini.

    My current PC has four user accounts on it, will the migrate program bring over over all the use's and their associated files and settings? I also intend to replace my router should I do this before using the migrate program or after

  • Webservice... Binding Style: Document

    Hi, I am trying to create a web service with Document literal binding. This is what i am using.. <cfcomponent>   <cffunction name="listBooks"     access="remote"     returntype="xml"     output="yes" style = "document"> But every time when i review t

  • Trouble with Windows 8

    I tried to post this before but there was an error. I hope I am not repeating myself. I recently purchased a new desktop with windows 8. When I edit a photo every few click of my mouse or touches of my pen tab, cause the image itself to black out as

  • Can I send email invitations to local users instead of push notifications?

    I see in the documentation that "Attendees can be invited to events via email if they don't have an iCal Server account."  Is there a way to send email invitations to local users instead of push notifications?  The server would be migrating from Exch