Friday, September 30, 2011

The workflow template has specified no FormURN for this page

I created a workflow in SharePoint Designer 2010 which works in the development environment but not in the staging environment. I get the following error when trying to access the first task that gets created by the workflow. A similar error gets inserted into the logs as well


Most of the forums and blogs I came across when troubleshooting this issue referred to workflows created in SharePoint Designer and then imported into Visual Studio before deploying. They refer to removing the lines containing the  AssociationUrl, InstatiationUrl and ModificationUrl. 
I did not have any of these lines in my xml files so obviously that was not my issue.

On further troubleshooting I noticed some conflict between the existing content types (from a previous version of the workflow) and the new content types being created.
As a workaround to this issue, when adding the workflow I selected a new Task list instead of using the default task list.
I now no longer received the above error and the workflow is working correctly.

I will continue investigating the issue regarding the conflicting content types. I will update this blog once I know more but for now I have a working workflow.

Thursday, September 15, 2011

Convert SSIS 2008 package to 2005 package

Do not waste your time trying to convert a SSIS 2008 package to 2005.
Redo the package using SSIS 2005.