COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: akustw01 on 07 Jan 2009 08:39:48 AM

Title: Report Completion Report
Post by: akustw01 on 07 Jan 2009 08:39:48 AM

I am trying to figure out how I can create a report that tells me the start and end time of a scheduled report/job.

I am able to view the start time of a report/job using the audit db; however, it does not show the completion time.  I does however, show total run time of that job.

Thanks Much

-akustw01
Title: Re: Report Completion Report
Post by: hauge9 on 07 Jan 2009 01:10:09 PM
Is it possible to calculate that using some kind of function?

start time + total run time = end time

Title: Re: Report Completion Report
Post by: akustw01 on 07 Jan 2009 02:42:09 PM

Its 2 different data types, not sure how to convert dword to time.
Title: Re: Report Completion Report
Post by: hauge9 on 07 Jan 2009 02:45:59 PM
I don't know how off the top of my head either or if it's possible. However, if there isn't a field that stores it I don't see what another solution would be.

Perhaps if the runtime is in miliseconds, convert it to days, then look for an add days to timestamp function?
Title: Re: Report Completion Report
Post by: akustw01 on 07 Jan 2009 03:17:52 PM


Thats a good idea.  Thanks