OPS-005
Description
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
Solution
Last updated
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.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.
The user can follow either of the following steps:
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
Change the TEMP environment variable such that it does not contain '!' at end of directory name or ';' anywhere in path.
Last updated

