The Write errors to Event Log check box is used to set this configuration parameter. Checking this box (the default) causes TIBCO iProcess Objects Server errors to be written to the Event Log. Unchecking this box disables the writing of most TIBCO iProcess Objects Server errors to the Event Log — note that the following errors are still written to the Event Log regardless of the setting of this parameter: errors opening, writing to, or archiving log files; errors reading configuration values in the Registry; errors starting the NT service; errors because of invalid configuration parameters.
The “non-archived” TIBCO iProcess Objects Server log file is named SWEntObjSvXX.log (see
Name and Location of the TIBCO iProcess Objects Server Log). If the LogFileMaxArchives parameter is set to a value greater than 0, and the “non-archived” TIBCO iProcess Objects Server log file reaches the maximum size set by the LogFileMaxSize parameter, the log rolls over and “archived” log files are saved. The archived log files are named
SWEntObjSvXX_timestamp_archive_xxx.log, where xxx is a counter that is incremented each time the log rolls over (starting at 1). For example, if this parameter is set to 2, the first time the log rolls over, it will be saved as
SWEntObjSvXX_timestamp_archive_1.log. The next time it rolls over, it will be saved as
SWEntObjSvXX_timestamp_archive_2.log. If it rolls over again, it will be saved as
SWEntObjSvXX_timestamp_archive_3.log, but
SWEntObjSvXX_timestamp_archive_1.log will be deleted because it is only saving two archives.
The “non-archived” TIBCO iProcess Objects Server log file is named swentobjsvXX.log (see
Name and Location of the TIBCO iProcess Objects Server Log). If the LogFileMaxArchives parameter is set to a value greater than 0, and the “non-archived” TIBCO iProcess Objects Server log file reaches the maximum size set by the LogFileMaxSize parameter, the log rolls over and “archived” log files are saved. The archived log files are named
swentobjsvXX_timestamp_archive_xxx.log, where
xxx is a counter that is incremented each time the log rolls over (starting at 1). For example, if this parameter is set to 2, the first time the log rolls over, it is saved as
swentobjsvXX_timestamp_archive_1.log. The next time it rolls over, it is saved as
swentobjsvXX_timestamp_archive_2.log. If it rolls over again, it is saved as
swentobjsvXX_timestamp_archive_3.log, but
swentobjsvXX_timestamp_archive_1.log will be deleted because it is only saving two archives.
Whenever the TIBCO iProcess Objects Server is restarted, the archive log file name starts back at swentobjsvbXX_timestamp_archive_1.log. Therefore, if the system is set up for three archive log files, and the log rolls over eight times, the archive log files will be ..._6.log, ..._7.log, and ..._8.log. However, if the server is now shut down and restarted, the next three archive log files will be ..._1.log, ..._2.log, and ..._3.log (the ..._6.log, ..._7.log, and ..._8.log files will still exist).