Knowledge Base

 ActiveXperts
 Network Monitor


 ActiveXperts
 SMS Messaging Server


 ActiveXperts
 SMS and MMS Toolkit


 ActiveComport Serial
 Port Toolkit


 ActiveSocket Network
 Communication Toolkit


 ActiveEmail Toolkit

 ActiveXperts
 Scripting Toolkit



Forums

 All Forums


Contact us

 E-mail support



ActiveXperts Error Codes

ActiveXperts Error Codes are 32-bit values. Error codes of one ActiveXperts product do not conflict with Error Codes of other ActiveXperts products. If you have an ActiveXperts Error Code, you can lookup its description here.



Find an Error Code:   
(Click here for a list of all ActiveXperts Error Codes)


Success
 Result  Description
 0 Success

Errors 100-199 (ActiveEmail - Generic)
 Error  Description
 100 Send initial SMTP command failed
 101 Send HELO command failed
 102 Professional license required
 103 Invalid Sender address
 105 Invalid Reply address
 106 Invalid Read Receipt address
 107 No recipients specified
 108 Invalid recipient specified in either To, BCC or CC field
 109 Invalid attachment. Either the attachment does not exist, or you donīt have read permissions for the file
 110 The Mail directory does not exist
 111 Specified codepage not supported by this OS
 120 Unable to create MIME file in the mail directory
 130 Invalid IP address
 131 Invalid hostname
 132 Unable to resolve hostname to IP-address
 133 Unable to create a socket
 134 Unable to connect to mail server. Check if the host is a valid mail server
 135 Socket Error occurred
 136 Generic socket error
 137 Authentication protocol not supported on this server
 138 ActiveEmail does not support SSL connections
 140 Invalid object passed, object is not a SmtpMail or Pop3Mail object
 141 Failed to save message in MIME format
 142 Failed to load message in MIME format
 151 Failed to encode email message
 152 Failed to decode email message

Errors 200-699 (ActiveEmail - SMTP)
 Error  Description
 354 Start mail input; end with .
 421 Service not available, closing transmission channel
 441 No connection to SMTP server established, please connect first
 450 Requested mail action not taken: mailbox unavailable (mailbox busy)
 451 Requested action aborted: local error in processing
 452 Requested action not taken: insufficient system storage
 454 Client not authenticated, authentication required
 500 Syntax error, command unrecognized (This may include errors such as command line too long)
 501 Syntax error in parameters or arguments
 502 Command not implemented
 503 Bad sequence of commands
 504 Command parameter not implemented
 505 Client does not have permission to send as this sender; change the sender e-mail address
 530 Please authenticate first
 535 Authentication failed
 550 Requested action not taken: mailbox unavailable (mailbox not found)
 551 User not local; please try
 552 Requested mail action aborted: exceeded storage allocation
 553 Requested action not taken: mailbox name not allowed (mailbox syntax incorrect)
 554 Transaction failed
 590 Unexpected response from SMTP server
 591 No response from SMTP server

Errors 700-999 (ActiveEmail - POP3)
 Error  Description
 700 No welcome message received from POP3 server (no response at all, expected responde:'+OK POP3 Ready'
 701 No welcome message received from POP3 server (invalid response, '+OK POP3 READY' was expected
 702 No response received on '+USER' command
 703 Invalid response received on 'USER' command
 704 Login failed
 705 No response received on 'PASS' command
 706 Invalid response received on 'PASS' command
 707 No connection to POP3 server established, please connect first
 708 Invalid message indicator; message should start with '+OK '.
 709 Invalid message (MIME header is empty)
 710 The mailbox is already in use (locked)
 711 No more messages available
 712 Message is flagged as deleted
 713 The mailbox does not contain message(s)
 715 No response received on command
 716 Failed to delete message (most likely the message does not exist)
 717 Failed to count messages in mailbox. STAT command failed
 720 Failed to save attachment, check if the specified directory exists and that you have sufficient rights
 721 Failed to save attachment, file already exists
 725 There is no message with this message ID
 730 Attachment not found

Errors 1000-1999 (Licensing)
 Error  Description
 1001 Evaluation period has expired. You must purchase the product, or else uninstall the software
 1002 Registration code is invalid
 1003 You need a professional or distribution license to use this function
 1010 Creation of a new thread failed
 1020 Failed to create instance of object, out of memory.
 1030 Exception error occurred, process has been terminated
 1040 Failed to allocate memory
 1101 Invalid or no account name entered
 1102 Invalid or no password entered

Errors 10000-11999 (WinSock Errors)
 Error  Description
 10004 A blocking operation was interrupted by a call to WSACancelBlockingCall
 10009 The file handle supplied is not valid
 10013 An attempt was made to access a socket in a way forbidden by its access permissions
 10014 The system detected an invalid pointer address in attempting to use a pointer argument in a call
 10022 An invalid argument was supplied
 10024 Too many open sockets
 10035 A non-blocking socket operation could not be completed immediately
 10036 A blocking operation is currently executing
 10037 An operation was attempted on a non-blocking socket that already had an operation in progress
 10038 An operation was attempted on something that is not a socket
 10039 A required address was omitted from an operation on a socket
 10040 A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself
 10041 A protocol was specified in the socket function call that does not support the semantics of the socket type requested
 10042 An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call
 10043 The requested protocol has not been configured into the system, or no implementation for it exists
 10044 The support for the specified socket type does not exist in this address family
 10045 The attempted operation is not supported for the type of object referenced
 10046 The protocol family has not been configured into the system or no implementation for it exists
 10047 An address incompatible with the requested protocol was used
 10048 Only one usage of each socket address (protocol/network address/port) is normally permitted
 10049 The requested address is not valid in its context
 10050 A socket operation encountered a dead network
 10051 A socket operation was attempted to an unreachable network
 10052 The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress
 10053 An established connection was aborted by the software in your host machine
 10054 An existing connection was forcibly closed by the remote host
 10055 An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full
 10056 A connect request was made on an already connected socket
 10057 A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied
 10058 A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call
 10059 Too many references to some kernel object
 10060 A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
 10061 No connection could be made because the target machine actively refused it
 10062 Cannot translate name
 10063 Name component or name was too long
 10064 A socket operation failed because the destination host was down
 10065 A socket operation was attempted to an unreachable host
 10066 Cannot remove a directory that is not empty
 10067 A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously
 10068 Ran out of quota
 10069 Ran out of disk quota
 10070 File handle reference is no longer available
 10071 Item is not available locally
 10091 WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable
 10092 The Windows Sockets version requested is not supported
 10093 Either the application has not called WSAStartup, or WSAStartup failed
 10101 Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence
 10102 No more results can be returned by WSALookupServiceNext
 10103 A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled
 10104 The procedure call table is invalid
 10105 The requested service provider is invalid
 10106 The requested service provider could not be loaded or initialized
 10107 A system call that should never fail has failed
 10108 No such service is known. The service cannot be found in the specified name space
 10109 The specified class was not found
 10110 No more results can be returned by WSALookupServiceNext
 10111 A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled
 10112 A database query failed because it was actively refused
 11001 No such host is known
 11002 This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server
 11003 A non-recoverable error occurred during a database lookup
 11004 The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for
 11005 At least one reserve has arrived
 11006 At least one path has arrived
 11007 There are no senders
 11008 There are no receivers
 11009 Reserve has been confirmed
 11010 Error due to lack of resources
 11011 Rejected for administrative reasons - bad credentials
 11012 Unknown or conflicting style
 11013 Problem with some part of the filterspec or providerspecific buffer in general
 11014 Problem with some part of the flowspec
 11015 General QOS error
 11999 General WSA error

Errors 15000-15299 (SMS Server - CFG)
 Error  Description
 15000 Registry entry 'ServerRoot' missing
 15001 Registry entry 'Configuration' missing
 15002 ActiveX component [AxSmsCfg.dll] not registered on this computer. Either manually reigster this DLL on this machine, or reinstall the product
 15003 ActiveX component [AEmail.dll] not registered on this computer. Either manually reigster this DLL on this machine, or reinstall the product
 15004 ActiveX component [AComPort.dll] not registered on this computer. Either manually reigster this DLL on this machine, or reinstall the product
 15005 ActiveX component [ASocket.dll] not registered on this computer. Either manually reigster this DLL on this machine, or reinstall the product
 15006 ActiveX component [AxPop3.dll] not registered on this computer. Either manually reigster this DLL on this machine, or reinstall the product
 15007 ActiveX component [ASmsCtrl.dll] not registered on this computer. Either manually reigster this DLL on this machine, or reinstall the product
 15008 ActiveX component [AxEdit.dll] not registered on this computer. Either manually reigster this DLL on this machine, or reinstall the product
 15009 Registry entry 'Server' missing
 15010 Internal error: unable to create new ActiveX object
 15011 Internal error: unable to create new ADODB object
 15012 Registry entry 'ClientRoot' missing
 15013 One or more HTML files needed by the program are missing
 15020 Unable to open the Configuration Database
 15021 Unable to query the Configuration Database
 15022 No more records
 15023 Unable to create new configuration record; maximum allowed number is reached
 15024 Unable to create new configuration record
 15025 Unable to modify configuration record
 15026 Unable to delete configuration record
 15050 Empty Message Database Connection String
 15051 Unable to open Message Database
 15052 Syntax error in database query
 15053 Syntax error in querying all database fields
 15054 No more messages in message Database
 15060 Unable to create new message
 15061 Unable to update message
 15062 Unable to update BLOB field in message
 15063 Unable to execute query in Message Database
 15064 Syntax error in the WAP Message Body
 15100 Empty Archive Database Connection String
 15101 Unable to open Archive Database
 15102 Unable to query Archive Database
 15103 No more messages in Archive Database
 15104 Unable to create new message in Archive Database
 15105 Unable to update message in Archive Database
 15106 Unable to execute query in Archive Database
 15107 Unable to delete message from Archive Database
 15200 Invalid schedule time
 15220 Message Reference is not allowed for SMS or MMS messages
 15221 Header not allowed for this type of message
 15222 Priority not allowed for this type of message
 15223 Carbon Copies (CC, BCC) not allowed for this type of message
 15224 Read receipt not allowed for this type of message
 15225 Delivery report not allowed for this type of message
 15226 Bodyformat invalid for this message type

Errors 15300-15399 (SMS Server - Pop3)
 Error  Description
 15300 No welcome message received from Pop3 Server (no response at all, expected response: '+OK POP3 Ready')
 15301 No welcome message received from Pop3 Server (invalid response, '+OK POP3 Ready' was expected)
 15302 No reponse received on '+USER' command
 15303 Invalid reponse received on '+USER' command
 15304 Login failed
 15305 No reponse received on '+PASSWORD' command
 15306 Invalid reponse received on '+PASSWORD' command
 15307 No connection to POP3 server established
 15308 Invalid message indicator; message should start with '+OK '.
 15309 Invalid message (MIME header is empty)
 15310 Cannlot load ACTIVEXPERTS:SOCKET module
 15311 No more messages available

Errors 22000-22099 (ActiveSocket - Generic)
 Error  Description
 22000 Invalid parameter
 22001 Buffer overflow
 22002 No more bytes in buffer
 22003 Listen failed
 22004 Not listening
 22005 Failed to allocate buffer memory
 22019 Invalid TCP port number
 22020 Invalid IP address
 22021 Invalid hostname
 22022 Unable to resolve hostname to IP-address
 22023 Unable to create a socket
 22024 Unable to connect to host
 22025 Socket Error occurred
 22030 Professional license required to use this option
 22051 One ore more exported functions could not be found

Errors 22200-22299 (ActiveSocket - SNMP Errors)
 Error  Description
 22200 SNMPAPI.DLL could not be loaded because DLL was not found
 22201 MGMTAPI.DLL could not be loaded because DLL was not found
 22202 One or more exported functions missing in SNMPAPI.DLL
 22203 One or more exported functions missing in MGMTAPI.DLL
 22204 WSNMP32.DLL could not be loaded because DLL was not found
 22205 One or more exported functions missing in WSNMP32.DLL
 22210 SNMP Libraries not loaded; operation not allowed
 22211 Unable to intialize WinSNMP
 22212 SNMP Library not initialized
 22213 Unable to open SNMP session
 22214 SNMP Session already opened
 22215 Open an SNMP session first
 22216 SNMP Memory allocation failed
 22217 Invalid parameter
 22218 Agent is not responding (or agent is not running)
 22219 Request operation failed
 22220 Invalid SNMP hostname
 22221 Unable to set port other than 161
 22222 OID type not supported by ActiveSocket
 22223 Unable to add trap
 22224 No more OID's in SNMP tree
 22225 To many OID's specified for this trap
 22226 The specified object ID does not exist on this agent
 22227 The specified entity does not exist on this agent
 22240 No traps in receive queue
 22241 Invalid call. Call Get(First) before calling GetNext
 22242 Value is not compatible with specified type
 22243 Windows SNMP Trap service not installed or started
 22244 Invalid SNMP community name specified
 22245 No more variables in SNMP trap
 22250 Please specify the generic trap type
 22251 Please specify the specific trap type
 22260 The agent could not place the results of the requested SNMP operation into a single SNMP message
 22261 The requested SNMP operation identified an unknown variable
 22262 The requested SNMP operation tried to change a variable but it specified either a syntax or value error
 22263 The requested SNMP operation tried to change a variable that was not allowed to change
 22264 Generic error received from SNMP agent
 22265 The specified SNMP variable is not accessible
 22266 The value specifies a type which is inconsistent with the OID variable
 22267 The length of the data is invalid
 22268 Malformed packet detected
 22269 Failed to create new value
 22270 Failed to set value, specified data is inconsistent
 22271 The resource is not available
 22272 No variables were updated
 22273 Undo failed
 22274 An authorization error was occurred
 22275 The variable exists but the agent cannot modify it.
 22276 Inconsistent name

Errors 22300-22320 (ActiveSocket - NTP)
 Error  Description
 22300 Invalid NTP host name
 22301 Create socket failed
 22302 Unable to connect to NTP server
 22303 Connection to NTP server established, but request failed
 22304 Request failed
 22305 No response received
 22320 Creation of socket failed

Errors 22320-22339 (ActiveSocket - ICMP)
 Error  Description
 22320 Creation of socket failed
 22321 Invalid host name
 22322 Timeout
 22323 Destination host unreachable
 22324 Destination net unreachable
 22325 Internal API error
 22326 Bad option
 22327 Hardware error
 22328 Packet too big
 22329 Bad request
 22330 Bad route
 22331 TTL expired
 22332 Source Quench
 22333 Bad Destination
 22339 Generic ICMP error

Errors 22340-22349 (ActiveSocket - WOL)
 Error  Description
 22340 Invalid MAC address

Errors 22350-22359 (ActiveSocket - DNS)
 Error  Description
 22350 Generic DNS error
 22351 Unable to load DNS library
 22352 Library not initialized
 22353 Unable to resolve DNS host to IP address
 22354 Unable to connect to DNS server
 22355 No more records available
 22356 Sending DNS query failed
 22357 No response from DNS server
 22359 DNS server was queried successfully, but specified entry was not found

Errors 22400-22449 (ActiveSocket - HTTP)
 Error  Description
 22400 Failed to load WinHTTP library.
 22401 Create WinHTTP session failed
 22402 Open a session first
 22403 Connection already established
 22404 Unable to establish a connection to remote web server
 22405 Unable to logon to proxy
 22406 Unable to send the request to the remote web server
 22407 No response received from remote server
 22408 Unable to query headers
 22409 Unable to query authentication schemes
 22410 Unable to establish connection, operation timed out
 22411 Establish a connection first
 22412 Unable to logon to web site
 22413 Unable to read data, query for data size failed
 22414 Unable to read data, internal memory allocation failed
 22415 Unable to read data, read operation failed
 22416 Page not found (HTTP error 404)
 22417 Page request refused (HTTP error 403)
 22418 Bad Request (HTTP error 400)
 22419 Internal Server Error (HTTP error 500)
 22420 The requested page has been moved (HTTP error 410)
 22421 Not implemented (HTTP error 501)
 22422 Service unavailable (HTTP error 503)
 22423 Failed to write data, write operation failed
 22424 Error message received from proxy server
 22425 Timed out waiting for proxy
 22426 Failed to import one or more functions from the WINHTTP library
 22427 Method not allowed (HTTP error 405)
 22449 Generic HTTP failure

Errors 22450-22499 (ActiveSocket - RSH)
 Error  Description
 22451 Timeout occured while executing command
 22452 Command execution failed, see stderr for details
 22455 Local user name too long
 22456 Remote user name too long
 22457 Command too long
 22460 Permission Denied
 22480 Failed to create temporary file
 22481 Cannot execute shell-script. Reason: invalid or incomplete parameters
 22482 WinSock 2 or higher required
 22483 Host or IP address is required
 22484 Invalid TCP/IP port
 22485 No Username specified
 22486 Either a password or a private key file is required for authentication
 22487 No Command specified
 22490 Unable to establish a connection to remote computer
 22491 Authentication Failed
 22492 Unhandled exception occurred while executing SSH script
 22493 Script timed out
 22494 Failed to convert temporary file to string

Errors 22500-22549 (ActiveSocket - FTP)
 Error  Description
 22500 WININET.DLL could not be loaded because DLL was not found
 22502 Authentication Failed
 22509 File not found
 22510 No more files in directory
 22511 File does not exist
 22512 Directory does not exist
 22513 Access denied when trying to access the file
 22514 Failed to change directory
 22515 Failed to create directory
 22516 Failed to delete file
 22517 Failed to create file
 22518 Failed to rename file or directory
 22519 Failed to delete directory, or directory is not empty
 22520 The local file cannot be opened or does not exist
 22521 Failed to write local file, cannot download file
 22523 Failed to download file from FTP server
 22525 Failed to upload file to FTP server
 22530 Invalid FtpFile object passed to function
 22540 Not connected, please connect first

Errors 22600-22699 (ActiveSocket - IPtoCountry)
 Error  Description
 22601 Failed to load IP to Country database
 22602 IP address not found in database
 22603 Country not found in database

Errors 22700-22799 (ActiveSocket - MIB)
 Error  Description
 22701 Failed to load MIB file (specified mib file not found)
 22702 Failed to load MIB file (one or more import modules not found)
 22703 Invalid MIB filename specified
 22730 Unable to resolve specified OID
 22731 Unable to resolve specified MIB entry
 22733 Invalid MIB file format

Errors 23000-23040 (SMS and Pager Toolkit - Address and format checks)
 Error  Description
 23003 Professional license required
 23010 Invalid provider dialstring
 23030 Invalid sender address
 23031 Invalid recipient address
 23032 Invalid message
 23033 Message is too long. To allow long messages, set the 'multipart' option
 23034 Messagetype is not valid using this protocol
 23035 Failed to load SmsMessages object
 23036 Failed to load PagerMessage object

Errors 23040-23150 (SMS and Pager Toolkit - GSM Specific error codes)
 Error  Description
 23130 Device is not a GSM device
 23132 Prefered message storage not supported by this device
 23133 SIM card requires PIN code
 23134 PIN code entered is invalid
 23135 No SIM card inserted
 23136 This modem is either not a GSM modem, or SIM card is not inserted
 23140 All messages have been read
 23142 Invalid message ID
 23150 No network coverage, or network busy

Errors 23151-23200 (SMS and Pager Toolkit - WAP specific error codes)
 Error  Description
 23151 WAP URL too long (255 bytes maximum)
 23152 WAP Title too long (50 bytes maximum)
 23155 Wap parameter invalid or text too long
 23160 Delivery reports not supported by this device
 23170 Function only supported when using PDU mode

Errors 23200-23299 (SMS and Pager Toolkit - SMPP specific error codes)
 Error  Description
 23201 Unable to connect to host
 23202 Unable to bind, check credentials
 23203 Not bound, connect first
 23205 Operation timed out
 23210 Invalid password
 23211 Invalid system ID
 23215 Canceling message failed
 23220 Message rejected by provider
 23225 Unable to query message or invalid message reference
 23230 Not enough credits to send this message
 23231 Recipient address blocked or not supported
 23270 Specified configuration file cannot be loaded
 23271 File is not a SMPP configuration file
 23272 Failed to save configuration file, most probably, you specified an invalid filename, or you do not have access to this location

Errors 23400-23499 (SMS and Pager Toolkit - UCP / TAP)
 Error  Description
 23460 Invalid UCP provider
 23461 No response from UCP provider
 23462 Provider reported a syntax error
 23463 Provider rejected the message ( NACK )
 23470 Error during initial negotiation phase
 23471 Invalid pager number or number format
 23472 Sending messages to this pager are bared by the provider
 23473 Invalid Message
 23474 Message was sent, but no ACK received

Errors 23500-23599 (SMS and Pager Toolkit - SNPP specific error codes)
 Error  Description
 23500 No SNPP provider specified
 23501 Cannot connect to SNPP provider
 23510 Invalid SNPP password
 23520 Invalid pager ID or pincode
 23550 Command not supported, see logile for details
 23552 No response from SNPP provider or command timeout

Errors 23600-23699 (SMS and Pager Toolkit - Ringtone / Picture specific error codes)
 Error  Description
 23601 Failed to open bitmap file (file does not exist)
 23602 Failed to open bitmap file (invalid format)
 23604 Cannot encode picture message, load bitmap first
 23605 Invalid countrycode specified for operatorlogo
 23606 Invalid networkcode specified for operatorlogo

Errors 23700-23899 (MMS Toolkit)
 Error  Description
 23710 GPRS modem initialization command(s) failed
 23730 No recipient address(es) specified
 23731 Invalid recipient address used in either To, CC or BCC field
 23732 Invalid MMS message class specified
 23733 Failed to load attachment file
 23734 Invalid MMS priority value specified
 23735 No MMSC Server address specified
 23736 No WAP gateway address specified
 23737 GPRS access point name not specified
 23740 Failed to create Dial Up Networking entry
 23741 Generic Dial-up Networking error
 23742 GPRS connection lost, reconnect first
 23745 No response from WAP gateway
 23746 Unexpected response from WAP gateway
 23748 Invalid MRU (Maximum Receive Unit) size
 23749 MMS Message size too big
 23750 You need to pass a MMSMessage object as parameter to the Send command
 23752 Failed to initialize Windows Sockets
 23753 Memory allocation failed
 23755 MMS message is empy (no content specified)
 23756 No more recipients
 23757 No more message slides
 23758 No more content in slide
 23761 MMSC response: unspecified error
 23762 MMSC response: service denied
 23763 MMSC response: corrupt message format
 23764 MMSC response: sending address unresolved
 23765 MMSC response: message not found
 23766 MMSC response: network problem
 23767 MMSC response: content not accepted
 23768 MMSC response: unsupported message
 23770 Specified configuration file cannot be loaded
 23771 File is not a MMS configuration file
 23772 Failed to save configuration file, most probably, you specified an invalid filename, or you do not have access to this location
 23773 Precompiled MMS file not found
 23774 Precompiled MMS file corrupt or failed to load
 23775 Failed to save precompiled MMS file
 23780 Protocol error, illegal PDU received
 23781 Session has been diconnected
 23782 Session has been suspended
 23783 Session has been resumed
 23784 The peer is congested and cannot process the SDU
 23785 The session connect failed
 23786 The maximum receive unit size was exceeded
 23787 The maximum outstanding requests was exceeded
 23788 Peer request
 23789 Network error occured
 23790 User request
 23800 MM7 Error: Client Error
 23801 MM7 Error: Operation Restricted
 23802 MM7 Error: Address Error
 23803 MM7 Error: Address not found
 23804 MM7 Error: Multimedia content refused
 23805 MM7 Error: Message ID not found
 23806 MM7 Error: Linked ID not found
 23807 MM7 Error: Message format corrupt
 23808 MM7 Error: Application ID not found
 23809 MM7 Error: Reply application ID not found
 23820 MM7 Error: Server error
 23821 MM7 Error: Not possible
 23822 MM7 Error: Message rejected
 23823 MM7 Error: Multiple addresses not supported
 23824 MM7 Error: Application addressing not supported
 23830 MM7 Error: General service error
 23831 MM7 Error: Improper identification
 23832 MM7 Error: Unsupported version
 23833 MM7 Error: Unsupported operation
 23834 MM7 Error: Validation error
 23835 MM7 Error: Service error
 23836 MM7 Error: Service unavailable
 23837 MM7 Error: Service denied
 23838 MM7 Error: Application denied

Errors 25000-25299 (Network Monitor - AxNmCfg API interface)
 Error  Description
 25000 Creation of MDAC/ADO object failed
 25001 Configuration Database error: invalid OLE object
 25003 Configuration Database Location not set
 25004 Unable to open Configuration Database
 25005 Operation failed because Configuration Database is not opened
 25006 Unable to open Configuration Database (database is already opened)
 25010 Configuration Database error: field missing in [Rules] table
 25020 Configuration Database error: unable to query [Nodes] table
 25021 Configuration Database error: record not found in [Nodes] table
 25022 Configuration Database error: unable to update [Nodes] table
 25023 Configuration Database error: unable to find last record in [Nodes] table
 25024 Configuration Database error: unable to insert new record in [Nodes] table
 25025 Configuration Database error: unable to delete record(s) from [Nodes] table
 25026 Configuration Database error: not allowed to create duplicate values for the ID field
 25035 Configuration Database error: unable to query [ServerCredentials] table
 25036 Configuration Database error: record not found in [ServerCredentials] table
 25037 Configuration Database error: unable to update [ServerCredentials] table
 25050 Invalid Tree Item
 25051 Tree configration not loaded
 25052 Tree item not found
 25060 Configuration Database error: unable to query [Tree] table
 25061 Configuration Database error: no records in the [Tree] table
 25062 Configuration Database error: unable to update [Tree] table
 25100 Configuration Database error: unable to query [SmtpSettings] table
 25101 Configuration Database error: no records in the [SmtpSettings] table
 25102 Configuration Database error: unable to update [SmtpSettings] table
 25105 Configuration Database error: unable to query [NetPopupSettings] table
 25106 Configuration Database error: no records in the [NetPopupSettings] table
 25107 Configuration Database error: unable to update [NetPopupSettings] table
 25110 Configuration Database error: unable to query [MetaSettings] table
 25111 Configuration Database error: no records in the [MetaSettings] table
 25112 Configuration Database error: unable to update [MetaSettings] table
 25120 Configuration Database error: unable to find last record in [DistributionGroups] table
 25121 Configuration Database error: unable to insert new record in [DistributionGroups] table
 25122 Configuration Database error: unable to query [DistributionGroups] table
 25123 Configuration Database error: no records in the [DistributionGroups] table
 25124 Configuration Database error: unable to update [DistributionGroups] table
 25125 Configuration Database error: unable to delete record(s) from [DistributionGroups] table
 25140 Configuration Database error: unable to query [MessageTemplates] table
 25141 Configuration Database error: no records in the [MessageTemplates] table
 25142 Configuration Database error: unable to update [MessageTemplates] table
 25150 Configuration Database error: unable to query [LogSettings] table
 25151 Configuration Database error: no records in the [LogSettings] table
 25152 Configuration Database error: unable to update [LogSettings] table
 25155 Configuration Database error: unable to query [ReportSettings] table
 25156 Configuration Database error: no records in the [ReportSettings] table
 25157 Configuration Database error: unable to update [ReportSettings] table
 25160 Configuration Database error: unable to query [MaintenanceSettings] table
 25161 Configuration Database error: no records in the [MaintenanceSettings] table
 25162 Configuration Database error: unable to update [MaintenanceSettings] table
 25165 Configuration Database error: unable to query [XmlViews] table
 25166 Configuration Database error: no records in the [XmlViews] table
 25167 Configuration Database error: unable to update [XmlViews] table
 25170 Configuration Database error: unable to query [SnmpTrapsSettings] table
 25171 Configuration Database error: no records in the [SnmpTrapsSettings] table
 25172 Configuration Database error: unable to update [SnmpTrapsSettings] table
 25173 Configuration Database error: unable to query [DateTimeSettings] table
 25174 Configuration Database error: no records in the [DateTimeSettings] table
 25175 Configuration Database error: unable to update [DateTimeSettings] table
 25176 Configuration Database error: unable to query [AutoBackupSettings] table
 25177 Configuration Database error: no records in the [AutoBackupSettings] table
 25178 Configuration Database error: unable to update [AutoBackupSettings] table
 25180 Configuration Database error: unable to query [PagerSettings] table
 25181 Configuration Database error: no records in the [PagerSettings] table
 25182 Configuration Database error: unable to update [PagerSettings] table
 25185 Configuration Database error: unable to query [SmsSettings] table
 25186 Configuration Database error: no records in the [SmsSettings] table
 25187 Configuration Database error: unable to update [SmsSettings] table
 25190 Configuration Database error: unable to query [AdvancedSettings] table
 25191 Configuration Database error: no records in the [AdvancedSettings] table
 25192 Configuration Database error: unable to update [AdvancedSettings] table
 25200 Registry entry 'Engine0Root' is empty. Please make sure this entry points to the Network Monitor root directory
 25201 Unable to access the configuration file. The location of the configration file is stored in the 'ConfigDatabase' registry entry. Please check out this entry. Also check that you have read/write access to this file
 25203 Failed to convert configuration file
 25204 Memory allocation failed
 25205 Newer configuration file detected
 25206 Path to the configuration directory is empty; please check your registry, or re-install the product
 25207 ActiveX component [AxsNmCfg.dll] not registered on this computer. Either manually reigster this DLL on this machine, or reinstall the product
 25208 System Database File does not exist

Errors 25300-25399 (Network Monitor - RepCfg.dll)
 Error  Description
 25300 Unable to backup the current configuration file. The file is probably in use
 25302 Unable to restore the system database file

Errors 25400-25699 (Network Monitor)
 Error  Description
 25400 No connection string specified
 25401 Unable to connect to database
 25402 Database error, unable to execute query
 25403 Invalid parameters supplied
 25404 Invalid date supplied
 25405 Unsupported object type
 25406 Invalid filter object supplied
 25407 Invalid output object supplied
 25408 Unable to read configuration
 25409 Failed to create output file
 25410 E-mail not enabled for this report definition
 25411 E-mail is not enabled. To enable notifications, enable email notifications in the 'Network Monitor Manager' application
 25499 Unexpected error
 25500 Unable to retrieve source database name out of the Database Connection String
 25501 Unable to Export configuration. Configuration file does not exist
 25502 Unable to Export configuration. Copy File failed
 25503 Unable to delete previous Shadow Configuration File
 25504 Unable to copy System Configuration File to the Shadow Configuration File
 25505 Unable to copy Shadow Configuration File to the Current Configuration File
 25506 Unable to locate current configuration file
 25507 Current configuration file is in use. Please close all applications and retry
 25508 Unable to load conversion module
 25520 File is not a Network Monitor 5.x file
 25521 File is not a Network Monitor 6.x file
 25522 File is not a Network Monitor 7.x file

Errors 27000-27299 (SMS Server - CFG)
 Error  Description
 27000 Registry entry 'ServerRoot' missing
 27001 Registry entry 'Configuration' missing
 27002 ActiveX component [AxSmsCfg.dll] not registered on this computer. Either manually reigster this DLL on this machine, or reinstall the product
 27003 ActiveX component [AEmail.dll] not registered on this computer. Either manually reigster this DLL on this machine, or reinstall the product
 27004 ActiveX component [AComPort.dll] not registered on this computer. Either manually reigster this DLL on this machine, or reinstall the product
 27005 ActiveX component [ASocket.dll] not registered on this computer. Either manually reigster this DLL on this machine, or reinstall the product
 27006 ActiveX component [AxPop3.dll] not registered on this computer. Either manually reigster this DLL on this machine, or reinstall the product
 27007 ActiveX component [ASmsCtrl.dll] not registered on this computer. Either manually reigster this DLL on this machine, or reinstall the product
 27008 ActiveX component [AxEdit.dll] not registered on this computer. Either manually reigster this DLL on this machine, or reinstall the product
 27009 Registry entry 'Server' missing
 27010 Internal error: unable to create new ActiveX object
 27011 Internal error: unable to create new ADODB object
 27012 Registry entry 'ClientRoot' missing
 27013 One or more HTML files needed by the program are missing
 27020 Unable to open the Configuration Database
 27021 Unable to query the Configuration Database
 27022 No more records
 27023 Unable to create new configuration record; maximum allowed number is reached
 27024 Unable to create new configuration record
 27025 Unable to modify configuration record
 27026 Unable to delete configuration record
 27050 Empty Message Database Connection String
 27051 Unable to open Message Database
 27052 Syntax error in database query
 27053 Syntax error in querying all database fields
 27054 No more messages in message Database
 27060 Unable to create new message
 27061 Unable to update message
 27062 Unable to execute query in Message Database
 27063 Syntax error in the WAP Message Body
 27100 Empty Archive Database Connection String
 27101 Unable to open Archive Database
 27102 Unable to query Archive Database
 27103 No more messages in Archive Database
 27104 Unable to create new message in Archive Database
 27105 Unable to update message in Archive Database
 27106 Unable to execute query in Archive Database
 27107 Unable to delete message from Archive Database
 27200 Invalid schedule time

Errors 27300-27399 (SMS Server - Pop3)
 Error  Description
 27300 No welcome message received from Pop3 Server (no response at all, expected response: '+OK POP3 Ready')
 27301 No welcome message received from Pop3 Server (invalid response, '+OK POP3 Ready' was expected)
 27302 No reponse received on '+USER' command
 27303 Invalid reponse received on '+USER' command
 27304 Login failed
 27305 No reponse received on '+PASSWORD' command
 27306 Invalid reponse received on '+PASSWORD' command
 27307 No connection to POP3 server established
 27308 Invalid message indicator; message should start with '+OK '.
 27309 Invalid message (MIME header is empty)
 27310 Cannlot load ACTIVEXPERTS:SOCKET module
 27311 No more messages available

Errors 29000-29999 (Scripting Host)
 Error  Description
 29100 Failed to initialize scripting host
 29110 The specified script file could not be found
 29111 Access to scripting file denied
 29115 The specified function could not be found in the script file specified
 29116 No more functions in script file
 29117 Invalid parameter count or type mismatch
 29120 There is an error in the script code
 29121 Script timed out
 29122 Timeout while accessing scriptfile ( file is in use )
 29123 Failed to create mutex
 29124 Failed to wait for mutex
 29125 Scripting system thread not running
 29150 Fatal Exception Error occurred while executing script
 29160 The specified module could not be found.
 29161 The specified module is not a valid component