Job runtime errors
The job runtime system that generates event files can encounter errors.
If the job runtime system that generates events encounters
an error, it adds the reason to a file named JobRuntime.err in
the /InformationServer/Server/DSODB/logs directory.
Additionally, the message is added to a file named DSODB_JobRuntime.err in
the project directory in which the job is running, provided the user
running the job has write access to that directory. To keep the size
of these files under control, only the last 100 errors are recorded.
This level of error does not prevent a job from running, but it might lead to incomplete or inconsistent monitoring information being stored in the operations database. In particular, a job run might appear to still be running in the operations database, even though the run has ended. This situation is resolved by EngMonApp, which sets the status of the job run to Finished/Synchronized. For more information, see the JobRunCheckInterval option in the DSOBDConfig.cfg configuration file.