Why am I getting the error "Coercion Failed: Input cannot be null for this coercion"?

I created a OOTB team site, with a OOTB document library and an OOTB "Approval - SharePoint 2010" workflow.  Under the workflow's start options I have "Allow this workflow to be manually..." checked.  On the next workflow setup page, I put
myself in the Assign To field and put "test" in the Request field.  I left everything else blank. 
Then, I setup a retention stage in the Information Management Policy settings for the library.  The event is Modified + 1 days, action is Start a workflow and I selected the workflow described above.  I set the Recurrence for 1 days.
If I execute the workflow manually, it executes without error. 
When the IMP executes the workflow, the status indicated in the column added to the library is "Canceled".  Clicking on the Canceled link opens the Workflow Information.  In the Workflow History section the Event Type is Error, User ID is System
Account and Description is "Coercion Failed: Input cannot be null for this coercion". 
Research shows that this error can be invoked when creating custom workflows that contain empty input fields when executed.  I would think that if there were required input fields in the workflow
configuration, that the workflow would error when manually executed. 
Any help is appreciated.  Thank you.
Matt H.

I had found that article previously but it doesn't seem to apply since this is OOTB and not a workflow created in SD.  I would expect that MS would have created the workflow in such a manner that it would work with IMP.  Besides, I don't think
it's possible to edit the default Approvers workflow.  Also, I'm sure I'm not the first one out there to use the Approvers workflow with IMP.  If it was broken OOTB, someone else would have discovered it.  My guess is that there is something
not configured correctly on the server, but I don't know how to start to diagnose it based on this error message.Matt H.

Similar Messages

  • Fifrefox 17.0.1 and MAC OSX 10.8.2 I keep getting the error message "adobe reader cannot show documents in this Browser." How do I fix this?

    Ever since I updated to Mountain Lion, I have not been able to access PDF file using Adobe Reader or view streamed video using Adobe Flash Player. How can I get FireFox to work with Adobe on my MAC 10.8.2 OS?

    Disable the Adobe Reader plugin in Firefox (Tools > Add-ons > Plugins) and use the external Adobe Reader application or Preview application instead.
    *Firefox > Preferences > Applications > Adobe PDF document : Use Adobe Reader
    PDF files may also be found under another entry like Portable document.
    * https://support.mozilla.org/kb/pdf-files-are-blank-and-cant-be-downloaded-mac
    * https://support.mozilla.org/kb/Opening+PDF+files+within+Firefox

  • I get the error "itunes library file cannot be saved. An unknown error occurred (-50)."

    I recently installed iTunes on a new laptop with Windows 7.  Why do I get the error "iTunes library file cannot be saved. An unknown error occurred (-50)?"

    Have been able to resolve this issue?... I have just exeperienced it and not happy that I can't resolve it.

  • I'm trying to load my newspaper and I keep getting the error message Failed to Load Kiosk, I've done a restore but no joy - any ideas?

    I keep getting the error message Failed to load kiosk when trying to upload my copy of the Times, I have done a restore but that hasn't worked - any ideas how to get the kiosk back and functioning again? All software is up to date.
    many thanks

    Hello, anabelleho. 
    Thank you for visiting Apple Support Communities.
    Here is a troubleshooting article that I would recommend going through when experiencing this issue.
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    Cheers,
    Jason H.

  • Why do I get the error message: "The file "iTunes Library" cannot be read because it was created by a newer version of iTune." I am using iTunes9.1.1 which, I believe, is the highest for OS 10.4.11 ?

    Why do I get the error message: "The file "iTunes Library" cannot be read because it was created by a newer version of iTune." I am using iTunes9.1.1 which, I believe, is the highest for OS 10.4.11 ?

    Hello,
    Did you reinstall lately?
    My 10.4.11 Drive seemes to have iTunes 7.6.2 on it, have you tried Software update to see if iTunes is listed?
    Another 10.4.11 drive has iTunes 6.05 on it... I hate upgrading iTunes, seems worse at every upgrade.
    The 10.5.8 drive I'm booted from now has iTunes 8.02 on it.

  • Why do I get the error message "iTunes Match could not download because disconnected from network?  I'm connected to the internet during that time with Safari so am I not connected to the network?

    Why do I get the error message "iTunes Match could not be updated because you were disconnected from the network during processing."  I'm on the internet during all of this.  What disconnect is the message referring to?  Itunes is frozen now.  I keep clicking OK but it just comes back with no action.

    Hello FredJay,
    Thank you for contacting Apple Support Communities.
    iTunes Match needs a network connection to work, either Wi-Fi, cellular or wired. See the following:
    Make sure you have an active Internet connection
    Be sure your computer or device has an active Internet connection by loading a webpage using Safari or another web browser.
    On an iOS device with cellular support, if you are not on a Wi-Fi network, try enabling 3G cellular data1 for iTunes Match.
    For iOS 6, tap Settings > iTunes & App Stores > Use Cellular Data > On
    For iOS 5.1.1 or earlier, tap Settings > iTunes & App Store > Use Cellular Data > On
    1Fees may be associated with downloading over cellular networks; contact your wireless carrier for details.
    From:
    iTunes Store: Troubleshooting iTunes Match
    http://support.apple.com/kb/TS4054
    Regards,
    Jeff D.

  • Getting the error "Authentication failed."

    Hi,
    I am getting the error +"Authentication failed. If problem persists, please contact the system administrator"+ while login to OEM12c grid console as sysman user.
    I thought it was sysman password related and set the new password at DB level and OMS level too.
    Changed the SYSMAN user password at DB level as: alter user sysman identified by qmpzla102;
    Changed the SYSMAN user password at Grid level (OMS level) as: emctl config oms -store_repos_details -repos_host ushdc8951.us.deloitte.com -repos_port 1521 -repos_sid OER -repos_user SYSMAN -repos_pwd qmpzla102
    Though I am getting the same error while login to the OEM console.
    Please help me in getting the solution.
    Thanks,
    Mahipal

    Similar thread
    Error while login to 12c R2 OEM grid

  • Why I always get the error(ORA-00600)?

    Why I always get the error(ORA-00600)?
    My database Oracle 9.2.0.1.0 I installed Oracle Jdeveloper 9i on my computer.
    OS:windows2000
    My program:
    Class.forName("oracle.jdbc.driver.OracleDriver");
    con =java.sql.DriverManager.getConnection("jdbc:oracle:thin:@server:1521:db","developer","12345");
    java.sql.Statement stmt=con.createStatement();
    java.sql.ResultSet rs=stmt.executeQuery("select task_title from task");
    while (rs.next()){              
         //getInformation
         String fjbh=rs.getString("task_title");
    If I use this in a common java program(like MyParser.java). It will work well:
    D:\JavaApp> java MyParser
    but If I put the code into a JSP file . It will not work.I tried several times.
    I find that the statment:
         java.sql.ResultSet rs=stmt.executeQuery("select task_title from task");
    will throw the exception.It seemd that I can connect to the database ,
    but can not execute some sql statment.
    If I execute this sql statment:
         select sysdate from dual ;
         or
         select task_ID from task ; --task_id is a column with the type NUMBER(10)
    it will work.
    but if I execute :
         select Task_Title from task where task_id=1; --Task_Title is a column with the type VARCHAR(50)
         or
         select t.task_text.getCLOBVal() task_Text from task t where task_ID=1;
                   --task_text is a column with the type XMLTYPE, I use this column save XMLFile.
    it will not work.
    the detail error information as follow:
    java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], []

    It is a database bug (an ORA-0600 almost always is). In this case it is bug# 1725012. You can see the details from MetaLink. There are some patches (by platform) available you should see which may apply to you.

  • Why am I getting the error message disallowed key characters in Safari on my mac?

    Why am I getting the error message dissallowed key characters while browsing the web on my mac?

    As there have been no further responses to this thread, I've finally marked Google Chrome as my default browser on both computers.

  • Why do i get an error 8003 when trying to download apps for my IPAD?

    why do i get an error 8003 when trying to download apps for my IPAD?

    There's some advice on that one in the "Error -50," "-5000," "8003," "8008," or "-42023" section of the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

  • Hello Vivek here, i was trying to download apps from itunes and i could get the error message as itunes currently not available for past 2 days

    Hello Vivek here, i was trying to download apps from itunes and i could get the error message as itunes currently not available for past 2 days, is there any problem ideally or, please leave a reply
    <Email Edited By Host>

    Hi vivekanandanganesan,
    Thanks for using Apple Support Communities.  This article has some steps you can try if you are unable to connect to the iTunes Store:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Cheers,
    - Ari

  • I just bought a iphone 3gs from my friend. when he gave it to me it was in recovery mode. Now everytime i try to Restore it i get the error 1603. is there any way to fix this ? please help !

    I just bought a iphone 3gs from my friend. when he gave it to me it was in recovery mode. Now everytime i try to Restore it i get the error 1603. is there any way to fix this ? please help !

    iOS: Unable to update or restore
    Are you sure your friend didn't jailbreak it?
    If so, save yourself a lot of time and trouble - throw it in the trash.

  • I have installed HP2035n. But when i try to open the embedded web server, i get the error "Firefox doesn't know how to open this address, because the protocol (fe80) isn't associated with any program." What is the possible solution?

    I have installed HP2035n. But when i try to open the embedded web server, i get the error "Firefox doesn't know how to open this address, because the protocol (fe80) isn't associated with any program." What is the possible solution?
    I typed in the IPv6 address of the printer in the address feild of firefox.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • When I attempt to start my CyberLink YouCam, I get the error message that it cannot find a webcam

    When I attempt to start my CyberLink YouCam, I get the error message that it cannot find a webcam or that I need to make sure my webcam is turned on.  I see nothing in my documentation about how to turn on the webcam which is included with my laptop.  How can I successfully turn it on and use the CyberLink YouCam?
    HP Pavilion dv7-6b63us
    Window 7 64-bit

    Hi
    Testing a Webcam Using YouCam
    Testing a Webcam Using QuickPlay
    Testing a Webcam using Your Favorite Instant Messenger
    Click start in search type Recovery Manager then click on it select Yes on User access control then select I need immediate help then select Driver & application recovery select the Webcam driver and install it then restart the unit.
    Fixing Webcam Problems in Windows
    Incase you have the same issue please contact HP Technical support and get the Webcam replaced.
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • I have a problem openning my Itune home, I'm getting unknown error 0x80090308, any body has a solution for this problem

    I have a problem openning my Itune home, I'm getting unknown error 0x80090308, any body has a solution for this problem

    hi marco
    I found the problem. Do you have other wi-fi (w-lan) like repeater or tv-transmitter or d-link etc. if yes, please disconnect them once and try again after restarting the time-capsule resp. change the channel if you can to another one. then it should work again.
    @ home i have a tv-transmitter via wi-fi and indeed, i changed the channel from 1 to 6 or something like that, then the iphone worked again.

Maybe you are looking for