Views:

To change default timeout value, you need to edit dsm.properties file located in the <install_path>\Trend Micro\Deep Security Manager\webclient\webapps\ROOT\WEB-INF\ folder.

  1. Create a backup of the dsm.properties for restore purpose.
  2. Follow the formats below to edit the timeout for the database management system you use.

    Microsoft SQL server

    • Format:

      database.SqlServer.parameter1=value1

    • Examples:

      database.SqlServer.socketTimeout=720000
      database.SqlServer.queryTimeout=660000

    Also refer to the section of a Microsoft article: Setting the connection properties for more details.

    PostgreSQL

    • Format:

      database.PostgreSQL.connectionParameters=parameter1=value1&parameter2=value2

    • Example:

      database.PostgreSQL.connectionParameters=loginTimeout=150&sockettimeout=720000

    Also refer to the section of a PostgreSQL article: Initializing the Driver for more details.

    Oracle

    • Format:

      database.Oracle.parameter1=value1

    • Example:

      database.Oracle.oracle.jdbc.ReadTimeout=120000

    Also refer to a section of the Oracle User's Guide for more details.