DoDocNameOrder

Sorts content items in the Repository Manager by dDocName. When Repository Manager is started, a default query is run against the database. By default the query results are sorted by the dDocName of the items. Ordering by dDocName makes the order predictable but can result in longer query results.

  • When set to TRUE, content items are sorted by dDocName.

  • When set to FALSE, content items are not sorted.

  • Default is TRUE.

You can enable the JDBC Query Trace to log information to the console log and verify that the 'order by' clause is no longer part of the query. To enable the JDBC Query Trace, select systemdatabase as an option in the Edit Active Console Output Tracing section of the System Audit Information page.

Type and Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DoDocNameOrder=false