| Back | Main view
Problems with IMiS menu actions that access TEMP folder on WIN 2000
Product: | IMiS/Scan, IMiS/View |
Release: | All |
Date: | 08/27/2001 |
Case:
Problem may occur with IMiS menu actions: "Send by e-mail...", "Send for OCR...", "OCR..." and "Attach To Notes". Cause of the problem is default TEMP variable on WIN 2000 which contains spaces. So GetTempPath WIN API method returns long path with spaces and one of internal IMiS methods can not handle that. Error "Error while retrieving IMiS object." appears.
Description:
Error may appear only on WIN 2000 workstation without any Service Pack installed. The reason is that behaviour has been changed in WIN 2000 Service Packs, so that GetTempPath method returns short path without spaces and problem does not appear.
For WIN 2000 workstation without Service Pack, we recommend the following workaround: change TMP and TEMP variable to path without spaces.
Related Documents:
| Back | Main view