serverrdbmsoption

Display or set server options for RDBMS connections. The Surround SCM Server database and mainline branches are stored in the same RDBMS database by default. If you decide to move the server database or mainline branches to different RDBMS databases, you must create an RDBMS connection.

sscm serverrdbmsoption [ConnectionId|+] [-d] [-tConnectionType] [-sDataSource] [-cConnectionHost:Port] [-uUsername:Password] [-mMin:Max] [-h] [-y[Username:Password|+|=]] [-zSCMServerAddr:PortNum|zPath] [+u]

Option Description
ConnectionID Record ID of connection to modify or display. Enter + to add a new connection. Use 0 for the server database connection. If not specified, all configured connections are displayed.
-c Hostname and port of the database provider. Non-ODBC connection types only.
-d Delete the specified connection. Only valid if ConnectionID specified.
-h Display online help for the command.
-m Minimum and maximum number of allowed connections. Default is -m1:999.
-s Data source name for ODBC connections or database name for other connection types.
-t The connection type. Valid options are ODBC or PostgreSQL. Default is PostgreSQL when adding a new connection.
-u Username and password for the database connection.
-y Enter a Surround SCM username and password if you do not want to use the default value. To use single sign-on, enter -y+. If you use an identity provider to authenticate, the provider web page opens if you have not yet authenticated. Authenticate with the provider and then return to the CLI.
-z Enter the Surround SCM Server host computer address and port number if you do not want to use the default value. IPv6 addresses must be in square brackets. If you received a server settings file from your Surround SCM administrator, enter the path to the XML file instead of entering the server connection information.
+u Display output in Unicode (Windows only). Output cannot be sent to a file. If output is enabled for all commands, enter +u- to disable it for this command.