Troubleshooting Appointment Broker Problems
The Appointment Broker is a Windows Service that, when running, listens and responds to requests from the LobbyCentral Appointment cloud service.
All communication is handled over HTTPS.
If you see the following error message in LobbyCentral Appointments, it means that data was not returned from the Appointment Broker.
Check the following to troubleshoot a communications issue between LobbyCentral Appointments and the Appointment Broker.
- Verify the LobbyCentral Appointment Broker service is running in Windows Services. Restart the broker if necessary.
- Verify the Subscriber ID and Token supplied by LC Appointments matches the values set in System Options on the Appointments tab.
The Subscriber ID and Token are found in LobbyCentral Appointments on the Account page. These should match the values set in LobbyCentral.
IMPORTANT! You must restart the Appointment Broker service after changing or setting the Subscriber ID and/or Token. - Verify your firewall service is allowing inbound/outbound HTTPS traffic to/from the domain schedule.lobbycentral.com and msgserver.lobbycentral.com.
- Verify your LobbyCentral on-premise version is 8.2.11 or higher.
Enabling Debugging
Before contacting support assistance, please enable Debug logging by doing the following:
- On the server, go to Windows Services and stop the LobbyCentral Appointment Broker
- Edit the following file: \Program Files (x86)\Fuhr Software Inc\LobbyCentral Appt Broker Service\ApptBrokerService.exe.config
- Change this line: <level value="ERROR"/> To <level value="DEBUG"/>
- Save file and start the service
The log file will be located in \Program Files (x86)\Fuhr Software Inc\LobbyCentral Appt Broker Service\logs\ApptBrokerService.log
After encountering an error, attach the log file to the support ticket.
It is important to change the logging level value back to Error after completing the troubleshooting to avoid large log files. Be sure to restart the Appointment Broker service after making any changes.