> For the complete documentation index, see [llms.txt](https://learn.capstorm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.capstorm.com/reference/configuration-tab/maintenance.md).

# Maintenance

The Maintenance Configuration Editor is used when troubleshooting replication issues.

![](/files/aZ3n0mvQQy7bWT1HLomQ)

| Parameter Name             | Default Setting | Required | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| -------------------------- | --------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Modified Since             | Blank           | No       | <p>If a date is specified, then only records created or modified on or after the specified date are copied. Built in relative dates are available from a pull-down menu or a fixed date can be entered. When entering a date, the interface will have a yellow background which clears when a date is recognized.</p><p>Fixed date formats are:</p><ul><li>dd-MMM-yy (19-May-1984)</li><li>M/d/y (5/19/84)</li><li>dd.MM.yy (19.5.1984)</li><li>dd-MM-yy (19-5-84)</li><li>yyyyMMdd (19840519)</li></ul> |
| Modified Thru              | Blank           | No       | If a date is specified, only records created on or modified up to or on the specified date are copied. See format notes above.                                                                                                                                                                                                                                                                                                                                                                           |
| Ignore Timestamps          | Unchecked       | No       | <p>If checked, CopyStorm will retrieve records in ID order rather than timestamp order.</p><p><strong>WARNING</strong>: unless a CopyStorm job runs to completion without errors, using this option will make subsequent incremental updates fail to fetch the proper records.</p>                                                                                                                                                                                                                       |
| Analyze UNKNOWN\_EXCEPTION | Unchecked       | No       | When Salesforce returns an UNKNOWN\_EXCEPTION this generally indicates that a SOQL query failed in a way the Salesforce infrastructure did not expect. When this option is checked and CopyStorm is running in GUI mode, CopyStorm will do a rather expensive analysis of the failed SOQL and attempt to determine a very small SOQL statement which exhibits the problem. The very small SOQL statement is what Salesforce support will require (even demand!).                                         |


---

# 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://learn.capstorm.com/reference/configuration-tab/maintenance.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.
