> For the complete documentation index, see [llms.txt](https://help.security.gallagher.com/command-centre/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.security.gallagher.com/command-centre/command-centre-releases/release-history/unsupported-gallagher-command-centre-versions/command-centre-8.60-releases/8.60-maintenance-release-1.md).

# 8.60 Maintenance Release 1

Bug fixes in this version are as follows.

| Category             | Fixed In    | Description                                                                                                                                     | Tech Ref |
| -------------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Command Centre       | Server      | Controllers showing Awaiting Status on Server when running Controller Service as a Local System and Command Centre Service as a Network Service | 92053    |
| Command Centre       | Server      | Valid upgrade steps presenting Database upgrade failure due to use of unexpected query plan by SQL Server                                       | 93460    |
| Multi-Server         | Server      | Stuck Changeset in Multi-Server (divisionless day category)                                                                                     | 93520    |
| Command Centre       | Server      | Incorrect information for Engage Cardholder Status and Overrides for Door/Zone                                                                  | 93546    |
| Salto                | Server      | Created Salto cards that were not on the DenyList will no longer update at online readers                                                       | 94002    |
| Command Centre       | Server      | Duplicate checking causes performance degradation and deadlock on login                                                                         | 94038    |
| Salto                | Server      | Badging at Salto doors with Salto only cards will not update the card expiry value                                                              | 92936    |
| Command Centre       | Server      | PDF report with over a thousand selected values will produce ‘database call unsuccessful’ error                                                 | 93901    |
| Command Centre       | Server      | Receiving ‘Code only access denied’ when using the User Code for access                                                                         | 93803    |
| Morpho               | Server      | Morpho Wave Readers constantly ‘Pending Update(s)’                                                                                              | 94399    |
| Configuration Client | Workstation | Lock Type of a door could not be changed easily                                                                                                 | 94797    |
| Command Centre       | Server      | Controllers offline due to Controller Service’s dependency on Command Centre Service                                                            | 93772    |
| Salto                | Server      | Salto Server SYNC blocked by ‘Object is already locked by user’ error                                                                           | 94838    |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.security.gallagher.com/command-centre/command-centre-releases/release-history/unsupported-gallagher-command-centre-versions/command-centre-8.60-releases/8.60-maintenance-release-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
