"DOVICO Online Timesheet Support was great! One phone call, one person, maybe 10 minutes total. Great experience."

Alan G.,
Schroder Holdings plc

Search:     Advanced search
Browse by category:

DV1164 - How to turn on verbose logging for the DOVICO Job Scheduler.

Article ID: 134
Last updated: 23 Aug, 2010
Views: 537
Posted: 25 Aug, 2008
by Chase C.
Updated: 23 Aug, 2010
by Chase C.

This information applies to DOVICO Timesheet version 8, 9 , 10

The information is provided to assist in troubleshooting problems with the Job Scheduler utility.

How to turn on Verbose logging for the Job Scheduler

  1. On the server where DOVICO Timesheet is installed, locate the file JobScheduler.exe.config located by default C:\Program Files\DOVICO Software\DOVICO Timesheet.
  2. Open the file in notepad and modify the logging level from 3 to 4 then save the file.  (see the example below)
     
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
     <appSettings>
      <!-- 1 for no info, 2 for errors only, 3 for errors/warnings, 4 for all information.  Note some messages
      will be logged regardless of level if they are of upmost importance -->
      <add key="LoggingLevel" value="3"></add> (change this value to 4)
       
        <!-- Controls which port the Job Scheduler listens on for change notifications from DOVICO Timesheet -->
      <add key="JobSchedulerPort" value="7001"></add>
       
        <!-- this setting should not be changed -->
        <add key="DatabaseConfigPath" value="default"/>
     </appSettings>
     <startup>
        <supportedRuntime version="v2.0.50727"/>
     </startup>
    </configuration>

The verbose log information can be found in the Event Viewer.

Prev   Next
DV1085 - Renaming a DOVICO database     DV1116 - Retrieve Archived Items from an Archive Database

Others in this category
document DV1162 - Change order of databases in login screen
document DV1045 - Creating an Active Link with Microsoft Excel
document DV1174 - Error The path "C:\fakepath\filename.ext"
document DV1160 - Example of how to use Object Filter for Active Directory Integration
document DV1173 - Can't reject submitted time or expenses
» More articles