> For the complete documentation index, see [llms.txt](https://docs.opshub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opshub.com/v7.226/help-center-index/troubleshooting-index/errors-index/installer-error-solutions/ops-005.md).

# OPS-005

### Description

When you encounter OPS-0005, then following error message will appear in dialog box:

```
OPS-005:Your temporary path contains special characters ! or ;.
Please set a path not containing these special characters in OPSHUB_TEMP environment variable and try again.
```

### Cause

This error occurs when TEMP, environment variable in Windows contains '!' at end of directory in path, i.e., `C:\Users\xyz!\AppData\Local\Temp` or ';' anywhere in path, i.e., `C:\Users\xyz\App;Data\Local\Temp`.

### Solution

The user can follow either of the following steps:

1. Create a new environment variable called `OPSHUB_TEMP` and assign a path to it such that it does not contain ';' or '!' as mentioned above, OR
2. Change the TEMP environment variable such that it does not contain '!' at end of directory name or ';' anywhere in path.


---

# 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:

```
GET https://docs.opshub.com/v7.226/help-center-index/troubleshooting-index/errors-index/installer-error-solutions/ops-005.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.
