Symptom
Issues with OpenAccess events
Resolution
- Communication Server
- Verify if Alarms displaying in standard clients,
- If not check LenelError.log for details.
- Communication Server to Message Broker (AMQP)
- Is the message broker successfully connecting to the communication server?
- Verify connection message in the LenelError.log and start up messages for Message Broker in the MessageBroker.log.
- If successful and no output to LS Event Context Provider Server the QPID utility may be required to determine if message successfully being written and de-queued.
- Is the message broker successfully connecting to the communication server?
- LS EventContextProvider
- Verify ECP is successfully connecting to the database and message broker (AMPQ) connections being established.
- See the EventContextProviderService.log for any connection errors.
- Verify ECP is successfully connecting to the database and message broker (AMPQ) connections being established.
- If no error messages displayed you can enable the ECP service to write event messages directly to the log file for verification.
- To enable this processing browse to the Lnl.OG.EventContextProviderService.exe.config,
- locate the <!-- Comment out the next line to log Business Event information that are received--> <add name="Business Event" />.
- Commented line should look like, <!-- <add name="Business Event" /> -->.
- Once done restart the LS Event Context Provider Service.
- If no event messages added to the EventContextProvider log file then verify the database has the messages available.
In SQL Management Studio;
select * from lnlconfig where lnlconfigid=243
Note that the lnlvalue=1 enabled must be set to enable this processing.
If a change is needed the LS Communication Server service and EventContextProvider service will need to be restarted.
- EventContextProvider>Message Broker (AMQP)
- If events are successfully being output to file(EventContextProvider.log)
- then the QPID utility will be needed to verify message queue is properly adding and de-queueing the event messages.
- If events are successfully being output to file(EventContextProvider.log)
- NGINX connection
- the web service provides the connection between the web client and Web Event Bridge service.
- If connection is failing to be established
- Then locate the NGINX directory/logs/error.log file for details.
- Web application (Web Monitor as example)
- If login fails run the following to determine if Open Access returning data;
- https://servername:8080/api/openaccess/directories?version=1.0 This should return any directories programmed in the system.
- If login fails run the following to determine if Open Access returning data;
- If directory look up fails test Open Access Connection;
- https://servername:8080/api/openaccess This should return Open Access Version details.
- If no version returns test NGINX connection;
- If no defined fail points at this time can be found;
- Then hit the F12 key to place the web browser into a debug view to capture error details if present.
- Open Access
- If up to this point no direct failures
- Then verify Open Access is stable or if any error messages displayed.
- See OpenAccess.log in standard log file path.
- This will typically be needed for data related errors and optional verbose mode logging is available.
- To turn this on open the Configuration Editor
- Select “Show Advanced”.
- Once the advanced options are displayed placed a check box in the Open Access option
- Save the changes.
- This will provide more details to data related errors that may be present.
Applies To
OnGuard 7.5 and above
Copyright © 2022 Carrier. All rights reserved.