Hi there!
we had quite a funny period while being hit by a bug in System Center Orchestrator 2012 R2. What happened is that basically after installing UR14, we faced several issues with “Query Database” activity like multiple orphaned runbook instances, or that the configuration values of the activity got vanished upon Check-in.
Huh, after few days of no luck, and opening a case with MS, we were provided with a hotfix. We ran following SQL query against an Orchestrator DB:
ALTER TABLE dbo.TASK_QUERYDATABASE Add CONSTRAINT DF_TASK_QUERYDATABASE_InitialCatalog DEFAULT '' FOR InitialCatalog
This actually fixed the bug, but you need to make sure that any runbooks you created after patching and before this fix are updated.
Let me know if it worked for you.
Cheers,
Robot(ICT) guy