Chapter 1. Error Messages

Table of Contents

1.1. Error Message Structure

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

1.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): [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 TypeDescription
    (E)ERRORA general error.
    (F)FATALA critical Tmax system error.
    (W)WARNINGAn abnormal non-critical system operation.
    (I)INFOMain 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 TypeDescription
    ADMTmax Administration Tool (tmadmin)
    BOOTTmax Boot-up Tool (tmboot)
    CASClient Authentication Server (cas)
    CFLTmax Configuration File Compiler (cfl)
    CLHClient Handler (clh)
    CLICLIENT Library (libcli.a, tmax.dll)
    CLLClient Listener (cll)
    DOWNTmax Shutdown Tool (tmdown)
    FDLCFDL File Compiler (fdlc)
    GSTService Table Generation Tool (gst)
    MKPWPassword Management Tool (mkpw)
    RACRemote Access Control Daemon (racd)
    RQSReliable Queue Server (rqs)
    SDLCSDL File Compiler (sdlc)
    SVRServer Library (libsvr.a)
    TIPTmax Information Server (tip)
    TLMTmax Log Manager (tlm)
    TCPGWCustom TCP/IP Gateway (libtcpgw.a)
    TMDServer Application Test Tool (tmd)
    TMMTmax Management (tmm)
    TMSTMS Library (libtms.a)
    UNCFLTmax Configuration File UnCompiler (uncfl)
    WSCWSC
    WSGWWeb 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.

Note

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".