Skip to main content

Cpp TEAdmin and TEAgent Error Messages

General Errors

CodeMessage
ERR_GEN_UNEXPECTEDUnexpected error.
ERR_GEN_EMPTY_BUFFEREmpty buffer.
ERR_GEN_SYSTEMSystem error.
ERR_CRYPTO_ENCRYPTError encryption data.
ERR_CRYPTO_DECRYPTError decryption data.
ERR_CRYPTO_PROCESSError processing data.
ERR_CRYPTO_HASHError hashing data.
ERR_CRYPTO_PKCS5VERInvalid PKCS5 version
ERR_NULL_HIDDENLINKT-tag cannot be null or empty.
ERR_MIN_CHUNK_SIZEChunk size is too small.
ERR_CMD_EXECommand execution error.
ERR_NO_OBJ_RETNo object returned.
ERR_INVALID_TYPEInvalid type.
ERR_EMPTY_PASSWDNull or empty password.
ERR_EMPTY_VERSION_INFONo version information.
ERR_INCONSISTANDinconsistant number of objects returned
ERR_UNSUPPORTED_TYPEUnsupported type.
ERR_CLONEClone error.
ERR_NO_CERT_ISSUEDNo certificate issued
ERR_INCONSISTANT_SIZEInconsistent size.
ERR_INVALID_RET_HLInvalid returned T-tag
ERR_CONT_INVALID_IDXInvalid index.

Connection and Authentication Errors

CodeMessage
ERR_COMM_TYPEWrong connection type.
ERR_COMM_HANDLEWrong connection handle.
ERR_CONN_OPENError opening connection.
ERR_COMM_FLUSHError flushing connection.
ERR_NO_CONNECTIONNo connection.
ERR_CONN_CLOSEError closing connection.
ERR_CONN_GET_HNDLError getting connection handle.
ERR_CONN_CRE_INSTError creating connection instance.
ERR_CONN_GET_INSTANCEError getting connection instance.
ERR_CONN_CRE_INSTANCEError creating connection instance.
ERR_ATTACH_CONNError attaching connection.
ERR_DETACH_CONNError detaching connection.
ERR_CONN_NULLNull connection.
ERR_WRONG_SIZEWrong connection pool size.
ERR_COMM_AUTHENTICAuthentication error.
ERR_AUTH_CTX_TYPEWrong authentication context type.
ERR_ZERO_DATANo data returned from server.

Matrix Errors

CodeMessage
ERR_MTX_METHODMethod error.
ERR_MTX_GET_CELL_HASHError getting element's hash value.
ERR_MTX_CLONEClone error.
ERR_MTX_INVALID_HASH_COLInvalid hash column.
ERR_MTX_MISMATCHCOL_SALTColumn numbers mismatched.

ACL Function Errors

CodeMessage
ERR_ACLINFO_GETENTSError getting ACL entries.
ERR_ACLINFO_CLEARENTError clearing ACL entries.
ERR_ACLINFO_ADDENTError adding ACL entries.
ERR_ACLINFO_IDXOperator error.
ERR_ACLINFO_REMOVEENTError removing ACL entry.
ERR_ACL_UPD_CDWrong update code.

Principal Function Errors

CodeMessage
ERR_GET_PRINCIPAL_NAMEError getting principal name.

User Function Errors

CodeMessage
ERR_CONST_USERError constructing user object.
ERR_SET_PASSWDError setting password.
ERR_SET_USER_NAMEError setting username.
ERR_GET_USER_NAMEError getting username.

Group Function Errors

CodeMessage
ERR_GROUP_CONSTError constructing group object.
ERR_GROUP_SET_NAMEError setting group name.
ERR_GROUP_GET_NAMEError getting group name.
ERR_GROUP_CLONEError cloning group.
ERR_GROUP_PCOUNTError getting principal count.
ERR_GROUP_GET_PIDError getting all principal IDs.
ERR_GROUP_ADD_PIDError adding principal ID to group.
ERR_GROUP_RM_PIDError removing principal ID from group.

Transport Principal Function Errors

CodeMessage
ERR_CONST_TRANSError constructing transport principal object.
ERR_SET_CERTIDError setting certificate ID.
ERR_GET_CERTIDError getting certificate ID.
ERR_SET_CERTError setting certificate.
ERR_GET_CERTError getting certificate.
ERR_GEN_PKCSRError generating private key and CSR.
ERR_GET_SUBJECTError getting subject.
ERR_SET_SUBJECTError setting subject.
ERR_PRINCIPAL_CNTError getting principal count.
ERR_GET_PRINCIPALError getting principals.
ERR_ADD_PRINCIPALError adding principals.
ERR_RM_PRINCIPALError removing principals.
ERR_CLR_PRINCIPALError clearing principals.

Role Function Errors

CodeMessage
ERR_CONST_ROLEError constructing role object.
ERR_SET_ROLEIDError setting role ID.
ERR_GET_ROLEIDError getting role ID.
ERR_SET_ROLENAMEError setting role name.
ERR_GET_ROLENAMEError getting role name.
ERR_SET_ROLETYPEError setting role type.
ERR_GET_ROLETYPEError getting role type.
ERR_IS_BUILTINError checking role type.
ERR_OP_NUMError getting operation number.
ERR_GET_OPSError getting all operation IDs.
ERR_ADD_OPError adding operation.
ERR_RM_OPError removing operation.

Operation Function Errors

CodeMessage
ERR_CONST_OPError constructing operation object.
ERR_SET_OPIDError setting operation ID.
ERR_GET_OPIDError getting operation ID.
ERR_SET_OPNAMEError setting operation name.
ERR_GET_OPNAMEError getting operation name.

Windows Principal Function Errors

CodeMessage
ERR_CONST_WINUSERError constructing Windows principal object.
ERR_SET_WINUSER_NAMEError setting Windows principal name.
ERR_GET_WINUSER_NAMEError getting Windows principal name.

CertObjectInfo Function Errors

CodeMessage
ERR_CONST_COError constructing certificate principal object.
ERR_SET_COCERTIDError setting certificate ID.
ERR_GET_COCERTIDError getting certificate ID.
ERR_SET_COCERTError setting certificate.
ERR_GET_COCERTError getting certificate.
ERR_SET_COSUBNAMEError setting certificate subject name.
ERR_GET_COSUBNAMEError getting certificate subject name.
ERR_SET_COEFFDATEError setting certificate effective date.
ERR_GET_COEFFDATEError getting certificate effective date.
ERR_SET_COEXPDATEError setting certificate expiration date.
ERR_GET_COEXPDATEError getting certificate expiration date.
ERR_SET_COSNError setting certificate serial number.
ERR_GET_COSNError getting certificate serial number.
ERR_SET_COISSUNAMEError setting certificate issuer name.
ERR_GET_COISSUNAMEError getting certificate issuer name.
ERR_SET_COPKHASHError setting public key hash.
ERR_GET_COPKHASHError getting public key hash.
ERR_SET_COSTATUSError setting certificate status.
ERR_GET_COSTATUSError getting certificate status.
ERR_SET_COTYPEError setting certificate type.
ERR_GET_COTYPEError getting certificate type.

Trusted Server Function Errors

CodeMessage
ERR_CONST_TSError constructing Trusted Server object.
ERR_SET_TSSVRNAMEError setting Trusted Server name.
ERR_GET_TSSVRNAMEError getting Trusted Server name.
ERR_SET_TSPORTError setting Trusted Server port.
ERR_GET_TSPORTError getting Trusted Server port.
ERR_SET_TSPIDError setting Trusted Server principal ID.
ERR_GET_TSPIDError getting Trusted Server principal ID.
ERR_SET_TSSIDError setting Trusted Server system ID.
ERR_GET_TSSIDError getting Trusted Server system ID.
ERR_SET_TSDESCError setting Trusted Server description.
ERR_GET_TSDESCError getting Trusted Server description.
ERR_SET_TSFRDNAMEError setting Trusted Server friendly name.
ERR_GET_TSFRDNAMEError getting Trusted Server friendly name.
ERR_SET_TSCERTError setting Trusted Server certificate object.
ERR_GET_TSCERTError getting Trusted Server certificate object.
ERR_SET_TSTRANSError setting Trusted Server transport principal.
ERR_GET_TSTRANSError getting Trusted Server transport principal.

Message Principal Function Errors

CodeMessage
ERR_CONST_MSGPRINCIPALError constructing message principal object.
ERR_SET_MSGPRINCIPAL_CODEError setting message principal code.
ERR_GET_MSGPRINCIPAL_CODEError getting message principal code.
ERR_SET_MSGPRINCIPAL_MESSAGEError setting message principal message.
ERR_GET_MSGPRINCIPAL_MESSAGEError getting message principal message.