cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
623
Views
0
Helpful
1
Replies

How can we list all the jobs that have Maximum Duration set in Job Definition?

billmcnally1
Level 1
Level 1

It doesn't show in Job Definition export. We are using TES v6.2

1 Reply 1

I think you need to use SQL.

Note that all jobs by default has a max runtime of 1 (minute) - it apparently Means: don't check.

With a MSSQL DB SQL could be:

SELECT  [jobdtl_id], [jobdtl_maxrun]

FROM [Admiral].[dbo].[jobdtl]

WHERE jobdtl_maxrun > 60

 

Review Cisco Networking for a $25 gift card