Configuring the printeragent.properties file

  1. Locate the printeragent.properties file and open it using notepad.
  2. Specify this information:
    MSCM URL
    Specify the URL of the MSCM server you want to connect.
    Print interval
    Specify the print interval in seconds. This is the interval to send print jobs to the printer. The default is 30000 milliseconds.
    Note: Only numeric values are accepted.
    Sync interval
    Specify the sync interval in seconds. The default is 30000 milliseconds.
    Note: Only numeric values are accepted.
    DB Cleanup Interval
    Specify the interval between executions of db cleanup. The default is 21600000 milliseconds.
    Note: Only numeric values are accepted.
    Max Transaction Age
    Specify the age of printed transactions to be deleted from the db during cleanup. The default is one day.
    Note: Only numeric values are accepted.
    Connect Timeout
    Specify the maximum amount of time to wait for connection to print service. The default is 60000 milliseconds.
    Note: Only numeric values are accepted. Setting this field to zero will prevent the connection from timing out.
    Read Timeout
    Specify the maximum amount of time to wait for data to be sent from the print service. The default is 60000 milliseconds.
    Note: Only numeric values are accepted. Setting this field to zero will prevent the connection from timing out.
    Auto Update Interval
    Specify the interval of the system check for new version updates. Default is 300000 milliseconds.
    Note: Only numeric values are accepted.
    Service Name
    Specify the name of the service for printer agent to identify the service name when launched as a Service. Default is blank. This is required to enable the auto update feature of the printer agent.