we have new installations of scsm 2012 and scorch 2012. SSP is setup in scsm.
we created a basic runbook to create a new AD user, taking data from scsm 2012 using the initialize data object. when we execute the runbook using the runbook tester, it works fine. we verified the scsm security accounts have the proper permissions on teh runbook folder structure, and the runbooks themselves.
from that runbook in scsm2012 we created a runbook automation activity template, a SR template off of that, a request offering off of that and a service offering from that. after doing that, we go into the SSP as a SCSM or SCORCH admin account and input the requested data (user name, employee ID, etc) and submit it
we see in scsm a SR is generated, as expected, with the input values from the user. a runbook activity is created. the log entries in the SCSM RB show the runbook is invokation is started and scsm attempts to pass the input parameters from the SSP.
immediately, the RB activity in SCSM fails with the error:
"runbook invocation had an error. possible reasons can be that permissions hav echanges, it no longer exists or its contract has changed. See eventlog for additional information
Exception of type System.Data.Services.Client.DataServiceRequestException was thrown. The message is An error occurred while processing this request."
We reviewed permissions of our accounts in scsm and scorch, including on the runbooks themselves. We tore down and rebuilt the SSP offering from scratch, and ensured the iniatialize data parameter on the runbook hadn't changed and the runbook showed as 'Active' in SCSM.
We do not see any log of the runbook being executed in SCORCH at all.
We even reinstalled SCORCH 2012 with a new DB and rebuilt our runbooks.
What are we missing?