Code | Error | Description |
-1 | Unknown error | Unexpected error / Error for which cause is not determined. See "imis.log" file for more info. |
-2 | Invalid parameter for storage | One of the parameters for accessing storage is not valid. Probably incorrect values for input parameters. (usually points to programming error) |
-3 | Unsupported | Document image format is unsupported by PixTools. / COM: User wants to use unsupported method in IMiSClient.
(Trying to scanning with IMiS/View) |
1 | User cancel | The user has gracefully canceled the operation (e.g.: Did not save the object in IMiS/Scan Imaging Client when called with scan() method). |
2 | Inconsistent | Document is partly saved. During work document was saved, changed and not saved on close. |
3 | Time-out | WaitForExit method in Application COM object has time-outed. |
10 | Storage engine init | Storage subsystem initialization error. Common causes of this error are:
a) ODMA subsystem is requested but not available.
b) IMiS/ARChive Client Library is required but not available. (iarcli.dll/libiarcli.so) |
11 | Object not found | Requested object does not exists or is unavailable. Common causes for this error are:
a) Object has been deleted.
b) Storage Server Volume where this object resides is unmounted.
c) User requested an object with invalid ID. |
12 | Out of memory | The system has run out of memory for the requested operation. |
13 | Read error | System has reported a read error on the requested object. This object will not be available to the user. |
14 | Write error | System has reported a write error for the object which is being saved. This object should be considered UNSAVED! Common causes for this error are:
a) Storage System has run Out Of Space an all mounted volumes.
b) Storage System was unable to complete the save operation due to a system error. |
15 | Invalid access | The user has insufficient right to complete the requested operation on this object. Common causes for this error are:
a) When using IMiSODMAStorage object: The user has insufficient rights to read/write/create/modify an object.
b) When using IMiSFileSystemStorage object: The user has insufficient rights on the set storage space. |
17 | Log message write error | Error while writing message to action log. |
18 | Log entry write error | Error while writing entry to action log. |
19 | Log query error | Error while sending log query to action log. |
-201 | Invalid storage | This error is a special case of "Invalid parameter". Common causes for this error are:
a) When using IMiSARCStorage object: Invalid Profile or Object MIME type used. Storage System reported that the requested Profile for storage and/or objects MIME type are unregistered. |
-101 | Invalid TIFF page | Requested page from tiff image does not exist. |
61523 | Network problem | No connection to storage provider or storage provider is not running. |