cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
778
Views
5
Helpful
1
Replies

How to list jobs in Tidal that use run control overrides

Hi

How do I get a list of jobs that use the run control overrides from the Database.

Thanks!

Laehr

1 Reply 1

Derrick Au
Level 4
Level 4

Hi Laehr

Try this SQL select statement:


select jobmst.jobmst_id, jobmst.jobmst_prntname, jobmst.jobmst_name, msglog.msglog_text from msglog
join jobmst on jobmst.jobmst_id = msglog.jobmst_id
where msglog.msglog_text like '%override%'
order by 2,3

BR,
Derrick Au

Review Cisco Networking for a $25 gift card