# Troubleshooting Your Access Control System

The Seam API provides a set of errors that help you to troubleshoot your ACS.

## On-Premises Access Control System Errors

These errors alert you to issues involving the connection between your on-premises ACS and Seam.

### `acs_system.errors.seam_bridge_disconnected`

This error indicates that the Seam API cannot communicate with your [Seam Bridge](https://docs.seam.co/latest/~/revisions/c4FVh9dgZ4L6PRgYYhk8/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. This error might also occur if your Seam Bridge is connected to the wrong [workspace](https://docs.seam.co/latest/~/revisions/c4FVh9dgZ4L6PRgYYhk8/core-concepts/workspaces).

To troubleshoot this error:

* Make sure that you are running the [latest version of the Seam Bridge](https://github.com/seamapi/seam-bridge-client/releases/latest). If not, reinstall and then start the Seam Bridge executable. See the [Seam Bridge installation instructions](https://docs.seam.co/latest/~/revisions/c4FVh9dgZ4L6PRgYYhk8/seam-bridge#installation-instructions).
* Reconnect the Seam Bridge. To reconnect, you can go to your ACS in the **Access Systems** area of the [Seam Console](https://console.seam.co/) or use a [Connect Webview](https://docs.seam.co/latest/~/revisions/c4FVh9dgZ4L6PRgYYhk8/capability-guides/access-systems/broken-reference). For more information, see [Pairing the Seam Bridge with Your Workspace](https://docs.seam.co/latest/~/revisions/c4FVh9dgZ4L6PRgYYhk8/seam-bridge#pairing-the-seam-bridge-with-your-workspace).
* Restart the Seam Bridge executable.

***

### `acs_system.errors.visionline_instance_unreachable`

This error indicates that your Seam Bridge is functioning correctly and the Seam API can communicate with your Seam Bridge, but the Seam API cannot connect to your on-premises [Visionline ACS](https://docs.seam.co/latest/~/revisions/c4FVh9dgZ4L6PRgYYhk8/device-and-system-integration-guides/assa-abloy-visionline-access-control-system-in-development). For example, the IP address of the on-premises ACS may be set incorrectly within your Seam workspace.

To troubleshoot this error:

* Reconnect your on-premises ACS to correct the IP address configuration. To reconnect, you can go to **Access Systems** in the [Seam Console](https://console.seam.co/) or use a [Connect Webview](https://docs.seam.co/latest/~/revisions/c4FVh9dgZ4L6PRgYYhk8/capability-guides/access-systems/broken-reference). See the setup instructions within the [system integration guide](https://docs.seam.co/latest/~/revisions/c4FVh9dgZ4L6PRgYYhk8/device-and-system-integration-guides/overview#access-control-systems) for your on-premises ACS.
* Make sure that your on-premises ACS is running correctly.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.seam.co/latest/~/revisions/c4FVh9dgZ4L6PRgYYhk8/capability-guides/access-systems/troubleshooting-your-access-control-system.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
