Month: November 2019

Fail to connect to Orchestrator Web Service

Error Message The same error may occur after applying SCORCH 2016 UR4 and later versions. See Tips and Tricks for Applying SCORCH 2016 UR4 and Later Versions. Request Error The server encountered an error processing the request. The exception message is ‘An error occurred while executing the command definition. See …

Fail to connect to Orchestrator Web Service Read More »

SCOM Web Console – “Web Console Configuration Required”

When opening SCOM Web Console, you may get the notification “Web Console Configuration Required”. Normally you can click the Configure button (with SCOM Admin permission) and run the executable and refresh the browser window and you should see a web console login page next. But you have run SilverlightClientConfiguration.exe but the problem still persists, you …

SCOM Web Console – “Web Console Configuration Required” Read More »

SCORCH Web Service API

Web Service URLs Web Service URL (no change for 2016): http://sco01:81/orchestrator2012/orchestrator.svc/ Web Console URL: http://sco01:82/ Get runbooks: http://server01.contoso.com:81/Orchestrator2012/Orchestrator.svc/Runbooks Access Orchestrator Runbooks via Web Service Get a Runbook PowerShell $secpasswd = ConvertTo-SecureString “Password01!” -AsPlainText -Force $mycreds = New-Object System.Management.Automation.PSCredential(“contoso\Administrator”, $secpasswd) $OrchURI = “http://SCO01:81/Orchestrator2012/Orchestrator.svc/Runbooks?`$filter=Name eq ‘Test'” $ResponseObject = invoke-webrequest -Uri $OrchURI -method …

SCORCH Web Service API Read More »

Troubleshooting Gateway or Workgroup Communication Issue in SCOM

If you have deployed SCOM Gateway in your environment, or SCOM agent on a workgroup machine, but they can’t communicate with management server, you can refer to the following steps for troubleshooting. Based on my experience, these troubleshooting steps can help resolve >50% of Gateway/Workgroup communication issues. Troubleshooting Steps Make …

Troubleshooting Gateway or Workgroup Communication Issue in SCOM Read More »