6.6 server.ini
As opposed to the dmcl.ini
file, which contains configuration information required by clients, the information in the server.ini
file is used by the server. The location of server.ini
on a Windows Content Server host is:
$DOCUMENTUM\dba\config\<Docbase name>
In our case, the location of server.ini
is: C:\Documentum\dba\config\dev_doc
.
Figure 6.22 mentions some of the keys defined in server.ini
along with their interpretations.
Key |
Default value |
Explanation |
---|---|---|
|
5 minutes |
This defines the duration for which the server waits for a client communication before disconnecting the session. |
|
100 |
This controls the maximum number of sessions the server can handle at a given time. |
|
This contains the database connection string required by Content Server in order to establish connection with the RDBMS server. (Required by Oracle and DB2 and not by Sybase and SQL Server.) | |
|
This identifies the database... |