Share via

Triggering an creating Runbook on the MS Orchestrator from System Center Service Manager (SCSM)

SSE@TUE 300 Reputation points
2026-02-11T13:56:26.4+00:00

Hi,

I am trying since many days to run my Runbook created on the SCOR 2022 from SCSM. That Runbook create an AD User.

I have created a Runbook Template from my Runbook and create a SR Template.

Then an RO and SO for creating AD User.

on the Portal I put there the User data and create an SR.

The SR show my "in Progress" and the Runbook on the SCOR is running, but it happened nothing.

I can run the Runbook manually without any issue. But with SCSM does not work.

All the Folder on the Runbook has enough Permissions.

What do I need to run my runbook from SCSM Server?

Thank you for help

Regards

System Center Orchestrator
System Center Orchestrator
A family of System Center products that provide an automation platform for orchestrating and integrating both Microsoft and non-Microsoft IT tools.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Q&A Assist
    2026-02-11T13:56:47.4366667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To troubleshoot the issue of your runbook not executing from System Center Service Manager (SCSM) while it runs fine manually from System Center Orchestrator (SCOR), consider the following points:

    1. Check for Unsupported Characters: Ensure that the data being passed from the SCSM service request does not contain unsupported characters. If there are unsupported characters, the runbook may not be created or processed correctly. You can refer to the error logs for any XML parse errors that might indicate this issue.
    2. Permissions: Although you mentioned that all folders have sufficient permissions, double-check that the account used by SCSM to invoke the runbook has the necessary permissions in SCOR. The account must be a member of the Orchestrator System group to run successfully.
    3. Runbook Configuration: Verify that the runbook is correctly configured to accept input from the SCSM service request. Ensure that the parameters in the runbook template match those being sent from the service request.
    4. Service Request Template: Ensure that the service request template is correctly set up to invoke the runbook. Check that the runbook template is properly linked to the service request template and that all required fields are being populated.
    5. Error Logs: Review the Orchestrator Runbook Service trace logs for any error messages that could provide more insight into why the runbook isn't completing as expected.
    6. Testing: If possible, try simplifying the runbook to see if a basic version can be triggered successfully from SCSM. This can help isolate the issue.

    By following these steps, you should be able to identify the cause of the problem and successfully trigger your runbook from SCSM.


    References:

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.