Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > AcceptZeroEnvironmentUUID

AcceptZeroEnvironmentUUID

Boolean

false

Purpose

When the AcceptZeroEnvironmentUUID parameter is set to its default value of false, the environment identity specified in the server command line parameter 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 "Format of the Server URI String" in Chapter 3 in the JADE Installation and Configuration Guide.

if you set the AcceptZeroEnvironmentUUID parameter to true, you can specify zeroes for the environment identity in the server command line parameter 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.