.TITLE ADC Server message file .IDENT 'VERSION 1.0' !++ !----------------------------------------------------------------------------------- ! Server specific message section !----------------------------------------------------------------------------------- !-- .facility ADC_HUB,1 /prefix=ADC_ .severity informational READY /FAO=1 !.explanation None. !.user_action None. SHUTREQ /FAO=1 !.explanation Server has got a shutdown signal from an external source, and will performs ! exit task safely. !.user_action None. SHUTCOMPL /FAO=1 !.explanation None. !.user_action None. ADDREG /FAO=3 !.explanation None. !.user_action None. DEREG /FAO=2 !.explanation None. !.user_action None. .severity error MALFORMED /FAO=2 CANTPARSE /FAO=2 !.explanation Server got a illegal of illformed packet. !.user_action Contact a support representative. ERRNETOPEN /FAO=2 !.explanation The server at startup time experienced problem with network ! stuff. !.user_action Ensuring that TCP/IP support installed, configured , and ! started. Check using of this UDP port by other application. ! An additional information can be obtained by status code, ! it's result of $QIO calls. ERRTHREAD /FAO=2 !.explanation Server could not create a listener thread, ! errno string provides an additional information about of ! possible reasons. !.user_action You can increase quotas for the process, or reducing a ! number of ADCal threads (see purpose of the ADC_SRV_NUMTHREADS logical). ERRSTOPTHREAD /FAO=2 !.explanation Server could not stop a listener thread, ! errno string provides an additional information about of ! possible reasons. !.user_action You can increase quotas for the process, or reducing a ! number of ADCal threads (see purpose of the ADC_SRV_NUMTHREADS logical). .end !++ !----------------------------------------------------------------------------------- ! ADC Protocol Status messages !----------------------------------------------------------------------------------- !-- .base 100 .facility ADC_PROTO,2 /prefix=ADCP_ .severity success .severity informational MINSS /FAO=2 MINSF /FAO=2 MINSL /FAO=2 .end