> 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-9.00-releases/9.00-maintenance-release-6.md).

# 9.00 Maintenance Release 6

Enhancements in this version are as follows.

<table data-header-hidden><thead><tr><th valign="bottom"></th><th valign="bottom"></th><th valign="bottom"></th></tr></thead><tbody><tr><td valign="bottom"><p> </p><p>Tech Ref</p><p> </p></td><td valign="bottom"><p> </p><p>Description</p><p> </p></td><td valign="bottom"><p> </p><p>Component</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>141121</p><p> </p></td><td valign="bottom"><p> </p><p>Calibrate RTC (Real-Time Clock) accuracy</p><p> </p></td><td valign="bottom"><p> </p><p>Controller</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>149199</p><p> </p></td><td valign="bottom"><p> </p><p>Backporting Sensor bus support</p><p> </p></td><td valign="bottom"><p> </p><p>Controller</p><p> </p></td></tr></tbody></table>

&#x20;

Bug fixes in this version are as follows.

<table data-header-hidden><thead><tr><th valign="bottom"></th><th valign="bottom"></th><th valign="bottom"></th></tr></thead><tbody><tr><td valign="bottom"><p> </p><p>Tech Ref</p><p> </p></td><td valign="bottom"><p> </p><p>Description</p><p> </p></td><td valign="bottom"><p> </p><p>Fixed In</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>138845</p><p> </p></td><td valign="bottom">Documentation missing critical step in “4.3 Upgrading Controllers to vCRx.xx via USB Flash Drive” in 8.70+</td><td valign="bottom"><p> </p><p>Documentation</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>144668</p><p> </p></td><td valign="bottom">A lack of locking could lead to a crash or data inconsistency during database read.</td><td valign="bottom"><p> </p><p>Server</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>149283</p><p> </p></td><td valign="bottom">Allow assigning of system generated PIN on T20 reader</td><td valign="bottom"><p> </p><p>Server</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>149620</p><p> </p></td><td valign="bottom">Deadlock issue in stored procedure, potentially causing system hangs.</td><td valign="bottom"><p> </p><p>Server</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>150168</p><p> </p></td><td valign="bottom">Unable to Email Report. Make sure your preferred email is installed and configured as the default email program</td><td valign="bottom"><p> </p><p>Workstation</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>150216</p><p> </p></td><td valign="bottom">Service restart results in retrying pending change sets starting again from the beginning</td><td valign="bottom"><p> </p><p>Server</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>150839</p><p> </p></td><td valign="bottom">C7000: Sensor Bus 2 flooding Hardware fault detected alarm</td><td valign="bottom"><p> </p><p>Controller</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>151118</p><p> </p></td><td valign="bottom">Email pdf notifications getting disabled when processing EDI</td><td valign="bottom"><p> </p><p>Server</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>151390</p><p> </p></td><td valign="bottom">FK_SitePlan_ExtendedFenceVoltage_SiteItem constraint violation in multiserver</td><td valign="bottom"><p> </p><p>Server</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>151930</p><p> </p></td><td valign="bottom">Ethernet LED not blinking on Controller 7000 Enhanced and High Sec</td><td valign="bottom"><p> </p><p>Controller</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>152143</p><p> </p></td><td valign="bottom">Universal Card Format - missing server-side range checks on most fields</td><td valign="bottom"><p> </p><p>Server</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>152202</p><p> </p></td><td valign="bottom">Error logs displayed on Controller 7000 mdio_cx.c</td><td valign="bottom"><p> </p><p>Controller</p><p> </p></td></tr><tr><td valign="bottom"><p> </p><p>152205</p><p> </p></td><td valign="bottom">Controller 7000 Phy initialisation needs coordination with NIC bonding configuration</td><td valign="bottom"><p> </p><p>Controller</p><p> </p></td></tr></tbody></table>

&#x20;


---

# 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-9.00-releases/9.00-maintenance-release-6.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.
