Cloudscape Properties
Page 29 of 47

cloudscape.locks.monitor

Function

Specifies that all deadlock errors are logged to the error log. If cloudscape.stream.error.logSeverityLevel is set to ignore deadlock errors, cloudscape.locks.monitor overrides it.

Default

False.

Example

-- system property
cloudscape.locks.monitor=true

CALL PropertyInfo.setDatabaseProperty(
    'cloudscape.locks.monitor', 'true')

-- publishing a database-wide property
CREATE PUBLICATION APub
ADD TARGET DATABASE PROPERTY
cloudscape.locks.monitor=
    'true'

Scope

system-wide

database-wide (publishable)

Dynamic or Static

Dynamic; the change takes effect immediately. For information about dynamic changes to properties, see Dynamic or Static Changes to Properties.