<DbServer>
Section:
WMServerInfo
Required:
Yes
Value type:
Name of Database Server host computer
Default:
Default is configured during installation
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
The name of the computer where the Creo Elements/Direct Manager Server Database Server is installed. This is configured during installation, so no value is contained in the wmconf.xml file.
To change the Database Server, insert this tag in your custom xml file.
You may list multiple servers in this tag, separated by spaces. Creo Elements/Direct Model Manager will choose the Database Server that it can connect to the fastest.
Example
This example shows the Database Server running on a computer named "DatabaseHost":
<DbServer>DatabaseHost</DbServer>
This example shows a list of Database Servers to choose from:
<DbServer>Server1 Server2 Server3</DbServer>
Was this helpful?