> For the complete documentation index, see [llms.txt](https://docs.itconductor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.itconductor.com/user-guide/sid-refresh/troubleshooting.md).

# Troubleshooting Guide

This section includes a list of common issues, their symptoms, what environments are affected, what are the possible causes, and how to resolve them. Kindly read through to find out how you can solve the errors you may have encountered while using SID-Refresh.

### Quick Reference <a href="#troubleshootingguide-quickreference" id="troubleshootingguide-quickreference"></a>

* [Program Run as root](/user-guide/sid-refresh/troubleshooting/program-run-as-root.md)
* [Component CRM\_MIDDLEWA\_CRM - CRM Middleware Configuration](/user-guide/sid-refresh/troubleshooting/crm-middleware-configuration.md)
* [SICF has wrong credentials after System Refresh](/user-guide/sid-refresh/troubleshooting/sicf-wrong-credentials.md)
* [Fails to Start the Java-based GUI](/user-guide/sid-refresh/troubleshooting/failure-to-start-the-java-based-gui.md)
* [Java-based GUI Runs with Pixelated Fonts](/user-guide/sid-refresh/troubleshooting/pixelated-fonts.md)
* [No e-mail message is created after sending an email in SO01](/user-guide/sid-refresh/troubleshooting/no-email-message.md)
* [SU01: Error in user management](/user-guide/sid-refresh/troubleshooting/su01-error-in-user-management.md)
* [External Resources](/user-guide/sid-refresh/troubleshooting/external-resources.md)

### Collecting Diagnosis for Support Team <a href="#troubleshootingguide-collectingdiagnosisforsupportteam" id="troubleshootingguide-collectingdiagnosisforsupportteam"></a>

To help SID-Refresh Support Team analyze and diagnose problems with your system, you can collect a range of diagnosis information from your system into a zip file.

1. Launch SID-Refresh in GUI mode.
2. Select the directory containing the export/import files.
3. Click **Diag** to start the diagnosis.
4. After the diagnosis process is completed, you will see information about the created file.
5. You can download the collection of the diagnosis files (ZIP-archive having file name pattern **(SID-Refresh\_infodump\_\<yyyy>-\<mm>-\<dd>\_\<hh>-\<mm-\<ss>.zip)** and e-mail us at: <sidrefresh@itconductor.com>

Download the [SID-Refresh User Guide](https://1076048841-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2FHrtCjUhjOqlsJgxhrvko%2F2989096961?alt=media) for a more detailed guide on how to use the tool.


---

# 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://docs.itconductor.com/user-guide/sid-refresh/troubleshooting.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.
