DBC error codes
The low-order 2 bytes of the BMC Execution Component for z/OS (DBC) reason code contain the error code itself. In some cases, the error code is unique. However, in most cases, the error code is common and can be raised by different programs within different functional areas of DBC.
To identify which program raised the error condition, you must refer to the high-order 2 bytes that identifies the functional area and specific program that caused the error.
The following table lists the DBC error codes in decimal. The error codes are displayed in hexadecimal in messages as part of the reason code.
Error codes for DBC
Code | Identifier | Description |
---|---|---|
General reason codes | ||
1 | DBCT_NOT_FOUND | The DBCT was not found. |
2 | XMLD_NOT_FOUND | The XMLD was not found in the DBCT. |
3 | STG_OBTAIN_ERR | The operation to obtain storage failed. |
4 | STG_RELEASE_ERR | The operation to release storage failed. |
5 | BAD_FUNCTION_CODE | The function code is invalid. |
6 | QUEUE_CREATE_ERR | The creation of the queue failed. |
7 | BAD_REASON_ADDR | The reason code pointer is invalid. |
8 | BAD_TOKEN_ADDR | The token pointer is invalid. |
9 | INVALID_TOKEN | The token is invalid. |
10 | BAD_MESSAGE_ADDR | The message address is invalid. |
11 | BAD_MESSAGE_LEN | The message length is invalid. |
12 | RESOURCE_INUSE | A serialized resource is in use. |
13 | BAD_TARGET_ADDR | The target address is invalid. |
14 | BAD_TARGET_LEN | The target length is invalid. |
15 | EMPTY_QUEUE | The queue is empty. |
16 | MSG_OVERFLOW | The buffer is too small for the read operation. |
17 | BAD_RETLEN_ADDR | The address of the returned length is invalid. |
18 | BAD_REMLEN_ADDR | The address of the remaining length is invalid. |
19 | BAD_MSGID_ADDR | The address of the queue message ID is invalid. |
20 | BAD_MSGTYPE | The message type is invalid. |
21 | MSG_NOTFOUND | The message type was not found. |
22 | DELETE_IN_PROGRESS | An object delete is in progress. |
23 | MESSAGE_INUSE | The requested message is in use. |
24 | BAD_PLIST_ADDR | The address of the parameter list is invalid. |
25 | BAD_EPNAME_ADDR | The address of the EP name is invalid. |
26 | BAD_EPNAME_LEN | The length of the EP name is invalid. |
27 | BAD_EP_ADDR | The address of the EP name is null. |
28 | BAD_QUEUE_ADDR | The queue address is null. |
29 | SVC_INACTIVE | The required service is not active. |
30 | BAD_SERVICE_ADDR | The service address is null. |
31 | NO_TASK_NAME | A syntax error occurred. |
32 | TASK_START_ERR | The task start command failed. |
33 | BAD_PARM_LEN | The parameter length is invalid. |
34 | INVALID_PARM | The parameter is invalid or null. |
35 | INVALID_COMMAND | The command is invalid. |
36 | BAD_TCB_ADDR | The TCB address is null. |
37 | ESTAEX_FAILED | The ESTAEX service failed. |
38 | SVC_STOPPING | The service is stopping. |
39 | BAD_RESP_ID_ADDR | The address of the response ID is invalid. |
40 | RESPONSE_ERROR | An unknown or error response occurred. |
41 | DUPLICATE_NODE | A duplicate XML node name occurred. |
42 | VALUE_NOTFOUND | The required value was not found. |
43 | OPEN_ERROR | An error occurred while DBC was opening the data set. |
44 | LOAD_ERROR | An error occurred while DBC was loading a data set. |
45 | NO_MODNAME | A module name is missing or invalid. |
46 | NO_DDNAME | A DD name is missing or invalid. |
47 | NO_DCB | A DCB pointer is missing or invalid. |
48 | DCB_NOT_OPEN | The DCB is not open. |
49 | INVALID_KEYLEN | The key length is invalid or null. |
50 | INVALID_HANDLE | The service handle is invalid. |
51 | BAD_DSNAME_LEN | The length of the data set name is invalid. |
52 | DUPLICATE_VALUE | A duplicate value occurred. |
53 | INVALID_LENGTH | The length is invalid. |
54 | MISSING_NODE | A missing node or keyword occurred. |
55 | DD_OPEN_ERR | A DD OPEN error occurred. |
56 | DD_ALLOC_ERR | A DD allocation error occurred. |
57 | BLDL_ERROR | A BLDL error occurred. |
58 | DELETE_ERROR | A DELETE error occurred. |
59 | LOCK_HELD | A lock was held. |
60 | INVALID_DATA_TYPE | The data type is invalid. |
61 | INVALID_VALUE | A node or keyword value is invalid. |
62 | BAD_USERID_LEN | The length of the user ID is invalid. |
63 | BAD_SAFREQS_LEN | The length of the SAF requestor value is invalid. |
64 | BAD_SAFRES_LEN | The length of the SAF resource name is invalid. |
65 | DYNALLOC_ERR | A dynamic allocation error occurred. |
66 | DD_CLOSE_ERR | A DD CLOSE error occurred. |
67 | DD_LOAD_ERR | A DD LOAD error occurred. |
68 | SAFOPTS_NOT_FOUND | The SAFOPTS value was not found in DBCT. |
69 | BUILDM_ERR | A SAS/C buildm() error occurred. |
70 | DD_CONCAT_ERR | A DD CONCATENATE error occurred. |
71 | BAD_GROUP_LEN | The length of the <GROUP> element is invalid. |
72 | NAMETOKEN_ERR | A name or token services error occurred. |
73 | IDENTIFY_ERR | The z/OS IDENTIFY operation failed. |
74 | GETEP_ERR | The get DYNMOD entry point operation failed. |
75 | DYNAMN_NOTFOUND | The DYNAMN object was not found. |
76 | DYNMOD_NOTFOUND | The DYNMOD object was not found. |
77 | SEND_RESPONSE_ERR | An error occurred while DBC was sending the response to the queue. |
78 | BAD_PRODCODE_LEN | The length of the product code is incorrect. |
79 | BAD_OBJGRP_LEN | The length of the object group is incorrect. |
80 | BAD_OBJNAME_LEN | The length of the object name is incorrect. |
81 | BAD_OBJTYPE_LEN | The length of the object type is incorrect. |
82 | BAD_RSP_BUF_LEN_ADDR | The address of the response buffer length is incorrect. |
83 | BAD_RSP_RC_ADDR | The address of the response return code is incorrect. |
84 | BAD_RSP_RSN_ADDR | The address of the response reason code is incorrect. |
85 | DPRSERVICE_NOT_FOUND | The DPR service object was not found. |
86 | BAD_CLASS_NAME | The resource class name is invalid. |
87 | BAD_COMPONENT_NAME | The component name is invalid. |
88 | BAD_COMPONENT_TYPE | The component type is invalid. |
89 | SAFCLASS_CREATE_ERR | A SAFCLASS object create error occurred. |
90 | BAD_FMID_LEN | The length of the FMID value is invalid. |
91 | BAD_PIID_LEN | The length of the PIID valid is invalid. |
92 | ADD_LISTKEY_ERR | The DPR component failed to add the object to the keyed list. |
93 | DUPLICATE_REC | The request found a duplicate record. |
94 | SEND_MSG_ERR | The DPR component failed to send the message to the queue. |
95 | REC_NOT_FOUND | The record was not found. |
96 | BAD_CSCBKEY | The CSCB key value is invalid. |
97 | BAD_CSCBKEY_LEN | The CSCB key length is invalid. |
98 | CSCB_NOTFND | The CSCB was not found. |
99 | CSCB_RETRY | The maximum limit for CSCB error retries was reached. |
400 | OPTION_NOT_FOUND | The option was not found in the DBCT. |
401 | REPOS_NOT_AVAILABLE | The repository is not available. |
402 | RESP_NOT_REQUIRED | A message object response was not required. |
403 | DEFLATE_ERROR | An error occurred during object serialization. |
404 | BAD_RSPID_ADDR | A bad response ID address detected. |
405 | RESP_WAS_SENT | A message response was already sent. |
406 | BAD_DBCT_ADDR | The DBCT pointer is invalid. |
407 | DECONCAT_ERR | A deconcatenation error occurred. |
408 | DBCP_ENQ_ERROR | An error in API ENQ processing occurred. |
409 | BAD_ASPACE_ADDR | The ASPACE pointer is invalid. |
410 | BAD_SSID_ADDR | The SSID pointer is invalid. |
411 | DBCP_NOT_FOUND | The DBCP ENQ was not found. |
412 | ESTAE_RETRY | The recovery retry maximum was hit. |
413 | ASID_NOTFND | The address space was not found. |
414 | READ_RESPONSE_ERR | An error occurred in the read response queue. |
415 | DEALLOC_ERR | A DD deallocation error occurred. |
416 | BAD_FUNCTION_PARMS | The function-specific parameters are not valid. |
417 | BAD_ENCLAVE_LEN | The enclave length is invalid. |
418 | OBJECT_CREATE_ERR | An object create error occurred. |
419 | LATCH_CREATE_ERR | A latch set create error occurred. |
420 | LATCH_OBTAIN_ERR | A latch obtain error occurred. |
421 | DD_DELETE_ERR | A DD DELETE error occurred. |
422 | BAD_FNAME_ADDR | A function name is missing. |
423 | BAD_CORRNAME_LEN | The correlation name length is invalid. |
424 | BAD_PERFGRPNUM | The performance group number is invalid. |
425 | BAD_SRB_ADDR | The SRB EP address is invalid. |
427 | DBCMAI31_QUEUE_NOT_FOUND | The DBCMAI31 queue was not found. |
428 | SCCATT_INIT_FAILED | An att API init error occurred. |
429 | SCCATT_TERM_FAILED | An att API termination error occurred. |
430 | SCCATT_CONN_FAILED | An att API connection error occurred. |
431 | SCCATT_DCON_FAILED | An att API disconnect error occurred. |
432 | SCCATT_CMD_FAILED | An att API DB2 command error occurred. |
433 | BAD_MQINFO_ADDR | The MQINFO address is missing. |
439 | LATCH_NOT_FOUND | The latch set was not found. |
440 | BAD_REQID_ADDR | No requestor ID address existed. |
441 | BAD_LTOKEN_ADDR | No latch token addr ess existed. |
442 | BAD_LNUM_ADDR | No latch number addr ess existed. |
443 | BAD_LOPT_ADDR | No latch access option addr ess existed. |
444 | IEANTRT_ERR | An IEANTRT service error occurred. |
445 | IEANTCR_ERR | An IEANTCR service error occurred. |
446 | ISGLCRT_ERR | An ISGLCRT service error occurred. |
447 | ISGLPRG_ERR | An ISGLPRG service error occurred. |
448 | ISGLOBT_ERR | An ISGLOBT service error occurred. |
449 | ISGLREL_ERR | An ISGLREL service error occurred. |
450 | VSMLIST_ERR | The virtual Storage Manager (VSM) statistics interface failed. |
451 | BAD_PRINT_ADDR PRINT | A class object pointer is null or invalid. |
452 | DD_CREATE_ERR | The creation of a DD class object failed. |
453 | BAD_OBJECT_ADDR | An invalid or null object address was found. |
454 | BAD_STRUCT_ADDR | An invalid or null struct pointer was found. |
455 | ESTAE_NOT_SET | An internal recovery failed to set ESTAE. |
456 | DIAGNOSE_FAILED | An internal DIAGNOSE command failed. |
XMLD parser API reason codes | ||
100 | BAD_PARM | The input parameter is invalid. |
101 | PINST_EXISTS | The parser instance already exists. |
102 | PINST_NO_EXISTS | The parser instance does not exist. |
103 | PBLK_ALLOC_ERR | The allocate parser instance CB operation failed. |
104 | PINST_CREATE_ERR | The create parser instance operation failed. |
105 | PINST_FREE_ERR | The free parser instance operation failed. |
106 | PARSE_EXISTS | The parse tree already exists. |
107 | PARSE_NO_EXISTS | The parse tree does not exist. |
108 | PARSE_ERR | The parse request failed. |
109 | PARSE_FREE_ERR | The free parse tree operation failed. |
110 | GET_ROOT_ERR | The get root node operation failed. |
111 | SET_NODE_ERR | The set node value operation failed. |
112 | GET_ATTR_ERR | The get attribute operation failed. |
113 | SERIALIZE_ERR | The serialize parse tree operation failed. |
114 | SERIALIZE_FREE_ERR | The release serialized operation failed. |
Parser reason codes | ||
115 | GET_NODE_TYPE_ERR | The get node type operation failed. |
116 | AUTH_FAIL | The request was not authorized and failed. |
117 | AUTH_ERROR | An authorization error occurred. |
118 | PINST_HANDLE_ERR | The parser instance handle is invalid. |
119 | PARSE_HANDLE_ERR | The parser session handle is invalid. |
120 | NODE_NOTFND | The child node not was found. |
121 | CURR_NODE_ERR | The current node is in error. |
122 | CHILD_NODE_ERR | The child node is in error. |
Task and service object reason code | ||
130 | BAD_PGMNAME | The address of the program name is invalid. |
131 | BAD_PGMNLEN | The length of the program name is invalid. |
132 | NULL_TCB_ADDR | The TCB address is null. |
133 | TASK_IS_ACTIVE | The task is still active. |
134 | NULL_TASK_ADDR | The address of the TASK object is null. |
135 | ATTACH_ERR | A task ATTACH error occurred. |
136 | NO_ACTIVE_TASKS | No active tasks are available. |
137 | TASKS_IN_SHUTDOWN | Tasks are still shutting down. |
138 | INVALID_QTYPE | The queue type is invalid. |
139 | SVC_NOT_STOPPING | The service is not stopping. |
140 | TASK_ABEND | A task abend was detected. |
141 | TASK_IS_DETACHED | A task is detached. |
142 | TASK_IS_STOPPING | A task is stopping. |
143 | BAD_RESP_IDENTIFIER | The required response ID parameter is missing. |
144 | BAD_RESP_BUFFER_PTR | The required buffer address is missing. |
145 | BAD_RESP_LENGTH_PTR | The required buffer length is missing. |
146 | BAD_RESP_BUFFER_LEN | The response buffer length is zero or invalid. |
147 | READRESPONSE_TIMEOUT | The read response request timed out. |
148 | TASK_IS_TERMINATED | The task terminated. |
149 | TASK_NOT_TERMINATED | The task did not terminate. |
XMQUEUE and DBC USS MQ service reason codes | ||
150 | BAD_USS_REASON_ADDR | The address of the USS reason code is invalid. |
151 | BAD_MQID_ADDR | The address of the MQ ID is invalid. |
152 | BAD_MQTYPE_ADDR | The address of the MQ type is invalid. |
153 | BAD_WAIT_ADDR | The address of the WAIT indicator is invalid. |
154 | BAD_RET_MSGTYPE_ADDR | The address of the returned message type is invalid. |
155 | BAD_RET_BYTE_CNT_ADDR | The address of the returned byte count is invalid. |
156 | USS_SERVICE_ERR | A USS service error occurred. USS_SERVICE_ERR indicates that the USS service returned an error. To diagnose, see the return code and the returned USS reason code in USS system services messages and codes manual. |
157 | TARGET_BUF_TOO_SMALL | (warning) The target message buffer is too small. You need a larger message buffer. |
1141 | USS_ID_REMOVED | The USS identifier was removed. |
DPRCOMP component reason codes | ||
163 | FINDDB2_FAILED | The find DB2 request failed. |
164 | TARGET_FAILED | The syntax for the TARGET statement is invalid. |
165 | STOPSRB_FAILED | The STOP SRB request failed. |
166 | DPIQUEUE_NOT_FOUND | The main queue of the DPI component was not found. |
167 | DPIQUEUETKN_ERROR | A queue token error occurred. |
168 | ENCLAVE_DISABLED | The enclave is disabled. |
169 | SRBTERM_FAILED | The SRB terminate request failed. |
170 | DPRCOMP_NOT_FOUND | The DPR component was not found in DBCT. |
171 | INVALID_REQUEST | The DPR request is invalid. |
172 | PDM_GET_XML_ERR | The PDM get request operation failed. |
173 | PDM_XML_DOC_ERR | The PDM XML document is invalid. |
174 | INIT_FAILED | The request to initialize a product failed. |
175 | EXECUTE_FAILED | The product execute operation failed. |
176 | STARTAGENT_FAILED | The request to start an agent failed. |
177 | STOPAGENT_FAILED | The request to stop an agent failed. |
178 | TASKSTOP_FAILED | The request to stop a task failed. |
179 | SEND_FAILED | The send request failed. |
180 | STARTPROCESS_FAILED | The request to start a process failed. |
181 | STOPPROCESS_FAILED | The request to stop a process failed. |
182 | DISPLAY_FAILED | The <DISPLAY> command for a product definition XML document failed. |
183 | INITDIR_FAILED | The <INITPROD> command for a product failed. |
184 | INITPDM_FAILED | The <INITPRODBYPDM> command failed. |
185 | TRACE_FAILED | The request to control internal tracing failed. |
186 | OPEN_DREP_ERR | The DPR component encountered an error while opening the DPR repository. |
187 | CLOSE_DREP_ERR | The DPR component encountered an error while closing the DPR repository. |
188 | INIT_DREP_ERR | The DPR component encountered an error while initializing the DPR repository. |
189 | PUT_INITPROD_ERR | The DPR component encountered an error while putting the INITPROD record in the DPR repository. |
190 | GET_INITPROD_ERR | The DPR component encountered an error while getting an INITPROD record from the DPR repository. |
191 | DPRREPOS_CREATE_ERR | A DPRREPOS object create error occurred. |
192 | TERMPROD_FAILED | The request to terminate a product failed. |
193 | DISABLE_FAILED | A request to <DISABLE> a DPR-initialized product object or a component of that product (that is, FUNCTION, AGENT, or PROCESS) failed. For more information, see accompanying message BMCDBC0099E. This message identifies the target component of the DISABLE request |
194 | GETPROD_FAILED | A request to locate an instance of an initialized PRODUCT failed. This reason code is issued within the context of error message BMCDBC0072E or BMCDBC0095E to indicate the specific parameter in error. |
195 | AUTOEXEC_FAILED | An AUTOEXEC failure occurred. |
196 | PRODUCT_NOT_FOUND | The product object was not found. |
197 | DPR_NOT_ACTIVE | The DPR component is not active. |
198 | ENCLAVE_FAILED | The enclave request failed. |
199 | STARTSRB_FAILED | The STARTSRB request failed. |
204 | PUT_START_ERR | The put START record operation failed. |
205 | GET_START_ERR | The get START record operation failed. |
213 | TASKTERM_FAILED | The internal TASKTERM messages failed. |
214 | TERMPROD_IN_PROGRESS | A TERMPROD request is already in progress. |
215 | PRTOPEN_FAILED | A print service PRTOPEN request failed. |
216 | PRTSEND_FAILED | A print service PRTSEND request failed. |
217 | PRTFLUSH_FAILED | A print service PRTFLUSH request failed. |
218 | PRTCLOSE_FAILED | A print service PRTCLOSE request failed. |
219 | SERVICE_FAILED | A SERVICE request failed. |
220 | SERVICE_IS_STARTED | The SERVICE is already started. |
221 | SERVICE_IS_STOPPED | The SERVICE is already stopped or stopping. |
222 | REGISTER_FAILED | The SERVICE object registration failed. |
223 | RIDMAN_NOT_FOUND | The RID manager object was not found in DPR component object. |
224 | RID_LOG_ERROR | An error occurred logging a response ID. |
225 | SENDRESP_FAILED | The send response request failed. |
226 | RID_NOT_FOUND | A requested response was not found in log. |
227 | RID_IN_ERROR | The response ID object was in error. |
228 | RID_LOCK_HELD | The response ID log lock was held. |
229 | RID_NOT_EXPIRED | The response ID was not expired. |
230 | RID_ EXPIRED | The response ID has expired. |
231 | INVALID_HANDLER_TYPE | The SERVICE handler type was invalid. |
232 | XMQCLEAN_FAILED | An internal request to clean the cross-memory queue failed. |
233 | BAD_SVCID_LEN | The length of the SERVICE ID is invalid. |
234 | BAD_NAMESPACE_LEN | The length of the SERVICE namespace is invalid. |
235 | GET_COMMAND_ERR | The get of a COMMAND record type failed. |
236 | RID_REMOVED | The response ID was removed from the log. |
External DPR component API (DBCIAPI) reason codes | ||
200 | DBCIAPI_DBC_NOT_FOUND | DBC was not found. |
201 | DBCIAPI_BUF_TOO_SMALL | The READ buffer is too small. The buffer needs to be larger. |
202 | DBCIAPI_BAD_TIMEOUT | The time-out value is invalid. |
203 | DBCIAPI_TIMEOUT | The READ function timed out. |
206 | INITDB2CP_FAILED | The INITDB2CP command failed. |
207 | DELETE_FAILED | The DELETE request failed. |
208 | DBCCMD_FAILED | The DBCCMD request failed. |
209 | DB2INFO_FAILED | The DB2INFO request failed. |
210 | DB2CMD_FAILED | The DB2CMD request failed. |
212 | REFRESH_FAILED | The REFRESH request failed. |
PRODUCT, AGENT, FUNCTION, and PROCESS reason codes | ||
250 | BAD_SAFCLASS_LEN | The length of the SAF class valid is invalid. |
251 | BAD_VERSION_LEN | The length of the version value is invalid. |
252 | BAD_RELEASE_LEN | The length of the release value is invalid. |
253 | BAD_FUNCTION_LEN | The length of the function is invalid. |
254 | BAD_AGENT_LEN | The length of the agent value is invalid. |
255 | BAD_PROCESS_LEN | The length of the process value is invalid. |
256 | ENABLE_FAILED | The product enable operation failed. |
257 | INVALID_DSN | The data set name is invalid. |
258 | IS_ENABLED | The object is enabled. |
259 | IS_DISABLED | The object is disabled. |
260 | SVC_ERR | An SVC screening error occurred. |
261 | BAD_PDXD_LEN | The length of the product definition XML document is null. |
262 | PDXD_ALREADY_SAVED | The product definition XML file was already saved. The request to save the file is a duplicate. |
263 | AGENT_NOT_FOUND | The agent object was not found. |
264 | AGENT_NOT_ACTIVE | The agent task is not active. |
265 | AGENT_IS_ACTIVE | The agent task is already active. |
266 | PROCESS_NOT_FOUND | The process object was not found. |
267 | PROCESS_NOT_ACTIVE | The process is not active. |
268 | PROCESS_IS_ACTIVE | The process is already active. |
269 | PROCESS_TERMINATED | The process has terminated. |
270 | PROCESS_STATE_UNKNOWN | The process state is unknown. |
271 | FUNCTION_NOT_FOUND | The function object was not found. |
275 | BAD_SRB_LEN | The length of the SRB is invalid. |
276 | DUPLICATE_SRB | The SRB is a duplicate. |
277 | SRB_NOT_FOUND | The SRB object was not found. |
278 | ENCLAVE_NOT_FOUND | The ENCLAVE object was not found. |
279 | SRB_IS_ACTIVE | The SRB is already active. |
280 | SRB_NOT_ACTIVE | The SRB is not active. |
281 | INVALID_AGENT_TYPE | An unsupported or invalid agent type was detected. |
282 | INVALID_AGENT_AMODE | An unsupported or invalid agent AMODE was detected. |
283 | BAD_USER_KEY | An unsupported or invalid PRODUCT key was specified. |
Repository reason codes |
| |
300 | BAD_VSAM_RC_ADDR | The address of the VSAM return code is invalid. |
301 | BAD_VSAM_RSN_ADDR | The address of the VSAM reason code is invalid. |
302 | BAD_DBCV_ADDR | The address of the DBC VSAM block is invalid. |
303 | BAD_REC_ADDR | The address of the record is invalid. |
304 | BAD_RECLEN_ADDR | The address of the record length is invalid. |
305 | BAD_KEY_ADDR | The address of the record key is invalid. |
306 | GENCB_ACB_ERR | The generate ACB operation failed. |
307 | GENCB_RPL_ERR | The generate RPL operation failed. |
308 | MODCB_ACB_ERR | The modify ACB operation failed. |
309 | MODCB_RPL_ERR | The modify RPL operation failed. |
310 | SHOWCB_ACB_ERR | The extract ACB field operation failed. |
311 | SHOWCB_RPL_ERR | The extract RPL field operation failed. |
312 | VSAM_OPEN_ERR | The OPEN VSAM data set operation failed. |
313 | VSAM_CLOSE_ERR | The CLOSE VSAM data set operation failed. |
314 | VSAM_GET_ERR | The GET record operation failed. |
315 | VSAM_PUT_ERR | The PUT record operation failed. |
316 | VSAM_POINT_ERR | The POINT record operation failed. |
317 | VSAM_ERASE_ERR | The ERASE record operation failed. |
318 | ALLOC_DBCV_ERR | The allocate DBCV block operation failed. |
319 | ALLOC_RECBUF_ERR | The allocate record buffers operation failed. |
320 | BAD_REC_TYPE | An unsupported or invalid record type was detected. |
XCFCOMP component reason codes | ||
500 | XCFCOMP_NOT_FOUND | XCFCOMP was not found in the DBCT. |
501 | XCF_NOT_ACTIVE | XCFCOMP is not active. |
502 | XCF_SERVICE_CODE | The XCF service returned a warning or error. |
503 | XCF_ACTIVATION_FAILED | An activation failure error occurred. |
504 | XCF_NO_MEMBER_LIST | No member list is available. |
505 | XCF_MEMBER_NOT_FOUND | The member is not in the member list. |
506 | XCF_JOIN_FAILED | The IXCJOIN operation failed. |
507 | XCF_LEAVE_FAILED | The IXCLEAVE operation failed. |
508 | BAD_XCF_GROUP_NAME | The XCF group name is invalid. |
509 | BAD_XCF_MEMBER_NAME | The XCF member name is invalid. |
510 | XCF_QUERY_GROUP_FAILED | The IXCQUERY operation for the group failed. |
511 | XCFGROUP_REFRESH_FAILED | The XCFGROUP refresh failed. |
512 | XCF_MULT_MEMBERS_FOUND | Multiple members were found. |
513 | XCF_SEND_FAILED | The IXCMSGO operation failed. |
514 | XCF_COMPID_ERROR | The XCF component ID is invalid. |
EMSCOMP component reason codes | ||
600 | EMSCOMP_NOT_FOUND | The EMSCOMP component anchor was not found in the DBCT. |
601 | EVENTDEF_FAILED | An EVENTDEF request failed. |
602 | EVENTDEL_FAILED | An EVENTDEL request failed. |
603 | EVENTPUB_FAILED | An EVENTPUB request failed. |
604 | EVENTSUB_FAILED | An EVENTSUB request failed. |
605 | EVENTUNSUB_FAILED | An EVENTUNSUB request failed. |
606 | EVENT_NOT_FOUND | The named event was not found. |
607 | EVENT_NO_SUBSCRIBERS | A publish event was discarded because no subscribers to the event were found. |
608 | SUBSCRIB_NOT_FOUND | The specific subscriber was not found. |
609 | SUBSCRIB_DELAYED | A subscription event was delayed as the event has not yet been defined. |
CMDCOMP component reason codes | ||
700 | CMDCOMP_NOT_FOUND | The CMDCOMP component was not found in the DBCT. |
701 | CMD_ACTIVATION_FAILED | An activation failure occurred. |
702 | CMDDEF_FAILED | A CMDDEF request failed. |
703 | CMDDEL_FAILED | A CMDDEL request failed. |
704 | CMD_NOT_FOUND | The command was not found. |
705 | DPR_API_NOT_FOUND | The DPR API address is invalid. |
706 | DPR_API_FAILED | A DPR API error occurred. |
707 | CMDSRCLIST_NOT_FOUND | The command SRCLIST was not found. |