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.
Resolution:
To see View Sessions instead of View Robots, this is not possible with Classic Folders enabled on the Tenant. Follow the below steps:
- 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
- Click on Start Migration and migrate from Classic Folder to Modern Folders
- Once the migration is successful, take a back up of any important information required from the classic folders (like Jobs, logs, history etc)
- Delete the classic folders from Tenant-->Folders (User should have Folder.Delete permission at Tenant Level Permissions)
- Now, go to Orchestrator Server machine and perform the below steps
- Stop the UiPath Orchestrator application from IIS
- 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' );
- 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
- Start the application from IIS
- Open Command Prompt as an Administrator and run "IISRESET" command
- Log back into Orchestrator and validate More Details options for Machine Template which will now display View Sessions