Process inofromation, robot information and jobs informtion are stored in tables in Orachestrator.how can find table details and information in Orachestrator..?

Hi All,

process information, robot information and jobs information are stored in tables in Orachestrator. How can find table details and information in Orachestrator…? Please any can help me out.

Hi @pratapg,
May be , you can get information from these tables.

Select * from [dbo].[Jobs]
Select * from [dbo].[Robots]
Select * from [dbo].[ProcessSchedules]
Select * from [dbo].[Releases]

Regards
Balamurugan.S

Hi,

thanks for your reply. Where I will get those tables and do you know any process.

Thanks,
Pratap

Hi @pratapg,
If you installed the trial version or a purchased one. You can able to see these tables in the “Microsoft SQL Server Management Studio”.

Take a look :

Regards
Balamurugan