Hi all,
I have a project support/monitoring task to complete and...
Does anyone know if it is possible to get status of caches while a schedule is running - externally.
Basically, for one of my Mstr 7.2.1 projects, there is a very large cache run every Monday morning. Currently, a support bod logs in from home (ras) at 4am! and checks that the reports have kicked off - he then baby sits it until it is finished. During this period he checks that they are running, and are not failing on-mass.
I have been asked to automate this, and alert if this is so - and let the bod sleep unless there is a problem.
In 6x, I could perhaps scan through the scheduler log files and pick up that it had started, had finished and a failure ratio.
In 7x (7.2.1 specifically) there seems to be no file based cache log files - as this is to be external, I am trying to avoid hitting the statistic tables directly.
Does anyone have any ideas? Done something similar?
PS: The reports (for this cache run) are all user created static (saved) reports - so putting post execution SQL on each report (to mark it as complete) would be a real maintainence overhead I think.
PPS: 'Caches starting' is simple as the cache run is event based and I can mark the time that it is triggered (actually I do this as part of a DTS package so can set a flag to 'started' etc).
Cheers,
Wolf
I have a project support/monitoring task to complete and...
Does anyone know if it is possible to get status of caches while a schedule is running - externally.
Basically, for one of my Mstr 7.2.1 projects, there is a very large cache run every Monday morning. Currently, a support bod logs in from home (ras) at 4am! and checks that the reports have kicked off - he then baby sits it until it is finished. During this period he checks that they are running, and are not failing on-mass.
I have been asked to automate this, and alert if this is so - and let the bod sleep unless there is a problem.
In 6x, I could perhaps scan through the scheduler log files and pick up that it had started, had finished and a failure ratio.
In 7x (7.2.1 specifically) there seems to be no file based cache log files - as this is to be external, I am trying to avoid hitting the statistic tables directly.
Does anyone have any ideas? Done something similar?
PS: The reports (for this cache run) are all user created static (saved) reports - so putting post execution SQL on each report (to mark it as complete) would be a real maintainence overhead I think.
PPS: 'Caches starting' is simple as the cache run is event based and I can mark the time that it is triggered (actually I do this as part of a DTS package so can set a flag to 'started' etc).
Cheers,
Wolf