###############################################################
#
#	EMAPIMessages.txt
#	
#
#	Description: Contains all the exceptions that may occur 
#				 within the EMAPI.
#

###############################################################
#   MAJOR CODE 00000: NULL Exception
###############################################################

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

000   0 ERROR EMAPI_NULL_EXCEPTION           

###############################################################
#
#   MAJOR CODE 100: Low-level API Exceptions
#
###############################################################

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

100   1 ERROR EMAPI_XML_PRE_PARSING          Error on preliminary parsing of the XML
100   2 FATAL EMAPI_CATSTRPH_EXCEPTION       Catastrophic exception on server.
100   3 ERROR EMAPI_MISSING_TAG              Error: %s Tag missing.
100   4 ERROR EMAPI_INVALID_REQ              Invalid Request. Request name: %s
100   5 FATAL EMAPI_NO_RESPONSE              Could not obtain response from repository.
100   6 ERROR EMAPI_ERROR_HANDLER_EX         Undefined exception on server.
100   7 ERROR EMAPI_DEPRECATED_REQ           Depreacated request. Use request_def_create_table or request_def_add_jobs or request_def_add_table instead.


###############################################################
#
#   MAJOR CODE 200: Parser Exceptions
#
###############################################################

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

200   1 FATAL XMLPARSER_INIT_FAIL            Parser Initialization Failure.
200   2 ERROR XMLPARSER_PARSE_ERROR          Error while parsing XML: %s
200   3 FATAL XMLPARSER_INT_ERROR            Internal Parser Error: %s
200   4 FATAL XMLPARSER_INT_ERROR_UNDEF      Internal Parser Error: Undefined Exception

###############################################################
#
#   MAJOR CODE 300: CTM SERVER ERRORS
#
###############################################################

#--------------------------------------------------------------
#  MAJOR CODE 300:   (ECS PREFIX)
#--------------------------------------------------------------
                
#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

300   0 ERROR CTMSRVR_INTERNAL_ERROR         Internal Server Error on Control/M.
300   3 ERROR CTMSRVR_ERROR_MSG              Control/M Error: %s  
300   5 ERROR CTMSRVR_MAINFRM_STORAGE_FAIL   Storage allocation failed for CTM/EM Gateway.
300   7 ERROR CTMSRVR_COND_FILE_OPEN_FAIL    Cannot open conditions file.
300   9 ERROR CTMSRVR_INST_PARM_LOAD         Loading of Control-M Parameters failed.
300  18 ERROR CTMSRVR_INTERNAL_GETMEM        Internal error on GETMEM.
300  19 ERROR CTMSRVR_DSN_NOT_IN_CATALOG     DSN not in catalog.
300  20 ERROR CTMSRVR_DSN_ALLOC_FAILED       DSN - dynamic allocation failed.
300  21 ERROR CTMSRVR_INVALID_REQUEST        Internal error. Invalid request to CTM/EM.
300  22 ERROR CTMSRVR_MAX_LINES_EXCEEDED     Maximum number of members/lines in member exceeded.
300  23 ERROR CTMSRVR_INVALID_RET_CODE       Invalid return code from CTM/EM.
300  24 ERROR CTMSRVR_DIR_PROCESSING_FAILED  Error while processing directory of library.
300  25 ERROR CTMSRVR_LIB_OPERATION_FAILED   Library operation failed.
300  40 ERROR CTMSRVR_PRINT_FILE_OPEN_FAIL   Cannot open print file.  
300  42 ERROR CTMSRVR_IOA_LOGFILE_OPEN_FAIL  Open of IOA log file failed .
300  45 ERROR CTMSRVR_IOACND_ERROR           Internal Error on IOACND.  
300  46 ERROR CTMSRVR_INVALID_DATE_FORMAT    Invalid date format.
300  47 ERROR CTMSRVR_SYNC_FILE_OPEN_FAIL    Cannot open synchronization file.   
300  48 ERROR CTMSRVR_INVALID_REQ_CTMURS     Internal Server Error on Control/M.
300  49 ERROR CTMSRVR_INVALID_RES_CTMURS     Internal Server Error on Control/M.
300  51 ERROR CTMSRVR_ADD_COND_EXISTS        Cannot add the condition because it already exists.
300  52 ERROR CTMSRVR_ADD_COND_FILE_FULL     Cannot add the condition because the condition file is full.
300  53 ERROR CTMSRVR_ADD_CTRLRES_EXISTS     Cannot add the control resource because it already exists.
300  54 ERROR CTMSRVR_ADD_CTRLRESE_FULL      Cannot add the control resource because the resource file is full.
300  55 ERROR CTMSRVR_DEL_COND_INEXISTNT     Cannot delete the condition because it does not exist.
300  56 ERROR CTMSRVR_DEL_QUANTRES_IN_USE    Cannot delete the quantitative resource because it is in use.
300  57 ERROR CTMSRVR_ADD_QUANTRES_FULL      Cannot add the quantitative resource because the resource file is full.
300  58 ERROR CTMSRVR_ADD_QUANTRES_EXISTS    Cannot add the quantitative resource because it already exists.
300  59 ERROR CTMSRVR_DEL_QUANTRES_INEXISTNT Cannot delete the quantitative resource because it does not exist.
300  60 ERROR CTMSRVR_CANNOT_CHANGE_RESOURCE Change command can only be issued against quantitative resources
300  61 ERROR CTMSRVR_CH_INVALID_VALUE_SIGN  Invalid value in sign field.
300  62 ERROR CTMSRVR_CH_VALUE_OUT_OF_RANGE  The value in a change command must be between 1-9999.
300  63 ERROR CTMSRVR_BLDL_LOAD_FAIL         Cannot load module (internal error).
300  64 ERROR CTMSRVR_TABLE_INEXIST_IN_LIB   The requested table does not exist in the library.
300  70 ERROR CTMSRVR_JOB_INEXIST_IN_TABLE   The requested job does not exist in the given table.
300  87 ERROR CTMSRVR_INVALID_DATE           Invalid date.
300  90 ERROR CTMSRVR_MEMBER_NOT_EXIST       Table/Member does not exist.
300  91 ERROR CTMSRVR_MEMBER_EXIST           Table/Member already exists.
300  93 ERROR CTMSRVR_INVALID_GROUP_ID       Invalid Group ID.
300  94 ERROR CTMSRVR_NEWG_ORDER_NOT_SUP     The NEWG order option is not supported in this version.
300  95 ERROR CTMSRVR_GROUP_ENTITY_INEXISTNT The group entity specified was not found in the AJF.   
300  96 ERROR CTMSRVR_FAIL_EXTRACT_MSG       Failed to extract data from CTM/EM message.
300  97 ERROR CTMSRVR_FAIL_DELETE_RECORD     Failed to delete records from table.
300  98 ERROR CTMSRVR_INSERT_TABLE_FAILED    Insert into table failed.
300  99 ERROR CTMSRVR_UPDATE_TABLE_FAILED    Update table failed.
300 100 ERROR CTMSRVR_FAILED_COMMIT_TRANS    Failed to commit transaction.
300 101 ERROR CTMSRVR_GROUP_FIELD_MAND       The filed GROUP is mandatory for a group entity.
300 102 ERROR CTMSRVR_GRP_JOB_NOT_SAME       GROUP and JOBNAME should be the same for group entity.
300 103 ERROR CTMSRVR_GRP_SCDTBL_NOT_SAME    GROUP and SCHEDTAB should be the same for group entity.
300 104 ERROR CTMSRVR_GRP_SCDTBL_NOT_SPEC    GROUP and SCHEDTAB should be specified.
300 105 ERROR CTMSRVR_GRP_NOT_IN_DB          The group specified does not exist in the database.
300 106 ERROR CTMSRVR_AJ_FIELDS1_SPEC        MEMLIB, CMDLINE, MEMNAME AND OVERLIB should not be specified.
300 107 ERROR CTMSRVR_ISN_ALLOC_FAIL         Failed to allocate ISN.
300 108 ERROR CTMSRVR_NO_NODES_NODEGRP       No nodes found in node group.
300 109 ERROR CTMSRVR_NEXT_NODE_FAILED       Failed to get next node in node group.
300 110 ERROR CTMSRVR_AJ_FIELDS2_SPEC        Failed to setup application type for NODEGRP, MEMNAME and OVERLIB should not be specified.
300 111 ERROR CTMSRVR_INVALID_ODATE          Invalid ODATE. 


#--------------------------------------------------------------
#  MAJOR CODES 301:  (JOB PREFIX)
#--------------------------------------------------------------

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

301 501 INFO  CTMSRVR_JOB_STARTED            The job has been successfully ordered
301 502 ERROR CTMSRVR_LIB_SCH_TBL_OPEN_FAIL  Unable to open the specified scheduling library.
301 506 ERROR CTMSRVR_SCHED_MEMBER_FAILED    Scheduling failed for member.
301 510 ERROR CTMSRVR_SCHED_DATA_INVALID     Scheduling member contains invalid data.
301 512 WARN  CTMSRVR_LIB_SHOULD_BE_COMPRESD Library should be compressed.
301 514 ERROR CTMSRVR_JOB_STORAGE_FAIL       Job was not ordered. Reason: Insufficient storage.     
301 515 ERROR CTMSRVR_JOB_TOO_MANY_CARDS     Job contains too many cards.
301 516 ERROR CTMSVRV_JOB_WRONG_D_STATEMENT  Table error: First card is not a D-statement.
301 517 ERROR CTMSRVR_SCHED_DATA_UNAVAILABLE The specified library is empty.
301 524 ERROR CTMSRVR_JOB_ENDED_WITH_ERRORS  Ordering process has ended with errors.
301 525 ERROR CTMSRVR_JOB_ENDED_SUCCESFULLY  Ordering process ended successfully.
301 526 ERROR CTMSRVR_SCHED_INVALID_DATA_FTM Invalid data format.
301 528 INFO  CTMSRVR_JOB_SCHED_SUCCESFULL   Job has been sucesfully ordered.
301 531 ERROR CTMSRVR_SCHED_CANCLD_USER_EXIT Ordering process was canceled by an user exit.    
301 532 ERROR CTMSRVR_AJF_OPEN_FAIL          Cannot open the CTM/EM active jobs file.
301 534 ERROR CTMSRVR_AJF_SEVERE_ERROR       Cannot open the AJF - AJF is corrupted, I/O error, or file is not really AJF.  
301 535 ERROR CTMSRVR_AJF_FORMAT_IN_PROGRESS Cannot order a job while AJF is being formatted.
301 536 ERROR CTMSRVR_SCHED_DATA_CARD_ERROR  Severe error in scheduling definition.
301 537 ERROR CTMSRVR_SCHED_STORAGE_FAIL     The job order contains more information than what the CTM/EM can handle.
301 548 ERROR CTMSRVR_SCHED_CALENDAR_ERROR   The calendar specified in the job is either corrupted or invalid.
301 549 WARN  CTMSRVR_SCHED_CTRLR_UNAV_RERUN CONTROL-R is not installed. IFRERUN statement ignored.
301 550 WARN  CTMSRVR_SCHED_CTRLR_UNAV_SET   CONTROL-R is not installed. SET statement ignored.
301 166 ERROR CTMSRVR_SCHED_CND_BYPASSED     The job contains a condition with a PREV/NEXT date that cannot be interpreted by CTM/EM.
301 169 INFO  CTMSRVR_SCHED_END_OK_NO_JOBS   The CTM/EM has finished handling the request. No jobs were scheduled.
301 170 INFO  CTMSRVR_SCHED_TITLE_INFO       Response for Order/Force request.
301 171 INFO  CTMSRVR_JOB_NOT_ORDERED        Job was not ordered.
301 172 WARN  CTMSRVR_JOB_NOT_OF_SCHED_GROUP Job is not a part of SMART Table.
301 173 ERROR CTMSRVR_NOT_AUTH_ORDER_TBL     User is not authorized to order the table.
301 174 ERROR CTMSRVR_NOT_AUTH_FORCE_OWNER   User is not allowed to force for owner.
301 175 ERROR CTMSRVR_NOT_AUTH_ORDER_OWNER   User is not allowed to order for owner.
301 176 ERROR CTMSRVR_SECURITY_CHECK_FAIL    Security check failed.
301 177 ERROR CTMSRVR_ROW_NUMBER_NOT_FIT     Row number does not match requested job.
301 178 ERROR CTMSRVR_SCHED_GROUP_ORD_FAILED A Group job cannot be ordered.
301 179 ERROR CTMSRVR_JOB_ALREADY_EXISTS     Duplicate Job exists in the SMART Table.
301 180 ERROR CTMSRVR_NO_TAG_FOUND           No tag was found.
301 181 ERROR CTMSRVR_HOME_DIR_NOT_DEFINED   User home directory is not defined.
301 182 ERROR CTMSRVR_FAILED_COPY_JOB        Failure in copying Jobdef to AJF.
301 184 ERROR CTMSRVR_WRONG_JOB_NUM          Invalid job sequence number.
301 185 ERROR CTMSRVR_SELECT_FROM_TBL_FAILED Failed to select from table.
301 186 ERROR CTMSRVR_GROUP_NOT_EXIST        SMART Table does not exist.
301 187 ERROR CTMSRVR_JOB_NOT_OF_GROUP       Job does not belong to group.
301 188 ERROR CTMSRVR_JOB_FAILED_TO_FETCH    Failed to fetch job from table.
301 189 ERROR CTMSRVR_JOB_NOT_IN_TABLE       Job does not exist in Job Definition table.
301 190 ERROR CTMSRVR_JOB_NOT_READ_FROM_TBL  Failed to read job from Job Definition table.

#--------------------------------------------------------------
#  MAJOR CODE 302:  (CTM PREFIX)
#--------------------------------------------------------------
#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

302 129 ERROR CTMSRVR_USER_EXIT_LOAD_FAIL    User exit not loaded.
302 540 ERROR CTMSRVR_SECURITY_LOAD_FAIL     Security exit not loaded. Security checking will be bypassed.
302 863 WARN  CTMSRVR_AJF_NEARLY_FULL        The AJF is nearly full.
302 130 ERROR CTMSRVR_DUPLICATE_JOB_FOUND    Duplicate Job exists in the SMART Table.


###############################################################
#
#   MAJOR CODE 40000: EMAPI Request Exceptions
# 
###############################################################

#--------------------------------------------------------------
#  MAJOR CODE 400: Generic Request Exceptions
#--------------------------------------------------------------

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

401   1 ERROR REQ_GEN_CTM_CONN_FAIL          Could not connect to Control-M. 
401   2 ERROR REQ_GEN_CTM_INEXIST            Invalid Control-M.
401   3 ERROR REQ_INVALID_CTM_RESPONSE       Invalid response from Control-M.
401   4 ERROR REQ_GEN_UNDEFINED              Internal Error: %s.
401   5 ERROR REQ_GEN_ERROR                  Errors in request.
401   6 ERROR REQ_GEN_DB_CONN_FAILED         DB connection is failed.

#--------------------------------------------------------------
#  MAJOR CODE 403: POLL REQUEST
#--------------------------------------------------------------

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

403   1 ERROR REQ_POLL_INVALID_TOKEN         Error: Invalid token supplied in Poll request.

#--------------------------------------------------------------
#  MAJOR CODE 404: ADD/DELETE CONDITION REQUEST
#--------------------------------------------------------------

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

404   1 ERROR REQ_ADCND_FAILED_CODE          Add/Delete condition failed (code %d).
404   2 ERROR REQ_ADCND_FAILED               Add/Delete condition failed.
404   3 ERROR REQ_ADCND_ABORT                Add/Delete condition aborted.
404   4 ERROR REQ_ADCND_TIMEOUT              Add/Delete condition timed out.
404   5 ERROR REQ_ADCND_ADDCOND_FAILED       Add condition failed.
404   6 ERROR REQ_ADCND_ADDCOND_FAILED_CODE  Add condition failed (code %d).
404   7 ERROR REQ_ADCND_ADDCOND_INVALID_OPT  Add condition failed, invalid option.
404   8 ERROR REQ_ADCND_DELCOND_FAILED       Delete condition failed.
404   9 ERROR REQ_ADCND_DELCOND_FAILED_CODE  Delete condition failed (code %d).
404  10 ERROR REQ_ADCND_DELCOND_INVALID_OPT  Delete condition failed, invalid option.
404  11 ERROR REQ_ADCND_NAME_NOT_VALID       Condition name is not valid.
404  12 ERROR REQ_ADCND_ODATE_NOT_VALID      Condition order date is not valid.
404  13 ERROR REQ_ADCND_ALREADY_IN_STATE     Cannot Add/Delete condition, already in desired state.
404  14 ERROR REQ_ADCND_ALREADY_EXIST        Cannot add condition, already exist.
404  15 ERROR REQ_ADCND_ALREADY_NOT_EXIST    Cannot delete condition, does not exist.
404  16 ERROR REQ_ADCND_LISTCOND_FAILED      List Conditions Failed


#--------------------------------------------------------------
#  MAJOR CODE 405: ORDER FORCE REQUEST
#--------------------------------------------------------------

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

405   1 ERROR REQ_ORDER_INVALID_PARAMS       Order request did not pass validity checks. Error: %s
405   2 ERROR REQ_ORDER_GROUP_RBA_NOT_FOUND  Group RBA not found for Group ID %s.
405   3 ERROR REQ_ORDER_FAILED               Order request failed in the server.
405   4 ERROR RESP_ORDER_FORCE_ERROR         No jobs were ordered.

#--------------------------------------------------------------
#  MAJOR CODE 406: JOB TRACKING REQUEST
#--------------------------------------------------------------

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

406   1 ERROR REQ_TRACK_ORDER_ID_NOT_FOUND   Job was not found in the last AJF.
406   2 ERROR REQ_TRACK_SELECT_FAILED        Required Job information does not exist in the database
406   3 ERROR REQ_TRACK_INVALID_PARAMS       Tracked Job failed in validity checks. Error: %s

#--------------------------------------------------------------
#  MAJOR CODE 407: AUTHORIZATION REQUEST
#--------------------------------------------------------------

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

407   1 ERROR REQ_AUTH_INVALID_USER_TOK      Invalid user token.
407   2 ERROR REQ_AUTH_INVALID_USER_NAME     Invalid user name.
407   3 ERROR REQ_AUTH_REG_FAIL              Register failed.
407   4 ERROR REQ_AUTH_UNREG_FAIL            Unregister failed.
407   5 ERROR REQ_AUTH_USER_NOT_AUTH         User not authorized.
407   6 ERROR REQ_AUTH_USER_LOCKED           Account is locked.
407   7 ERROR REQ_AUTH_PASSWD_EXPIRED        Password has expired.
407   8 ERROR REQ_AUTH_USER_NOT_AUTH_EXT     User not authorized. %s

#--------------------------------------------------------------
#  MAJOR CODE 408: ALERTS API
#--------------------------------------------------------------

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

408   1 ERROR REQ_ALRT_INVALID_ID            Alert id is not valid.
408   2 ERROR REQ_ALRT_INVALID_OP            Invalid alert operation.
408   3 ERROR REQ_ALRT_LOCKED                Alert %d is locked by another user.
408   4 ERROR REQ_ALRT_NO_DB_CONN            There is no connection with the database.
408   5 ERROR REQ_ALRT_CTM_FAIL_ALRT_CHANGE  Control-M [%s] failed to change alert status.
408   6 ERROR REQ_ALRT_ILLEGAL_ALRT_CHANGE   Illegal alert status change.
408   7 INFO  REQ_ALRT_SAME_STATE            Alert already in desired state.

#--------------------------------------------------------------
#  MAJOR CODE 409: CREATE ACTIVE JOB (CreateAJ)
#--------------------------------------------------------------

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

409   1 ERROR REQ_CREATEAJ_FAILED_UNKNOWN    Create active job failed (code: %d).
409   2 ERROR REQ_CREATEAJ_FAILED            Create active job failed.
409   3 ERROR REQ_CREATEAJ_OBJ_IN_USE        Create active job failed, object is in use.
409   4 ERROR REQ_CREATEAJ_OBJ_NOT_FOUND     Create active job failed, object not found.
409   5 ERROR REQ_CREATEAJ_INVALID_OPTION    Create active job failed, invalid option.
409   6 ERROR REQ_CREATEAJ_FIELD_NOT_VALID   Create active job validation error: %s.
409   7 ERROR REQ_CREATEAJ_SCHED_GRP_NV      SMART Table is not valid for this data-center version
409   8 ERROR REQ_CREATEAJ_JOB_INIT_NV 	     Failed to initialize job descriptor
409   9 ERROR REQ_CREATEAJ_JOB_INVALID_ODAT  Create active job, invalid order date.
409  10 ERROR REQ_CREATEAJ_UNSUPPD_CTM_VER   Create active job, API is not supported for CTM version [%s].

#--------------------------------------------------------------
#  MAJOR CODES 41x: DEFINITIONS 
#  410 - DEFINITIONS, GENERAL
#--------------------------------------------------------------

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

410   1 ERROR REQ_DEFS_FAILED_BEGIN_TRANS    Cannot begin transaction.
410   2 ERROR REQ_DEFS_FAILED_ROLLBACK_TRANS Cannot rollback transaction.
410   3 ERROR REQ_DEFS_FAILED_COMMIT_TRANS   Cannot commit transaction.
410   4 ERROR REQ_DEFS_FAILED_LOCK_TABLE     Failed to lock/unlock table.
410   5 ERROR REQ_DEFS_TBL_LOCKED_BY_ANOTHER Table is locked by another user.
410   6 ERROR REQ_DEFS_SET_MODIFIED_FAILED   Failed to set Modified flag for table.
410   7 ERROR REQ_DEFS_DB_GET_FAILED         Failed to read definitions from database.

#--------------------------------------------------------------
#  MAJOR CODE 411:  UPLOAD TABLE (UploadTable)
#--------------------------------------------------------------

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

411   1 ERROR REQ_UPLOAD_INVALID_PARAMS      Upload table failed, inavlid params.
411   2 ERROR REQ_UPLOAD_TABLE_FAILED        Upload table failed.
411   3 ERROR REQ_UPLTBL_DB_GET_FAILED       Cannot get Table from database.
411   4 ERROR REQ_UPLTBL_ABORT               Upload table aborted
411   5 ERROR REQ_UPLTBL_TIMEOUT             Upload table timed out
411   6 ERROR REQ_UPLTBL_FAILED_CODE         Upload table failed with status

#--------------------------------------------------------------
#  MAJOR CODE 412: CREATE DEFINITIONS 
#--------------------------------------------------------------

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

412   1 ERROR REQ_CREATE_DEFS_INVALID_OPTION Create jobs definitions failed, inavlid params. %s
412   2 ERROR REQ_CREATE_TABLE_FAILED        Create table failed.
412   3 ERROR REQ_CREATE_DEFS_FAILED         Create jobs definitions failed.
412   4 ERROR REQ_ADD_JOBS_DEFS_FAILED       Failed to add jobs to table.
412   5 ERROR REQ_CREATE_DEFS_FAILED_UNKNOWN Create jobs definitions failed, unknown reason.
412   6 ERROR REQ_CREATE_DEFS_OBJ_NOT_FOUND  [TBD: Message text]
412   7 ERROR REQ_CREATE_DEFS_OBJ_IN_USE     Table already exist.
412   8 ERROR REQ_CREATEDEFS_SCHED_GRP_NV    SMART Table is not valid for this data-center version
412   9 ERROR REQ_CREATEDEFS_JOB_INIT_NV     Failed to initialize job descriptor
412  10 ERROR REQ_CREATEDEFS_UNSUPPD_CTM_VER Create definitions, API is not supported for CTM version [%s].
412  11 ERROR REQ_CREATEDEFS_GRP_IN_TBL      Table already contains a SMART Table.
412  12 ERROR REQ_ILLEGAL_AUTHOR_NEW_JOB     Illegal author in new job.
412  13 ERROR REQ_CREATEDEFS_GRPNAME_NV      Group name of a SMART Table entity differs from its table name.
412  14 ERROR REQ_CREATEDEFS_FIELD_NOT_VALID Create jobs definitions validation error: Job[%d]: %s.
412  15 ERROR REQ_CREATEDEFS_EXISTING_GRP    Table already exists and contains SMART Table with a different group name.
412  16 ERROR REQ_PARENT_TABLE_NOT_EXIST     Parent Table does not exist
412  17 ERROR REQ_SUB_TABLE_ALREADY_EXIST    Sub Table already exists

#--------------------------------------------------------------
#  MAJOR CODE 413: DELETE DEFINITIONS 
#--------------------------------------------------------------

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

413   1 ERROR REQ_DELJOBS_TABLE_NOT_FOUND    Table does not exist.
413   2 ERROR REQ_DELJOBS_MANY_TABLES_FOUND  Many tables are found.
413   3 ERROR REQ_DELJOBS_FAILED             Failed to delete jobs from table.
413   4 ERROR REQ_DELJOBS_NOTHING_TO_DELETE  No jobs were deleted according to the specified criterion.
413   5 ERROR REQ_DELJOBS_UPD_JOBS_IN_GROUP  Failed to update number of jobs in SMART Table.
413   6 ERROR REQ_DELJOBS_FIELD_NOT_VALID    Delete jobs definitions validation error: [%s] is not valid filter field.
413   7 ERROR REQ_DELJOBS_INVALID_OPTION     Delete jobs definitions, inavlid params: %s.

#--------------------------------------------------------------
#  MAJOR CODE 440: RETRIVE JOBS ON ACTIVE ENVIRONMENT 
#--------------------------------------------------------------

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

440   1 ERROR REQ_AJFIND_FAILED              Retrieve active jobs failed.
440   2 ERROR REQ_AJFIND_INTERNAL_ERROR      Request failed - internal error.
440   3 ERROR REQ_AJFIND_NOT_FOUND           No jobs are found according to the specified criterion.
440   4 ERROR REQ_AJFIND_PARTIAL_RESULT      Partial result.
440   5 ERROR REQ_AJFIND_LIMIT_EXCEEDED      The maximum of returned nodes, which is specified in request, exceeds EM server limit, which is specified by the tag [max_returned_nodes] or the EMAPIActiveJobsLoadLimit system parameter.
440   6 ERROR REQ_AJFIND_FIELD_NOT_VALID     Retrieve active jobs validation error: [%s] is not valid filter field.

#--------------------------------------------------------------
#  MAJOR CODE 450: JOBActions
#--------------------------------------------------------------

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

450   1 ERROR REQ_JACT_GENERAL               Unknown error occured.
450   2 ERROR REQ_JACT_FAILED_CODE           Action request failed (code %d).
450   3 ERROR REQ_JACT_FAILED                Action request failed.
450   4 ERROR REQ_JACT_ABORT                 Action request aborted.
450   5 ERROR REQ_JACT_TIMEOUT               Action request timed out.
450 304 ERROR REQ_JACT_TASKNOTHELD           Cannot free job - job is not held.
450 305 ERROR REQ_JACT_AJFISLOCKED           Active jobs file is locked, try again later.
450 306 ERROR REQ_JACT_ECS_JOBNOTEXIST       Job does not exist.
450 309 ERROR REQ_JACT_JOBSTATINCM           Cannot hold job - already held.
450 310 ERROR REQ_JACT_JOBNOTWTCNF           Job is not waiting for confirmation.
450 323 ERROR REQ_JACT_ECS_SECURITYERR       Security protection violation.
450 328 ERROR REQ_JACT_JOBNOTEXEC            Job is not in execution state.
450 361 ERROR REQ_JACT_INVSTATE              The selected job/group cannot be deleted due to its current state.
450 506 ERROR REQ_JACT_AG_NOT_SUPPORT        Operation not supported by agent.

#--------------------------------------------------------------
#  MAJOR CODE 500: JAVA CLIENT
#--------------------------------------------------------------

#--------------------------------------------------------------
#  MAJOR CODE 600: GTW MESSAGES
#--------------------------------------------------------------

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)
                                             
600   1 ERROR GTW_USR_REQ_TOUT               User Request timed out 
600   2 ERROR GTW_NO_LOADED_NET              No network currently loaded 
600   3 ERROR GTW_NO_NOD_MATCH_SH_NET_PAR    No nodes match the Show Net parameters 
600   4 ERROR GTW_NET_T_BIG_NOD_MIS          Net too large to be fully viewed. Some nodes will be missing     
600   5 ERROR GTW_DB_LOGIN_FAILED            Database login failed three times 
600   6 ERROR GTW_CHOOSE_FRE_HELD_DEL        At least one state must be chosen  
600   7 ERROR GTW_CHOOSE_STAT                At least one status must be chosen  
600   8 ERROR GTW_CHOOSE_TSK_TYP             At least one task type must be chosen  
600   9 ERROR GTW_NO_EVNT_FOR_CUR_NET        No events found for current net  
600  10 ERROR GTW_FLD_WRNG_FRMT_S2           Field %s Wrong Format: %s 
600  11 ERROR GTW_CNNT_LD_ACT_NO_DC          Cannot load Active Network: No data center 
600  12 ERROR GTW_FLD_S_REQUIRED             Field %s is required 
600  13 ERROR GTW_NET_LOAD_ABRT_MEM          Net Load aborted, probably not enough memory 
600  14 ERROR GTW_NO_NOD_MATCH_LD_NET_PAR    No nodes match the Load Net Parameters 
600  15 ERROR GTW_ERR_READ_JOB_REC_DB        Error while reading job-record from database 
600  16 ERROR GTW_NO_CHNG_SNC_LST_SVE        Nothing changed since last save 
600  17 ERROR GTW_NO_CHANGE                  Nothing changed 
600  18 ERROR GTW_CNNT_SAVE_FILE_S1          Cannot save file %s 
600  19 ERROR GTW_CONF_A_FOR_B_S2            Confirm %s for %s 
600  20 ERROR GTW_REALLY_QUIT_S1             Do you really want to quit %s ? 
600  21 ERROR GTW_CRIT_PRIO_FRST_CHR         In a critical job, parameter [Priority] must begin with 
600  22 ERROR GTW_FLD_HAS_INVLD_VAL_S1       Field %s contains an invalid value 
600  23 ERROR GTW_FLD_VAL_BTWN_S1_D2         Field %s must be between %d  and  %d 
600  24 ERROR GTW_RRNM_CNNT_IF_TSKT          Field Rerun Mem Cannot be used if field Task Type is Cyclic 
600  25 ERROR GTW_INVLD_VAL_AT_S2            Field %s has an invalid value starting at position: %s 
600  26 ERROR GTW_FLD_S_CNNT_HAS_SPC         Field %s may not contain embedded spaces 
600  27 ERROR GTW_CNNT_CLR_DMO_NET_S         Cannot clear Demo Net %s 
600  28 ERROR GTW_CNNT_CRT_DMO_NET_S         Cannot create Demo Net %s 
600  29 ERROR GTW_CNNT_CPY_DMO_NET_S         Cannot copy Demo Net %s 
600  30 ERROR GTW_CNNT_OPN_USR_VIEW          Cannot open user view 
600  31 ERROR GTW_RLLY_ERS_ALL_S_NET_S       Do you really want to erase the entire %s Net %s 
600  32 ERROR GTW_RLLY_CLR_ALL_S_NET_S       Do you really want to clear the entire %s Net %s 
600  33 ERROR GTW_CNNT_APND_OWNR_S_IS_S      Cannot append, Owner of %s is %s 
600  34 ERROR GTW_CNNT_OPEN_S                Cannot open %s 
600  35 ERROR GTW_CNNT_FND_S                 Missing file %s 
600  36 ERROR GTW_CNNT_UMNT_DSKT_S           Unable un-mount diskette in %s 
600  37 ERROR GTW_CNNT_MNT_DSKT_S            Unable to mount diskette in %s 
600  38 ERROR GTW_INCRCT_PATH_S              Incorrect path %s 
600  39 ERROR GTW_DNLD_BAD_VRS_S_SHLD_BE_S   Files downloaded from incompatible version %s (should be %s) 
600  40 ERROR GTW_CNNT_OPN_FIL_S             Cannot open file %s 
600  41 ERROR GTW_MISS_S_LN                  Missing %s line 
600  42 ERROR GTW_UNKNWN_LN_S                Unknown line: %s 
600  43 ERROR GTW_CNNT_WRT_S                 Cannot write to file %s 
600  44 ERROR GTW_FIL_S_EXST_OVWRT           File %s exists. Ok to overwrite ? 
600  45 ERROR GTW_NET_S_DSNT_EXST            Net %s does not exist 
600  46 ERROR GTW_CNNT_CPY_FIL_TO_FIL        Copy from file to file not allowed 
600  47 ERROR GTW_CNNT_DB_UPD_JOB            Database job update failed 
600  48 ERROR GTW_CNNT_DB_SLCT_RSRC_EVNT     Database select failed for resource events 
600  49 ERROR GTW_CNNT_DB_SLCT_OVRD_TBL_STP  Database select failed for override table, simulation stopped 
600  50 ERROR GTW_NO_CUR_NET                 No current net 
600  51 ERROR GTW_CNNT_FND_NOD               No nodes were found.
600  52 ERROR GTW_NO_MORE_NODS_GO_BCK        No more nodes were found. Go Back ? 
600  53 ERROR GTW_NO_MORE_NODS_FND           No more nodes were found. 
600  54 ERROR GTW_USER_VIEW_WRITE_FAILED     You are not authorized to perform this action 
600  55 ERROR GTW_IF_FLD_S_BGN_ALL_REST_BLNK If Field %s (Days/Week days Calendar) begins with ALL then the rest of the parameter must be blank 
600  56 ERROR GTW_FLD_DAY_CAL_REQ_IF_S_HAS   Field Days Calendar  is required if field %s contains the value: %s 
600  57 ERROR GTW_FLD_WEEK_CAL_REQ_IF_S_HAS  Field Week Calendar is required if field %s contains the value: %s 
600  58 ERROR GTW_INVLD_VAL_AT_S_COMMA_EXP   Field Days has an invalid value starting at position: %s; There should be a comma there 
600  59 ERROR GTW_CONFIRM_DISCARD            Discard changes made in form ?  
600  60 ERROR GTW_CAL_PERIODIC               Change of calendar type destroys existing data.  Proceed ?  
600  61 ERROR GTW_CAL_CHANGE_PLATFORM        Change of data center platform destroys existing data.  Proceed ?  
600  62 ERROR GTW_CAL_INVALID_DC             Data center unknown, please re-enter value  
600  63 ERROR GTW_CAL_READ_FAILED            Reading calendar failed - database problems 
600  64 ERROR GTW_CAL_IN_USE_BY_S            Calendar is already in use by user %s, try later 
600  65 ERROR GTW_CAL_WRITE_FAILED           Calendar write failed - database problems 
600  66 ERROR GTW_UNKNWN_PLTFRM_DEF_MVS_CONT Unknown platform. Verification of data will default to MVS. Do you want to continue? 
600  67 ERROR GTW_CAL_MODIFIED               Calendar was modified. Proceed with download ?                                  
600  68 ERROR GTW_CAL_S_DWNLD_OK_FROM_S      Calendar %s was downloaded successfully from data center %s                      
600  69 ERROR GTW_CAL_S_DLT_OK_FROM_S        Calendar %s was deleted successfully from data center %s                         
600  70 ERROR GTW_CAL_IN_USE_BY_S_CNNT_DEL   Calendar is in use by user %s, and cannot be deleted                              
600  71 ERROR GTW_CAL_DELETE                 Confirm Calendar Delete                                                          
600  72 ERROR GTW_CAL_UPLOAD                 Confirm Calendar Upload                                                          
600  73 ERROR GTW_CAL_FORCED_UPLOAD          Forced Calendar Upload will override calendar content in data center. Proceed ?  
600  74 ERROR GTW_CAL_ACCESS_DENIED          You are not authorized to access the Calendar List window 
600  75 ERROR GTW_FLD_S_REQ_IF_FLD_S_IS_FNCC Filed %s must be specified if field %s is File, New Dest or Change Class 
600  76 ERROR GTW_ENTR_CNFLCT_CND            Attempt to enter conflicting conditions 
600  77 ERROR GTW_FLD_S_REQ_CNG_CLS          Field %s may only be used with the Change Class option 
600  78 ERROR GTW_FLD_S_TOO_LONG             Field %s is too long 
600  79 ERROR GTW_FLD_SGN_CMPTBL_ODAT        Field Sign may not be + if the ODATE field value is **** or $$$$ 
600  80 ERROR GTW_BAD_PLTFRM_DEF_MVS         Unknown or disabled Platform. Form will be opened as MVS! 
600  81 ERROR GTW_CRIT_JOB_PRIO_STRT_AST     In a critical job, field Priority must begin with * 
600  82 ERROR GTW_FLD_CMLN_REQ_TSKT_CMND     Field Command Line may be specified only if Task Type is Command 
600  83 ERROR GTW_FLD_LEN_D_IN_THIS_OPT      Field should be %d char(s) long for this Sysout option  
600  84 ERROR GTW_FLD_S_NALWD_WITH_TSKT_S    Field %s cannot be used if Task Type is %s 
600  85 ERROR GTW_FLD_S_CNNT_GNRL_USREQ      Field %s cannot specify GENREAL or USER= 
600  86 ERROR GTW_FLDS_PRM_FCLC_REQ_WTH_CCLS Fields Param and From Class must be specified if field Option is Change Class 
600  87 ERROR GTW_FLD_PRM_REQ_WTHNDST_FIL    Field  Param must be specified if field Option is New Dest or File 
600  88 ERROR GTW_FLD_CAL_NALWD_WTH_PDSN_MIN Field Confirmation Cal cannot be used with fields PDS Name or Minimum 
600  89 ERROR GTW_FLD_MNTH_CONSTS            Field Months cannot be used with fields PDS Name, Minimum or Dates 
600  90 ERROR GTW_FLD_DATES_CONSTS_1         Field Dates cannot be used with parameters PDS Name, Minimum, Months,  Days,  or Days Calendar 
600  91 ERROR GTW_FLD_DATES_CONSTS_2         Field Dates cannot be used with fields Week Days, Weeks Days Calendar Confirmation Cal 
600  92 ERROR GTW_FLDS_PDSN_MIN_TOGETHER     If Field PDS Name is specified then Minimum must be specified and vice versa 
600  93 ERROR GTW_FLD_PRIO_STRT_ASTR_AN_CHR  Field  Priority must begin with * or an alphanumeric character 
600  94 ERROR GTW_FLD_PRIO_STRT_AN_CHR       Field  Priority must begin with an alphanumeric character 
600  95 ERROR GTW_FLD_S_REQ_FOR_TSKT_S       Field %s is required if Task Type is: %s 
600  96 ERROR GTW_DUPLICATE_MEMNAME          A job with the same name already exists in this table 
600  97 ERROR GTW_FLD_RTRO_CONSTS            If Field Retro is specified then PDS Name and Minimum cannot be used 
600  98 ERROR GTW_FLDS_DYS_WDYS_NOT_BOTH     The fields Days and Week Days Calendar cannot both be specified 
600  99 ERROR GTW_FLD_S_MUST_BE_NUM_OR_0     The Field %s must contain a numeric value or 0 
600 100 ERROR GTW_FLDS_RRN_NT_WTH_TSKT_CYC   Fields Rerun Mem and Max Rerun cannot be used if field Task Type is Cyclic 
600 101 ERROR GTW_FLD_DATES_REQ_FRMT         Field Dates must be specified in format nnnn or nnnn,nnnn,... 
600 102 ERROR GTW_TABLE_IN_USE_BY_S          Table is already in use by user %s, try later 
600 103 ERROR GTW_TABLE_WRITE_FAILED         Table write failed - database problems 
600 104 ERROR GTW_TABLE_NOT_UPLOADED         Table should be uploaded before order/force 
600 105 ERROR GTW_FLD_S_REQ                  Field %s is required 
600 106 ERROR GTW_IF_FLD_S_IS_QST_FLD_S_BLK  If Field %s is *??????? Then field %s must be blank 
600 107 ERROR GTW_SCHD_TAB_MODIFIED_DL       Table was modified. Proceed with download ? 
600 108 ERROR GTW_SCHD_TAB_MODIFIED_ORDER    Table was modified. Proceed with order ? 
600 109 ERROR GTW_SCHD_TAB_MODIFIED_FORCE    Table was modified. Proceed with force ? 
600 110 ERROR GTW_SCHD_TAB_S_DWNLD_OK_FRM_S  Definition table %s was downloaded successfully from data center %s 
600 111 ERROR GTW_SCHD_TAB_S_DLT_OK_FRM_S    Definition table %s was deleted successfully from data center %s 
600 112 ERROR GTW_SCHD_TAB_DELETE            Confirm Table Delete 
600 113 ERROR GTW_SCHD_TAB_UPLOAD            Confirm Table Upload 
600 114 ERROR GTW_SCHD_TAB_FORCED_UPLOAD     Forced Table Upload will override table content in data center Proceed ? 
600 115 ERROR GTW_SCHD_TAB_ACCESS_DENIED     You are not authorized to access the Tables window 
600 116 ERROR GTW_TABLE_IN_USE_BY_S_CNNT_DL  Table is in use by user %s, and cannot be deleted 
600 117 ERROR GTW_FLD_S_BLNK_IF_FLD_S_NOK_R  Field %s must be blank if field %s is  OK or NOTOK or RERUN  
600 118 ERROR GTW_NO_COM_TO_GTW_REQ_CNCLD    Communication with WS-Gateway stopped, all requests were canceled 
600 119 ERROR GTW_SYS_ERR_S_CMND_S_FILD_S    System Error in %s: Command %s failed; %s  
600 120 ERROR GTW_NO_COM_WITH_GTW_REQ_CNCL   No communication with WS-Gateway. Request cancelled 
600 121 ERROR GTW_CNNT_S_NO_COM_TO_GTW       %s not possible, no communication with Gateway 
600 122 ERROR GTW_CNNT_S_UNKNOWN_DC_S        %s not possible, Unknown data center %s 
600 123 ERROR GTW_CNNT_S_DC_S_NT_AVAIL       %s not possible, data center %s not available 
600 124 ERROR GTW_NO_COM_TO_DC_S_REQ_CNCLD   Communication with data center %s down, all requests canceled 
600 125 ERROR GTW_DC_S_SSPND_AJF_REF         Data center %s is suspended (AJF is being formatted) 
600 126 ERROR GTW_DC_S_SSPND_DLWD_IN_NGRP    Data center %s is suspended (Download in Netgroup) 
600 127 ERROR GTW_DC_S_SSPND_AJFREF_REQ_CLD  Data center %s is suspended (AJF is being formatted), all requests canceled 
600 128 ERROR GTW_INVLD_EVNT_C_FRM_DC_S_RST  Invalid event %c received from data center %s. To ensure database integrity, WS-GTW stop/restart is recommended 
600 129 ERROR GTW_HNAM_FOR_TCP_ONLY          The host name be specified only for the TCP protocol 
600 130 ERROR GTW_HNAM_CNTN_ALPHNUM_DOTS     The host name may contain only Alphanumerics and periods 
600 131 ERROR GTW_MST_SPEC_COM_PRTCL         You must specify a communication protocol 
600 132 ERROR GTW_COM_PROT_NT_SPPRTD         Specified communication protocol not supported on platform 
600 133 ERROR GTW_CTR_NT_SPRT_ON_PLTFRM      Control-R not supported on platform 
600 134 ERROR GTW_NGRP_FLD_TWO_ANUM_CHRS     The Net Group field must contain two alpha numeric characters 
600 135 ERROR GTW_CTM_VRS_34_FOR_MVS         CONTROL-M must be 300 or 400 for MVS 
600 136 ERROR GTW_INCRCT_CTM_VRS_FOR_PLTFRM  Incorrect CONTROL-M version specified for this platform 
600 137 ERROR GTW_TABLE_READ_FAILED          Table read failed - database problems 
600 138 ERROR GTW_VRFY_NO_USR_GTW_DWN        Please verify that all users have quit CONTROL-M/EM and that the WS-Gateway is down. 
600 139 ERROR GTW_QUIT_ENT_CS_ADMIN          Do you really want to quit CONTROL-M/Enterprise Manager Administration ? 
600 140 ERROR GTW_NO_NET                     No Net 
600 141 ERROR GTW_NUM_NOD_GT_MAX_D           Number of nodes in a row exceeds maximum of %d  
600 142 ERROR GTW_CNNT_GEN_RPRT_NO_MEM       Cannot generate report due to insufficient memory  
600 143 ERROR GTW_CNNT_PRNT_LINKS_S          Cannot print links: %s  
600 144 ERROR GTW_CNNT_PRNT_IDX_S            Cannot print index: %s  
600 145 ERROR GTW_CNNT_POSTER_ROUTED_NET     Cannot do poster for routed net  
600 146 ERROR GTW_RPRT_SVD_CLS_OPN_RPRT_WIN  Job Report Fields saved. Please close and open the job report window  
600 147 ERROR GTW_NEW_FLD_EMPTY              New Field is empty  
600 148 ERROR GTW_CONFIRM_DELETE             Confirm delete 
600 149 ERROR GTW_NO_LOADED_NET_AVAIL        No Loaded Networks Available 
600 150 ERROR GTW_CTL_RSC_WTH_S_S_CNNT_BE_S  Control Resources with %s %s cannot be %s 
600 151 ERROR GTW_QNT_RSC_WTH_S_S_CNNT_BE_S  Quantitative Resources with %s %s cannot be %s 
600 152 ERROR GTW_FLD_AUTHOR_REQ             Field Author must be entered 
600 153 ERROR GTW_ORD_ID_S_NOT_FOUND         Order ID %s not found 
600 154 ERROR GTW_S_NOT_FOUND_IN_TEXT        Pattern %s not found in text 
600 155 ERROR GTW_S_NOT_FOUND_AGAIN_IN_TEXT  Pattern %s appears only once in the text 
600 156 ERROR GTW_S_NOT_FOUND_ERROR_TEXT     Problems searching for pattern %s 
600 157 ERROR GTW_IN_USE_BY_S_ERROR          Alarm handling command ignored. User %s is handling this alarm now 
600 158 ERROR GTW_ALRM_CMD_IGN_INTRN_ERR     Alarm handling command ignored. Internal error 
600 159 ERROR GTW_DNLD_CAL_S_IN_USE_ERR      Download of calendar %s canceled in gateway - calendar in use 
600 160 ERROR GTW_DNLD_CAL_S_IN_PRGRS_ERR    Download of calendar %s canceled in gateway - Another download is currently in progress - Try later 
600 161 ERROR GTW_UPLD_CAL_S_ERR             Upload of calendar %s canceled in gateway 
600 162 ERROR GTW_UPLD_CAL_S_IN_USE_ERR      Upload of calendar %s canceled in gateway - calendar in use 
600 163 ERROR GTW_UPLD_DFTBL_S_ERR           Upload of definitions table %s canceled in gateway 
600 164 ERROR GTW_UPLD_DFTBL_S_IN_USE_ERR    Upload of definitions table %s canceled in gateway - table in use 
600 165 ERROR GTW_DNLD_DFTBL_S_IN_USE_ERR    Download of definition table %s canceled in gateway - table in use 
600 166 ERROR GTW_DNLD_DFTBL_S_IN_PRGRS_ERR  Download of definition table %s canceled in gateway - Another download is currently in progress - Try later 
600 167 ERROR GTW_TABLE_LOC_DEL_OPEN_FAIL    Definitions table deleted on data center but delete failed on workstation (rc 1) 
600 168 ERROR GTW_TABLE_LOC_DEL_FAIL         Definitions table deleted on data center but delete failed on workstation (rc 2) 
600 169 ERROR GTW_CAL_LOC_DEL_FAIL           Calendar deleted on data center but delete failed on workstation (rc 2) 
600 170 ERROR GTW_DLT_DFTBL_S_IN_USE_ERR     Delete of definitions table %s canceled in gateway - table in use 
600 171 ERROR GTW_DLT_CAL_S_IN_USE_ERR       Delete of calendar %s canceled in gateway - calendar in use 
600 172 ERROR GTW_USR_REQ_CNCL_TIM_OUT       User request canceled in gateway, no answer from data center (time-out) 
#600 173 ERROR GTW_DNLD_S_CNCL_TIM_OUT       Download of %s canceled, no answer from data center (time-out) 
#600 174 ERROR GTW_DNLD_S_CNCL               Download of %s canceled in gateway 
600 173 ERROR GTW_DNLD_S_CNCL_TIM_OUT        Download canceled, no answer from data center (time-out) 
600 174 ERROR GTW_DNLD_S_CNCL                Download canceled in gateway 
600 175 ERROR GTW_UPLD_CNCL_IN_GTW           Upload canceled in gateway 
600 176 ERROR GTW_UPLD_CNCL_RCP_SYS_ADMIN    Upload canceled (file transfer error (rcp) in gateway), consult system administrator 
600 177 ERROR GTW_INF_REQ_CNCL_IO_SYS_ADMIN  Information request canceled in gateway, system error (fopen failed), consult system administrator 
600 178 ERROR GTW_INF_REQ_CNCL_TIM_OUT       Information request canceled (time-out) in gateway, no answer from data center 
#600 179 ERROR GTW_UPLD_S_CNCL_TIM_OUT       Upload of %s canceled (time-out), no answer from data center 
#600 180 ERROR GTW_UPLD_S_CNCL_IN_GTW        Upload of %s canceled in gateway 
600 179 ERROR GTW_UPLD_S_CNCL_TIM_OUT        Upload canceled (time-out), no answer from data center 
600 180 ERROR GTW_UPLD_S_CNCL_IN_GTW         Upload canceled in gateway 
600 181 ERROR GTW_REP_NO_FIELDS              No fields defined 
#600 182 ERROR GTW_REP_FLD_S_NOT_IN_TAB      Field %s not in table 
600 182 ERROR GTW_REP_FLD_S_NOT_IN_TAB       Field not in table 
#600 183 ERROR GTW_REP_INT_ERR_IN_FLD_S      Internal error on Field %s 
600 183 ERROR GTW_REP_INT_ERR_IN_FLD_S       Internal error on field
600 184 ERROR GTW_REP_CNNT_PRT_D_CHRS_MAX_D  Cannot print %d characters; Maximum of %d allowed 
600 185 ERROR GTW_REP_PRT_MORE_THN_D_FLDS    Cannot print more than %d fields 
600 186 ERROR GTW_NET_ACCESS_DENIED          You are not authorized to load an active network 
600 187 ERROR GTW_S_NOT_FOUND_IN_DC_DEL      %s was not found in data center. Delete in workstation ? 
600 188 ERROR GTW_GC_ACCESS_DENIED           You are not authorized to access the Global Conditions window 
600 189 ERROR GTW_TABLE_S_DELTED_LOCALY      Definition table %s was deleted only on workstation 
600 190 ERROR GTW_CAL_S_DELTED_LOCALY        Calendar %s was deleted only on workstation 
600 191 ERROR GTW_INTRN_ERR_ACT_FAILED       Internal error. Action failed 
600 192 ERROR GTW_INSRT_FAIL_EXST            Insert failed. Record with same key already exists. 
600 193 ERROR GTW_UPD_FAIL_NOT_EXST          Record deleted in the meantime. 
#600 194 ERROR GTW_ERR_REQ_FROM_DC           Error message %s received from data center %s. 
600 194 ERROR GTW_ERR_REQ_FROM_DC            Error message received from data center. 
#600 195 ERROR GTW_FLD_S_REQIRED_IF_S_DEFINE Field %s is required if field %s is defined 
600 195 ERROR GTW_FLD_S_REQIRED_IF_S_DEFINE  Field required.
600 196 ERROR GTW_FLD_S_OF_MAX_LENGTH_D      Field %s should be at most %d characters 
600 197 ERROR GTW_FLD_S_NO_CHARS_S           Field %s may not contain the characters %s 
600 198 ERROR GTW_FLD_S_BETWEEN_S_AND_S      Field %s must be between %s and %s 
600 199 ERROR GTW_FLD_S_SHOULD_BE_EMPTY      Field %s should be empty 
600 200 ERROR GTW_FLD_S_BLNK_IF_WHEN         Field %s must be blank if field When is  OK or NOTOK or RERUN  
600 201 ERROR GTW_FLD_S_SHOULD_BE_S          Field %s must be %s 
#600 202 ERROR GTW_HARTBEAT_TIMEOUT          No response to heartbeat check from data center: %s 
600 202 ERROR GTW_HARTBEAT_TIMEOUT           No response to heartbeat check from data center.
#600 203 ERROR GTW_WRONG_RELEASE             Unsupported version %s of data center %s. Check CTM installation 
600 203 ERROR GTW_WRONG_RELEASE              Unsupported version of data center, check CTM installation.
600 204 ERROR GTW_NOT_SMALLEST_JOB_ISN       Not the smallest ISN for ordered/forced job 


###############################################################
#
#   MAJOR CODE 800: BIM API Exceptions
#
###############################################################

#MJ MNR SVRTY LOG_NAME                       DESCRIPTION (MAX 1024)

800   1 ERROR EMAPI_BIM_GEN_COMM_FAIL        Failure communicating with BIM. Check your connection.
800   2 ERROR EMAPI_BIM_GEN_CORBA_FAIL       Failure communicating with BIM. Check your authorizations.
800   3 ERROR EMAPI_BIM_SERVICE_UNAVAIL      BIM Service not available. Check your connection.
800   4 ERROR EMAPI_BIM_SERVICE_UNSUP        BIM Service not supported. Check your EM version.
800   5 ERROR EMAPI_BIM_API_ERROR            BIM API error. Check your EM version.
800   6 ERROR EMAPI_BIM_NO_SERVICES_AVAIL    No services returned.

###############################################################
#
#   MAJOR CODE 900: 
#
###############################################################


