Ever had an error in Enterprise Scheuler? If so, there is an easy way to track what happened. The Enterprise Scheduler Error Log capability is a very useful tool when you need support with an application error. The section below can also be found in the Appendix A of the Enterprise Scheduler User Guide. The log files generated should be sent to I.B.I.S., Inc. if you should ever encounter an error for which you need assistance.
Error Logs
The Enterprise Scheduler is configured to generate the most detailed (âInformationâ) error logs in the C:\Logs directory. Both the level of detail generated and the location of these error logs can be customized to your needs. To
Error Log Detail Options
In the <switches> node, as shown below:
<switches>
<!– You can set the level at which tracing is to occur –>
<add name=”TraceSourceSwitch” value=”Information” />
<add name=”GPTraceSourceSwitch” value=”Information” />
</switches>
Change the âvalueâ with in the following lines:
<add name=”TraceSourceSwitch” value=”Verbose” />
<add name=”GPTraceSourceSwitch” value=”Verbose” />
From âInformationâ to one of the following other options:
- Verbose â Writes everything to the error log.
- Information â Writes warnings, errors and high level processing information to the error log.
- Error â Writes only errors to the error log.
- Warning - Writes only warnings to the error log.
- Off â Writes nothing to the error log.


