Select the product you need help with
Triggered Runbook never completes in System Center 2012 OrchestratorArticle ID: 2805832 - View products that this article applies to. SymptomsA Runbook uses the ‘invoke method’ to trigger a child Runbook. The triggered Runbook never finishes and in the policy module log the process shows as terminated. <MsgCode>_com_error</MsgCode> <Params> <Param>Unspecified error</Param> <Param></Param> <Param>-2147467259</Param> </Params> </Exception></Prev> </Exception></Prev> </Exception> 2012-07-31 16:49:05 [4816] 1 Process terminated: exception caught. CauseThis can occur if disallow results from triggers is enabled on the SQL Server. ResolutionTo resolve this issue, change the disallow results from triggers value to ‘0’. First run following SQL statements in SQL Management Studio to verify the current setting: USE master XEC sp_configure 'show advanced option',1 RECONFIGURE XEC sp_configure If the value is ‘1’, change the setting to ‘0’ by running the following: EXEC sp_configure 'disallow results from triggers',0 RECONFIGURE More informationThis issue has been corrected in System Center 2012 Orchestrator Service Pack 1 (SP1). Note that this feature will be removed in the next version of SQL server and that the recommended setting for this value is ‘1’: http://msdn.microsoft.com/en-us/library/ms186337.aspx
(http://msdn.microsoft.com/en-us/library/ms186337.aspx)
Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use
(http://go.microsoft.com/fwlink/?LinkId=151500)
for other considerations.Properties |


Back to the top








