Error Messages

This chapter describes the structure of run-time error messages.

1. Error Message Structure

The structure of an error message is as follows:

(E) CLH0001 memory allocation error : size = size [CLH3435] [Not enough memory]
(E) : [Err Type] CLH : [Module Name] 0001 : [Err No.] memory allocation error :
size = size : [Err Details] [CLH3435] : [Service Code] [Not enough memory] :
[System Error Msg]
  • Error Type

    Type Description

    (E)

    ERROR

    A general error.

    (F)

    FATAL

    A critical Tmax system error.

    (W)

    WARNING

    An abnormal but non-critical error.

    (I)

    INFO

    Main system information for the Tmax system administrator.

  • Module Name

    The following are abbreviations of each Tmax system module that generates an 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)

    TMGW

    Custom TCP/IP Gateway (libtcpgw.a)

    TMM

    Tmax Management (tmm)

    TMS

    TMS Library (libtms.a)

    UNCFL

    Tmax Configuration File UnCompiler (uncfl)

    WSC

    WSC

    WSGW

    Web Service Gateway (wsgw)

  • Error Number

    Each error type is assigned a unique number for identification. This guide lists all errors by their error number.

  • Service Code

    The Tmax system internally uses this code to classify errors. These codes are also references required when contacting TmaxSoft technical support.

  • System Error Message

    Each system error includes a corresponding message. When an error message appears, refer to the relevant guide for the affected system or contact your system administrator.

The error return codes that can appear in Tmax application programs are defined in the <$TMAXDIR/usrinc/atmi.h> file. For more information, refer to Tmax Application Development Guide.