OdbcDateFormat

Used in Content Server version 6.x to provide backward compatibility for importation of Content Server 7.x archives.

Content Server 7.x includes a millisecond data format that was not present in earlier versions. When the 6.x Archiver attempts to import the 7.x archives, the millisecond field causes an error.

Type and Usage

Example

Perform the following steps to add this entry to the 6.x config.cfg file:

  1. Copy the 6.x config.cfg file to another name (to save it as a backup).

  2. Edit the config.cfg file in a text editor, adding the following setting:

    OdbcDateFormat='{ts' "yyyy-MM-dd HH:mm:ss{.SSS}"'}'
    
  3. Restart the server.