Thursday 7 November 2013

SQL Server 2012 installation error "'ExecuteWorkflowAction' is not valid for the WorkflowIdentity element"

While installing SQL server 2012 we get the error :

"The action type 'ExecuteWorkflowAction' is not valid for the WorkflowIdentity element. The only valid action type is ExecuteWorkflowAction"

This is caused because setup file is unable to execute certain workflow identity stored under the installation files. 
Simple and best workaround to solve this issue is to extract the installation files and run the setup file. You will not get this error again and installation will be completed without problem.

No comments:

Post a Comment