HOPA error code can be extracted from error code returned from IIS by masking two most significant bytes or subtracting 0x80040000 (-2147221504 decimal). E.g. error returned by server
Error Type:
HOPAMain (0x8004000E)
[HOPA Error] Invalid object class name: 'RoomsXXX'
/HIS20/HOPAGetView4Object.asp, line 7
means that HOPA error 14 (hex 0x0E) occurred.
Num. | ID | Description |
1 | errVBRunTime | This error code is never returned - this number can be used in context in "ErrImage" parameter |
2 | errNoLic | No valid license for HOPA found |
3 | errAccDenied | Access denied. It can occur in following circumstances: - Session count exceeded - DB users count exceeded - Concurrent users count exceeded - Invalid user specified - HOPA users count exceeded |
4 | errInvUser | Invalid user specified as anonymous user in HIS configuration |
5 | errInvObjID | Invalid "ObjID" parameter supplied |
6 | errBadParams | Invalid parameters |
7 | errInvParamName | Bad parameters supplied (either parameter does not exist or is not allowed for given function) |
8 | errInvObjSpec | Invalid (missing) object specification (either "ObjCls" or "ID" parameter) |
9 | errObjNotFound | Specified object not found |
10 | errInvPresentName | Invalid presentation name ("Present" parameter) |
11 | errNothingToShow | Nothing to show (supplied document searching criteria caused no documents found) |
12 | errBadPars | Invalid parameters |
13 | errInvHierName | Invalid hierarchy name ("HierName" parameter) |
14 | errInvClass | Invalid object class name ("ObjCls" parameter) |
15 | errUnknown | Internal error |
16 | errInternal | Internal error |
17 | errMaskNotAvail | Masking is available only with Object Overlay and View enabled (SOO=1, UV=1 - defaults) |
18 | errMaskModeInv | Invalid "MaskMode" parameter |
19 | errNoObjSpec | Missing object specification |
20 | errDocNotLocated | Document cannot be located |
21 | errCompKeyNotSupp | Compound key not supported |
22 | errInvAncClass | Invalid ancestor class ("AncClass" parameter) |
23 | errSpotColorNotValid | Spot color not valid ("SpotColor" parameter) |
24 | errBkColorNotValid | Background color not valid ("BkColor" parameter) |
25 | errBitDepthNotValid | Requested bit depth not valid ("BitDepth" parameter) |
26 | errInvReqDocNum | Requested document number does not exists ("DocNum" parameter) |
27 | errInvDocId | Supplied document ID is invalid ("DocID" parameter) |
28 | errPresentNotSpecified | Presentation name / definition was not specified ("Present" or "PresentDef" parameter) |
29 | errInvPresentParams | Syntax of presentation definition is invalid ("PresentDef" parameter) |
30 | errInvPresentCannotCreate | Presentation cannot be created ("PresentDef" parameter) |