Post Views: 6,608 For the Orphan instances to clean, please follow the below process. Script is located here: https://github.com/souravmahato7/SQL/blob/SCORCH/SCORCH_Orphan_Data_Purge.sql 1. Take full backup of Orchestrator database. – Need to stop the Runbook services on the Runbook servers. 2. Execute below SQL queries to check […]
Post Views: 1,296 Issue: Found that after installing the UR5 patch for Runbook servers, Runbook service account is getting reverted back to its old account when we have already changed the account with a new one. Workaround: Firstly, we need to change the below registry key value for […]
Post Views: 3,182 TLS 1.2 is the secure way of communication suggested by Microsoft with best-in class encryption. SSL and early TLS are not considered strong cryptography and cannot be used as a security control. Microsoft has added official support for TLS1.2 security protocols in SCORCH 2012 R2 […]
Post Views: 3,506 I have written some useful SQL queries which will help to get data from Orchestrator database. Query 1: The following query will help us to get the job details for a Runbook. Select RB.Name, RB.Path, RT.Id, RT.RunbookServerId, A.Computer , RT.Status, RT.Parameters, RT.LastModifiedTime, […]