Setting Up Jade Monitor Security

When a user has signed on to the Jade Monitor, the MonitorSecurity and MonitorDefaultUser parameters in the [JadeMonitorSecurity] section of the Jade initialization file on the database server control access to monitor functionality. (For more details, see the Jade Initialization File Reference.)

An example of the [JadeMonitorSecurity] section is shown in the following example.

[JadeMonitorSecurity]
MonitorDefaultUser=ReadOnlyUser
MonitorSecurity=Monitor|DevelopmentSecurity|None
wilbur=SuperUser
testuser=NormalUser

If the MonitorSecurity parameter is not defined when a Jade application is launched, the following values are written to the Jade initialization file on the database server and all users will all have SuperUser access. (Although the MonitorDefaultUser parameter is included in the following example, it is not used when the MonitorSecurity parameter is set to None.)

[JadeMonitorSecurity]
MonitorDefaultUser=ReadOnlyUser
MonitorSecurity=None