CES Parameters
In order for the JMS message queue statistics to be reported in the FLEX SCADA FEP Monitor the user credentials must be configured as CES Parameters.
User credentials can be configured directly in the CES Parameters using the following options.
Application SCADA
Attribute nms.password
The password of a valid NMS user
Attribute nms.username
The username of a valid NMS user
Attribute weblogic.url
The t3 url of the weblogic server (for example, t3://localhost:7001).
Alternatively the properties can be configured in a property file whose location is configured with the following CES Parameter:
Application SCADA
Attribute nms.credentials
The full pathname of the property file.
The property file must contain the nms.password, nms.username, and weblogic.url properties, for example:
nms.password = <password>
nms.username = <username>
weblogic.url = t3://localhost:7001
The nms.password and nms.username can be configured as plain text or encrypted format in the property file using the WebLogic encrypting service.