AFS Assigned Numbers Registry - admin tools bos error codes This is a table of admin tools bos error codes, contained in the 'AB' error table. A maximum of 256 codes are available in this table. In addition to this table, this data is also available in the form of a com_err error table. The error code values are also available in a C header file. ** AB error table Code Value Name Message ==== ========== ================================ ========================================================================================================================================== 0 16896 ADMBOSSERVERNAMENULL the bos server name cannot be NULL 1 16897 ADMBOSSERVERHANDLEPNULL the bos server handle cannot be NULL 2 16898 ADMBOSSERVERHANDLENULL the bos server handle cannot be NULL 3 16899 ADMBOSSERVERHANDLEBADMAGIC the bos server handle failed to pass the magic number test. Most likely the server handle is invalid, or has been overwritten by mistake. 4 16900 ADMBOSSERVERHANDLEINVALID the bos server handle is invalid 5 16901 ADMBOSSERVERHANDLENOSERVER the bos server handle does not reference a valid server 6 16902 ADMBOSSERVERNOCONNECTION unable to establish a connection with the specified bos server machine 7 16903 ADMBOSPROCESSNAMENULL the process name cannot be NULL 8 16904 ADMBOSPROCESSNULL the process cannot be NULL 9 16905 ADMBOSCRONTIMENULL the cron time cannot be NULL when creating a process of type cron 10 16906 ADMBOSCRONTIMENOTNULL the cron time must be NULL when creating a process of type fs or simple 11 16907 ADMBOSPROCESSSTATUSPNULL the process status cannot be NULL 12 16908 ADMBOSPROCESSTYPEPNULL the process type cannot be NULL 13 16909 ADMBOSPROCESSINFOPNULL the process information cannot be NULL 14 16910 ADMBOSPARAMETERNULL the parameter cannot be NULL 15 16911 ADMBOSNOTIFIERNULL the notifier cannot be NULL 16 16912 ADMBOSADMINNAMENULL the administrator name cannot be NULL 17 16913 ADMBOSKEYNULL the key cannot be NULL 18 16914 ADMBOSKEYPNULL the key cannot be NULL 19 16915 ADMBOSHOSTNAMENULL the host name cannot be NULL 20 16916 ADMBOSSOURCEFILENULL the source file cannot be NULL 21 16917 ADMBOSDESTFILENULL the destination file cannot be NULL 22 16918 ADMBOSNEWTIMENULL the new time cannot be NULL 23 16919 ADMBOSOLDTIMENULL the old time cannot be NULL 24 16920 ADMBOSBAKTIMENULL the backup time cannot be NULL 25 16921 ADMBOSTIMEPNULL the restart time cannot be NULL 26 16922 ADMBOSLOGNULL the log name cannot be NULL 27 16923 ADMBOSLOGBUFFERSIZEPNULL the log buffer size cannot be NULL 28 16924 ADMBOSLOGDATANULL the log data buffer cannot be NULL 29 16925 ADMBOSCOMMANDNULL the command cannot be NULL 30 16926 ADMBOSAUXILIARYPROCESSSTATUSNULL the auxiliary process status cannot be NULL 31 16927 ADMBOSPROCESSSTATUSSET the process status is invalid. You can only set a process state to BOS_PROCESS_STOPPED or BOS_PROCESS_RUNNING 32 16928 ADMBOSINVALIDPROCESSTYPE the process type retrieved from the bos server was invalid. 33 16929 ADMBOSCANTOPENSOURCEFILE the executable source file could not be opened for reading. 34 16930 ADMBOSCANTSTATSOURCEFILE unable to determine the size of the executable source file 35 16931 ADMBOSCANTREADSOURCEFILE the executable source file could not be read. 36 16932 ADMBOSSENDSOURCEFILE an error occurred transmitting the contents of the executable source file to the bos server. 37 16933 ADMBOSEXECFILENULL the executable source file cannot be NULL. 38 16934 ADMBOSHOURINVALID the hour member of the time parameter must be between 0 and 23. 39 16935 ADMBOSMINUTEINVALID the minute member of the time parameter must be between 0 and 60. 40 16936 ADMBOSSECONDINVALID the second member of the time parameter must be between 0 and 60. 41 16937 ADMBOSDAYINVALID the day member of the time parameter must be between 0 and 6. 42 16938 ADMBOSLOGFILEERROR unable to successfully read log file. 43 16939 ADMBOSCELLHANDLENOTOKENS the cell handle does not contain a valid token. 44 16940 ADMBOSCELLHANDLENOVOS the cell handle is not valid for vos requests. 45 16941 ADMBOSSALVAGEVOLUME a parition must be specified when salvaging a volume . 46 16942 ADMBOSSALVAGEBADLOG the log file could not be opened for writing. 47 16943 ADMBOSSALVAGEBADOPTIONS the resulting salvage command is too long to pass to the bos server. 48 16944 ADMBOSPROCESSCREATEBADTYPE bos_ProcessCreate can't create fs processes, use bos_FSProcessCreate instead. 49 16945 ADMBOSFILESERVERPATHNULL the file server executable path cannot be NULL. 50 16946 ADMBOSVOLSERVERPATHNULL the volume server executable path cannot be NULL. 51 16947 ADMBOSSALVAGERPATHNULL the salvager executable path cannot be NULL. ** How to use these codes XXX text to be written XXX ** Registration Policy XXX text to be written XXX