Workflow giving "Suspended" Error on Calculated Columns- Sending Reminder Emails on List Due Date

I have created a list that has our reporting due dates plus calculated columns for 5 and 10 day reminders.
Example:
Due Date: 3/7/2014 1:00 PM
5 Day Reminder (Calculated Column= [Due Date] – 5): 3/2/2014 1:00 PM
10 Day Reminder (Calculated Column= [Due Date] -10): 2/25/2014 1:00 PM
As you can see in the list, it calculates the (5 and 10 day) reminder dates correctly in the list… 
However, what I am wanting to happen is to build a workflow that will automatically trigger and send these reminder emails.
In SP 2013 Designer, I have my conditions set as: 
I can go in on the list and set the workflow but once the due date/time comes up… The status changes from "Started" to "Suspended"-- I never receive a reminder email and I get the following error:
"RequestorId: ff5dac1d-ccee-ba1b-0000-000000000000. Details: RequestorId: ff5dac1d-ccee-ba1b-0000-000000000000. Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.ApplicationException: HTTP
500 {"error":{"code":"-1, System.FormatException","message":{"lang":"en-US","value":"String was not recognized as a valid DateTime."}}} {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["0"],"SPClientServiceRequestDuration":["33"],"SPRequestGuid":["ff5dac1d-ccee-ba1b-8934-5a9d0c69d3c4"],"request-id":["ff5dac1d-ccee-ba1b-8934-5a9d0c69d3c4"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"MicrosoftSharePointTeamServices":["15.0.0.4420"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
RequireReadOnly"],"Cache-Control":["max-age=0, private"],"Date":["Tue, 25 Feb 2014 18:49:09 GMT"],"Server":["Microsoft-IIS\/8.0"],"X-AspNet-Version":["4.0.30319"],"X-Powered-By":["ASP.NET"]}
at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor
executor, BookmarkManager bookmarkManager, Location resultLocation)"
The string I have set up within SP Designer for the dates is:
If Current Item:Due Date
equals Today
If Current Item:5 Day Reminder
equals
Today
If Current Item:10 Day Reminder
equals
Today
Any ideas as to what I am missing?
Thank you in advance!
Amanda

Hi,
To start the workflow, we have three options:
If you select the “start the workflow automatically when an item is created” or “start the workflow automatically when an item is changed”, the workflow can be started automatically.
If you don’t, your workflow will never run, and therefore never wait till the date specified.
The “Pause Until Date” action causes a workflow to pause executing until a specified date and time.
If current day is equal to the specified date, it will execute the next step.
More information:
Workflow actions quick reference (SharePoint 2013 Workflow platform)
http://msdn.microsoft.com/en-us/library/jj164026.aspx
Best Regards,
Linda Li
Linda Li
TechNet Community Support

Similar Messages

  • Help with calculated column formula- combine strings and convert to date

    In my list (SharePoint Server 2013) I have:
    'Invoiced Month' column, type of choice (strings with names of months- January, February, March..., December)
    'Year' column, single line of text (e.g. 2012, 2013, 2014)
    1. I need to create a calculated column which will return combined value of the columns above, but in DATE format e.g. 'Sep-2013' or '01-Sep-2013'.
    I then use that newly created calculated column to do this: http://iwillsharemypoint.blogspot.in/2012/03/sharepoint-list-view-of-current-month.html
    I am rubbish with formulas, can I have some help with my problem please?

    Hi,
    Use the formula, I have tested by creating Months column with choice, Year column as numeric and Calculated column as DateTime returned.
    =DATE(Year,IF([Months]="January", 1,IF([Months]="February",2,IF([Months]="March",3,IF([Months]="April",4,IF([Months]="May",5,IF([Months]="June",6,IF([Months]="July",7,IF([Months]="August",8,IF([Months]="September",9,IF([Months]="October",10,IF([Months]="November",11,12))))))))))),1)
    Before applying the formula few things need to be noted.
    DATE(YEAR, MONTH,DAY) will accepts three parameters all should be type numeric(integer).
    Create the Year column of type numeric
    Create the calculated column of type "DateTime" to return as date
    Please mark it answered, if your problem resolved or helpful.

  • I'm looking for a scheduling app that will send reminder emails to clients

    I'm looking for an iPad appointment app that will send reminder emails to clients & synch with my iMac. Suggestions?

    Voicemail is through your carrier and on their equipment.
    It's function and features is set by them, not your phone.

  • Workflow Ends in Error " No auth to send IDocs with message type ORDRSP"

    Hello All,
    I have created an RFC user with limited Authoprizations including WE* tciodes and a few ME* transactons for an ALE Set up. I want to make sure i would not be giving more authorizations (extensive) to this RFC user and assign Just required authorizations. So i started testing testing and the inbound IDOC ended in error with a message " No auth to send IDocs with message type ORDRSP" Message no. SR053. Is there any way to find out what is the missing authorization object for the User. Any inputs would be really apprecaited.
    Br,
    Sri

    Hi !
    Becaus alle this happens in beckgound, things are a bit difficult but solvable....
    What you should do is a "Authority trace" ... as follows....:
      - Go to the ST01
      - Mark "Authorisation Check"
      - Swich the trace on for your Workflow user
      - Execute the Workflow until the error uccurs
      - Go back to the ST01
      - Press the "Analyze" button and see what error occurs
    Dont forget to swicht the trace off... otherwise the tracefiles become realle BIG !
    Regards
    rainer
    Some Reward poins would be nice if that helped....

  • Error in Calculated Column (using Today) in DataSheet View

    I  have a calculated column which display's the value based on the difference between today and requested date field.
    =Today-[Requested Date]
    This is working fine in SharePoint Standard View. But the same is not working with the datasheet view . The calculated column is showing as below
    =#NAME?-[Requested Date].
    Due to this i am not able to save the data. Can anyone please let me know how to solve this ?

    Hi,
    First I have used today() function to calculate difference between 2 days except working days. The list is not automatically updating. If we change the Start_Date, then it calculates and gives the value. Can you suggrest me why this happens?
    You have metioned in your post that there is some tricks in using today() function. I have created seperate Today_Date column in my list. And Used the same column name in finding difference between 2 days. Here also the same problem exists.
    The formula I used is, =IF(AND((WEEKDAY([Today Date],2))<(WEEKDAY([Release Date],2)),((WEEKDAY([Release Date],2))-(WEEKDAY([Today Date],2)))>1),(((DATEDIF([Release Date],[Today Date],"D")+1))-(FLOOR((DATEDIF([Release Date],[Today
    Date],"D")+1)/7,1)*2)-2),(((DATEDIF([Release Date],[Today Date],"D")+1))-(FLOOR((DATEDIF([Release Date],[Today Date],"D")+1)/7,1)*2)))
    please suggest me how to get Difference between 2 date  values get automatically updated everytime, when i open the list.
    Abi Nachammai

  • Error 1172 occurred when sending smtp email via labview

    I found these two useful vi example to send smtp email using Labview:
    http://decibel.ni.com/content/docs/DOC-7451
    http://decibel.ni.com/content/docs/DOC-2401
    However, I got error 1172 saying "No connection could be made because the target machine actively refused it 74.125.91.109:587". I'm using gmail to send emails and pretty sure that all the settings in the VI are correct. According to http://mail.google.com/support/bin/answer.py?answer=13287, I tried both 587 and 465 as the port, and nothing would help. 587 will give the 1172 error and 465 will hang the vi for a while after stopping it. This 1172 error is unlikely due to the suggestion from the 2nd link, "Note: If you receive Error -1172 with this example, try logging into the Gmail account with your browser.  This error can occur with Gmail accounts that have been inactive for a period of time.  You must log in with a browser and verify CAPTCHA text to reactivate the account." because the error kept on even when I login to my gmail account.
    I got myself a solution from http://stackoverflow.com/questions/2737823/unable-to-send-smtp-mail-with-net-network-issue, which says to turn off the antivirus software. I turned off McAfee on my PC and it did work. Now, I'm able to send email, even when I log out my account. However, I'm not happy since I have to keep my antivirus off. My question is, is there any way to walk around this issue? i.e. being able to send email with antivirus on?
    My 2nd question: how to send message to multiple recipients? The string array to the "recipient" does not work, and the form of "[email protected];[email protected]" does not work neither. Do I have to create multiple property nodes for the recipients or better way to do it?
    Many thanks 
    Message Edited by holyna on 06-14-2010 11:34 PM

    Hi Bhuvanesh,
    I noticed that the original thread here hasn't been updated in over a year. In the future, it will be helpful if you begin a new topic for your issue.
    I will first address your second question concerning sending SMS messages using LabVIEW. The only way LabVIEW can send an SMS text message is by passing an e-mail to the appropriate SMS gateway service. This gateway will vary by cellular provider. You will need to obtain the SMS gateway service information for each carrier you wish to push text messages to. 
    As far as the error you are receiving, we will need more information in order to narrow down your problem. What is the exact error message you're receiving? Are you receiving "1172: No connection..." or some other variation? A screen capture of your code would also be very useful.
    Regards,
    Andy C.
    Applications Engineering
    National Instruments

  • Workflow changes - send reminder email on X - 1 days ...  based on Molga

    Hello Everyone,
           I new to workflow and I came across a workflow scenario where I am confuse, that what should I do in order to make it work. Luckily we are running only one workflow in the system which is time off request, We copied standard workflow class u201CCL_PT_REQ_WF_ATTRIBSu201D to Z version and introduced some new method to send email to employees managers as well as employee and HR .
    We also have something called workflow item cancel thing . Lets say if workflow is not approved by manger within X bossiness days it got cancel and employee has to submit the new time off request again. After doing a little bit research I came to know that there is standard job which checks and calculate the X days thing. Work flow is running fine from last 1 year.
    Last week, we been asked to create reminder from X-1 day and sends to employee manager saying u201C This is a reminder and one day is left u201C  .
       I wanted to know how I can achieve that, I have to filter the employee by reading employeeu2019s molga as we want to do it for specific countries  then I have to read employee manager which I can do using different FM and then I have to send email to employee's manager .
    Like I said It should happen BEFORE x-1 business days when employee submits the time off u2026   
    Here what I am thinking , I  can read table u201CSWWWIHEADu201D  with field WI_TYPE = u2018Wu2019 .  and  pass work_id to FM " SWW_WI_CONTAINER_READ "  and read the container like the  INCLUDE  MWS20000081HO01
      CALL FUNCTION 'SWW_WI_CONTAINER_READ'
             EXPORTING
                  wi_id                    = wi_id
                READ_FOR_UPDATE          = ' '                         *
             TABLES
                  wi_container             = wi_container
             EXCEPTIONS
                  container_does_not_exist =  1      "message from function
                  others                   = 99.
        IF SY-SUBRC = 0.
          SWC_GET_ELEMENT WI_CONTAINER 'ACTUALSTATE' ACTUALSTATE130100.
        ELSE.
          CLEAR ACTUALSTATE130100.
        ENDIF.
        IF ACTUALSTATE130100 = 'N'.
          CALL TRANSACTION 'WS20000081M'.
          LEAVE PROGRAM.
        ENDIF.
    From container I can read employee number and approver . Get molga via  pernr and can filter the employee ..who ever submits the request system date u2013 4 .. I can send out the reminder email u2026
    Is there any other way around or any other efficient way of doing that u2026 I hope  you understand this thing is conditional u2026 As far as I am concern I new to workflow so please bear with me ..
    Waiting
    Khan
    FYI- I have gone through several post which task about deadlines monitoring Etc .. using fork & wait blah blah .. but It didnu2019t get any clue where to start and how to start u2026

    Mike,
            I think I am following you so for .. so here what I did ... I opened the "approve process" and slap in the same refer date/time in "Requested end date " with variables "&WFDATA.DEADLINEDATE&" "&WFDATA.DEADLINETIME&"  with 1- DAY . I didnu2019t find this what it says in help " It is possible to specify a negative time interval. Negative time   intervals should only be used in connection with an expression as a   reference date/time. You then have the option of "backward deadlines"
    Any way after that I changed action to "modeled" and say "outcome "reminder from UK " .
    it creates a node with clock sign , now like you said , I can do many  things here .. and I really need to do something for example , I need to check the employee if he/she is from UK , after that reads his/her manager and send an email to mangeru2019s outbox . UK gave us an email format which I have created in t-code SE60 - with Document Class "Dialog Text".
    How to proceed further. Thanks for baby sitting me.
    What I am thinking , I need to create a new activity as well as new method in my Zclass, in which I will check employee Molga  i.e. U.K and I have to send out email based on my email text which I have created in SE61.
    Iu2019m able to write code in existing method , being on the safe side I copied the existing workflow and made changes in to it . Now it comes to debugging part , Iu2019m able to find posts on SDN talks about workflow debugging . When I am entering time off request from ESS , and it is not stopping at external breakpoint , Also when I am looking at "PTARQ"  to see submit WF items . It is showing me the old task "w90000012" which is original one and I copied it and my task is "w90000022" . What I have to do  so when I submit time off request via ESS it calls my task . I created Task in PFTC . But nothing is happening . Please let me know what I am missing ..
    I found the table for ESS  leave request and able to see my task  , Table name is "u2022     V_T554S_WEB"
    But still waiting for answers the of above questions ...
    Edited by: Saquib Khan on May 27, 2008 9:36 AM

  • Error when trying to send an email

    Hi,
    Whenever i try to send an email using SMTPin my application i get the following error message :
    javax.mail.SendFailedException: Sending failed; nested exception is: javax.mail.MessagingException: Unknown SMTP host: mail.webahn.com; nested exception is: java.net.UnknownHostException: mail.webahn.com
    Please could you help me solve this problem or give me a suitable suggestion as to why I get this message.

    I gueess your client application is behind the firewall. You need to specify proxy host and proxy port.
    java -Dhttp.proxyHost=... -Dhttp.proxyPort=....

  • Sync error every time I send an email

    Dear all,
    I'm having the following problem:
    Everytime I send an email via outlook 2010 (incl. SP1) the following sync error shows up every time:
    Synchronizer Version 14.0.6109
    Synchronizing Mailbox '...'
    Synchronizing local changes in folder 'Drafts'
    Uploading to server '...'
    Synchronization of some deletions failed.
                [0-130]
                1 item(s) deleted in online folder
    Done
    The email got send out but everytime the sync error shows up after some seconds.
    This also happens when I emty the recycle bin; the message is the same but then the folder is 'recycle bin'.
    I've tried to connect without cache mode (so directly online) and then it doesn't happen.
    Also I've tried removing all the .ost files, creating the whole cache files again but it still happens.
    I've to seperate computers and they both have the same error.
    My email server setup is Exchange 2010 incl. SP2 with hosting switch.
    Does anybody have any suggestion about this matter?
    Kind regards,
    Robert

    Hi Robert,
    Sync Logs are generated when the item is already moved / deleted or Exchange cannot complete the requests. When Outlook gets any of these two return values from Exchange, it generates a log. These logs are just for informative purposes and can be safely
    ignored. These logs are only generated when Outlook is running in the Cached Exchange Mode. In-order to avoid any such logs you can have Outlook running in the Online Mode.
    The Exchange team is aware of this issue and are planning to fix in the next version of Exchange.
    If needed you can open a Ticket with Exchange Professional Support and we will take a look at the logs.
    Related Articles:
           Synchronization error folders:
    http://office.microsoft.com/en-us/outlook-help/synchronization-error-folders-HP001040042.aspx
           Sync Issues folder for Outlook 2010:
    http://support.microsoft.com/kb/2606009/en-us
    Best Regards,
    Syed Fayaz [MSFT]

  • FINT interest calculation on cust overdue items from net due date required

    Hi.
    I am running FINT option i am running interest calculation from net due date onwards whereas the system is calculating the interest from Next date of due date.
    For example: Customer invoice is raised on 01.01.2011 and Net due date is 01.01.2011. I gave the option in the interest calculation - SPRO - FINANCIAL ACCOUNTING(NEW) - ACCOUNTS RECEIVABLE AND ACCOUNTS PAYABLE - BUSINESS TRANSACTIONS - INTEREST CALCULATION - PREPARE ITEM INTEREST CALCULATION, Ref date as as 1 - Value date (Baseline date from Net Payment).
    Still the system is calculating the interest from 02.01.2011 instead of from 01.01.2011.
    Can anyone help me in this regard.
    Regards,
    Padmavathi

    Hi,
    We can calculate interest on items cleared with in the calculation period.
    When you are calculating interest on open items, system will check open items as on the Calculation Date.
    But if you want to calculate Interest on items cleared with in the calculation period., you have to check Calculate Interest on Cleared Items also.
    For Instance: If you are calculating Interest on 31st July for the period of 01.07.2009 to 31.07.2009, in this case
    some open items are already cleared with in this calculation period, even though you have to calcuate interest for those cleared items for that many days. System will calculate interest for that many days.
    Try with this option, still if you need any help please let me know.
    Thanks
    Chandra

  • Workflow giving 'unknown error' while executing  in swdd in production

    Hi Experts,
    I had workflow working fine in dev and qa . But its not working in production .
    I tried to execute the workflow directly through swdd.
    It is telling 'Workflow cannot be activated' after executing .
    When i tried to display the workflow log it says Unknown err(v1)
    Kindly guide me in proceeding further .

    This is waht i get ...i acnt get a clue from this .
       Execution of programs after import (XPRA)
       Transport request   : ND1K905351
       System              : NP1
       tp path             : tp
       Version and release: 372.04.04 700
       Post-import methods for change/transport request: ND1K905351
          on the application server: PROD
       Post-import method RH_ACTIVATE_WFOBJECT_AFTER_IMP started for PDWS L, date and time: 20090225145727
       Object requested is currently locked by user NC02
       Errors occurred during post-handling RH_ACTIVATE_WFOBJECT_AFTER_IMP for PDWS L
       RH_ACTIVATE_WFOBJECT_AFTER_IMP belongs to package SP00
       The errors affect the following components:
          BC-BMT-OM (Organizational Management)
       Post-import method RH_ACTIVATE_WFOBJECT_AFTER_IMP completed for PDWS L, date and time: 20090225145732
       Post-import methods of change/transport request ND1K905351 completed
            Start of subsequent processing ... 20090225145727
            End of subsequent processing... 20090225145732
       Execute reports for change/transport request: ND1K905351
          on the application server: PROD
       Reports for change/transport request ND1K905351 have been executed
            Start of................ 20090225145732
            End of.................. 20090225145732

  • Scripting Error for Calculating Columns

    Hello,
    I have created a table in which I need to sum the rows and columns.  The script is working for each row, but it is not for each column.  I've looked through this forum and found several examples that should work for me but I'm still receiving an error; accessor ... is unknown (where... is the path).  I would appreciate any assistance.

    Well,
    as I said, the reference is wrong.
    In your form, there is no row named "Row", but 4 rows named individually "Row1", "Row2" etc.
    The script you use looks for all instances of a object named "Row"m this means Row[0], Row[1], Row[2] and so on..
    So just rename all the 4 rows into "Row" and your script will work.

  • Workflow giving unknown error in production

    Hi Experts,
    I had workflow working fine in dev and qa . But its not working in production .
    I tried to execute the workflow directly through swdd.
    It is telling 'Workflow cannot be activated' after executing .
    When i tried to display the workflow log it says Unknown err(v1)
    Kindly guide me in proceeding further .

    Hi Martina,
    I understand your problem.
    Ok, while transporting make sure you transport first the workbench requests and then the Customizing requests.
    Follow the procedure as below:
    1. Go to t-code SCC1 in prod.
    2. Select the transport request number and enter the source system as quality system (client)
    3. Click on 'Including Request Subtasks.
    4. Click on button 'Start immediately'
    Do make sure before transporting that the TR includes all the tasks required for execution of the workflow.
    After the TRs are transported go to SWDD and check if the workflow is in 'Active, Saved' status.
    Regards,
    Saumya

  • Workflow shows red errors on recipients for all the email steps

    I have 3 email steps in my list workflow
    created in SPD
    When I click the "Check for Errors", all my
    recipients show red with * surrounding them.
    I made sure I have outgoing email set in central admin.
    What can the problem be?
    I can’t publish like that.
    Ofer Gal

    The first email step one I used the picker to select the “Legal team” which is a SharePoint group in my site collection.
    The second I used the picker to select the Current Item:Created By
    The third is the same.
    I assume my problem is because I do not have profile service running and SharePoint has no way to get email address for the users.
    What I don’t understand is why there is nothing that will show me what the problem is.
    Ofer Gal

  • Send test e-mail message: An unknown error occurred, error code: 0x80004005 when send outgoing email. used to work fine.

    Can anyone help with this? Have tried reinstalling iCloud. Just happened suddenly after working fine on PC with Outlook 2013.

    Some people have fixed this by changing the outgoing SMTP server to p06-smtp.mail.me.com.  You could give it a try and see if it would work for you.

Maybe you are looking for

  • I need Help what is wrong with my code?

    Hi, well I am doing a class and a driver for a sphere. I need to compute the volume and surface area of the sphere I have the formula but when I run the program I don't get a result for neither. I would like to know what am I doing wrong? Here is my

  • I rented 5 movies from iTunes. 3 worked, and 2 do not.  What gives?

    I haven't made any changes to this device. I've tried resetting the device settings and restarting the iPad. No dice. It just gives me this error: "This movie could not be played." I had to spend a cross country flight and a long bus ride without ent

  • Develop view stretching

    Suddenly in 2.6rc, in the Develop module, all my vertical shots are stretched into landscape. I cannot find a setting anywhere that will fix this. Help! * Edited * (i originally said "loupe view" which was incorrect)

  • Trying to make this rule work

    I have an IMAP server so I want Apple Mail to move any email that has all of the following: a) the email has been read b) it is older than 10 days c) it currently is in the inbox called "avenue B" And then I want these emails to go to a specified fol

  • STILL no ExpressCard support in 3.1

    Yep - Unless I have missed something - there is STILL no ExpressCard support in release 3.1. Begs the question - what has been done to it since 3.0?