Cloudscape Properties,
Page 40 of 44


[top]
[prev]
[next]
Documentation Top
Global Index
Reference Manual
TOC Index
Grammar index
Developer's Guide
TOC Index
Tuning Cloudscape
TOC Index

cloudscape.stream.error.logSeverityLevel

Function

Specifies which errors are logged to the Cloudscape error log (typically the cloudscape.LOG file).

Any error raised in a Cloudscape system is given a level of severity. This property indicates the minimum severity necessary for an error to appear in the error log. The severities are defined in the class COM.cloudscape.types.JBMSExceptionSeverity. The higher the number, the more severe the error.

  • 20000
    Errors that cause the statement to be rolled back, for example syntax errors and constraint violations.
  • 30000
    Errors that cause the transaction to be rolled back, for example deadlocks.
  • 40000
    Errors that cause the connection to be closed.
  • 50000
    Errors that shut down the Cloudscape system.

Default

40000.

Example

// send errors of level 30000 and higher to the log
cloudscape.stream.error.logSeverityLevel=30000

Scope

system-wide

Dynamic or Static

This property is static; if you change it while Cloudscape is running, the change does not take effect until you reboot.

[top]
[prev]
[next]


Cloudscape Version 3.0
For technical support, go to: www.cloudscape.com and click Support.
Copyright © 1998 and 1999 Cloudscape, Inc. All rights reserved.