11-29-2016 10:42 AM - edited 03-01-2019 09:24 AM
It doesn't show in Job Definition export. We are using TES v6.2
01-05-2017 04:45 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide
Log in to Community