Hello,
I would like a report on all the work into success or failure of Info Last 24 hours
and why I wrote this scrip.
SELECT
id as 'Job ID'
clientName as 'Client'
mediaServerName as 'Media Server'
statusCode as 'Exit Status'
UtcBigIntToNomTime (startTime) as 'Start Time'
UtcBigIntToNomTime (endTime) as 'End Time'
Throughput as 'Throughput'
FROM domain_JobArchive
WHERE
DATEDIFF (hour, UtcBigIntToNomTime (endTime), GETDATE ()) <= 24;
After execution of this script, how do I send mail? when I send mail all
lines does not happen.
I tried the settings motidier lines (4000 lines) in the OpsCenter configuration but
results have not changed.
I'd also like some help with a script on all the work on a successful week
I will generate every day.
Thank you all for your help
PS: Environement NBU 7.5 OS Windows 2008
best regards