How To See View Sessions Option Instead Of View Robots For Machine Template?

How to see "View Sessions" option instead of "View Robots" when clicked on More Details for Machine template?

Description:

Clicking "More details" option for Machine Template (Tenant-->Machines--->Click on "More Details" - 3 vertical dotted UI option for a machine template) is displaying View Robots and not View Sessions.

image.png

Resolution:

To see View Sessions instead of View Robots, this is not possible with Classic Folders enabled on the Tenant. Follow the below steps:

  1. On Orchestrator UI, if Classic folders are enabled, an option to Start Migration is available at Tenant--->Settings--->General and "Features.ClassicFolders.Enabled" parameter in DB is flagged True
  1. Click on Start Migration and migrate from Classic Folder to Modern Folders
  2. Once the migration is successful, take a back up of any important information required from the classic folders (like Jobs, logs, history etc)
  3. Delete the classic folders from Tenant-->Folders (User should have Folder.Delete permission at Tenant Level Permissions)
  4. Now, go to Orchestrator Server machine and perform the below steps
  5. Stop the UiPath Orchestrator application from IIS

  1. Update the following settings in the Orchestrator DB. (DBA should be executing the following query after taking a back up of the table)
Update [UiPath].[dbo].[Settings] set Value ='false' where Name = 'Features.ClassicFolders.Enabled' and TenantId = (Select top 1 Id from Tenants where TenancyName = 'yourTenantName' );
  1. In the UiPath.Orchestrator.dll.config (usually located at "C:\Program Files (x86)\UiPath\Orchestrator) file you should set (add/edit) the value of the Features.ClassicFolders.JobsCreationEnabled flag to false

  1. Start the application from IIS

  1. Open Command Prompt as an Administrator and run "IISRESET" command
  2. Log back into Orchestrator and validate More Details options for Machine Template which will now display View Sessions

image.png