Table of Contents
This chapter describes the structure of run-time error messages.
The structure of an error message is as follows:
(E) CLH0001 memory allocation error : size = size [CLH3435] [Not enough memory] (E): [Msg Type], CLH: [Module Name], 0001: [Msg No.], memory allocation error : size = size: [Msg Details], [CLH3435]: [Service Code], [Not enough memory]: [System Error Msg]
Message Type
Error Type | Description | |
---|---|---|
(E) | ERROR | A general error. |
(F) | FATAL | A critical Tmax system error. |
(W) | WARNING | An abnormal non-critical system operation. |
(I) | INFO | Main system information for a Tmax administrator. |
Module Name
Represents an abbreviation of Tmax system configuration modules that generates a message. The following list explains each message:
Error Type | Description |
---|---|
ADM | Tmax Administration Tool (tmadmin) |
BOOT | Tmax Boot-up Tool (tmboot) |
CAS | Client Authentication Server (cas) |
CFL | Tmax Configuration File Compiler (cfl) |
CLH | Client Handler (clh) |
CLI | CLIENT Library (libcli.a, tmax.dll) |
CLL | Client Listener (cll) |
DOWN | Tmax Shutdown Tool (tmdown) |
FDLC | FDL File Compiler (fdlc) |
GST | Service Table Generation Tool (gst) |
MKPW | Password Management Tool (mkpw) |
RAC | Remote Access Control Daemon (racd) |
RQS | Reliable Queue Server (rqs) |
SDLC | SDL File Compiler (sdlc) |
SVR | Server Library (libsvr.a) |
TIP | Tmax Information Server (tip) |
TLM | Tmax Log Manager (tlm) |
TCPGW | Custom TCP/IP Gateway (libtcpgw.a) |
TMD | Server Application Test Tool (tmd) |
TMM | Tmax Management (tmm) |
TMS | TMS Library (libtms.a) |
UNCFL | Tmax Configuration File UnCompiler (uncfl) |
WSC | WSC |
WSGW | Web Service Gateway (wsgw) |
Msg No.
Message numbers represent a serial number for classifying errors. The description for errors is written on the basis of the error numbers.
Service Code
Service codes represent a classification number used in an internal Tmax system. It can be used as a service code in making inquiries to the TmaxSoft technical support team.
System Error Message
System errors represent operating system error messages. When a system error message occurs, please contact your system administrator.
The error returns codes for Tmax application programs are defined in <$TMAXDIR/usrinc/atmi.h>. For more information, refer to the "Tmax Application Development Guide".