Table Description
Property: A system configuration for a running Cúram server application.

The Cúram server application can be configured in many ways by changing various settings. Many of these configuration settings can be changed dynamically while the application is running. This table holds all the configuration settings and their values.

Example

You deploy some custom functionality in your production application. After running for some days your users complain of a bug in your new functionality. To obtain more information about this bug you require more verbose logging.

To increase the verbosity of the logging, you:

  • open the administration client and navigate to 'Property Administration';
  • identify the setting for tracing and change the value to a more verbose setting;
  • click 'Ok'; and
  • click 'Publish'.

The Cúram Server immediately starts writing more verbose logs. No server downtime is required.

Technical Notes

Rows in this table are initially created at design time from your `Application.prx` file.

For more information see the Cúram Server Developer's Guide.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Attributes (9)
AttributeKeyNullableDescriptionDDL Type
propertyIDYesNoUnique identifier for a property.SVR_INT64
category  Logical grouping of the various properties e.g. Infrastructure - Diagnostic/Trace parameters.SVR_STRING<10>
name  Property Name.SVR_STRING<254>
value  Property Value.SVR_STRING<500>
type  String, Boolean or Numeric.SVR_STRING<10>
defaultValue  Used as a reset option for a property.SVR_STRING<500>
dynamic NoWhether a Property change has immediate effect or will require cycling servers.SVR_BOOLEAN
versionNo No SVR_INT32
lastWritten   SVR_DATETIME
Foreign Keys (1)
ChildParent
PropDescription.propertyIDProperties.propertyID
Indices (1)
Index NameAttributes
IND_1806345719name
Related Pages (14)