Boolean
false
Purpose
When the AcceptZeroEnvironmentUUID parameter is set to its default value of false, the environment identity specified in the server command line argument of a client shortcut must match the identity of the database server, as shown in the following example.
server=TcpIp://localhost:6005/48cf13df-bf6d-df11-87e2-2e5925024153
For more details, see "
if you set the AcceptZeroEnvironmentUUID parameter to true, you can specify zeroes for the environment identity in the server command line argument of a client shortcut, as shown in the following example.
server=TcpIp://localhost:6005/00000000-0000-0000-0000-000000000000
Parameter is read when …
The database server node is next initialized.