%admin tools bos Code Name Message ==== ============================== ========================= 0 ADMBOSSERVERNAMENULL the bos server name cannot be NULL 1 ADMBOSSERVERHANDLEPNULL the bos server handle cannot be NULL 2 ADMBOSSERVERHANDLENULL the bos server handle cannot be NULL 3 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 ADMBOSSERVERHANDLEINVALID the bos server handle is invalid 5 ADMBOSSERVERHANDLENOSERVER the bos server handle does not reference a valid server 6 ADMBOSSERVERNOCONNECTION unable to establish a connection with the specified bos server machine 7 ADMBOSPROCESSNAMENULL the process name cannot be NULL 8 ADMBOSPROCESSNULL the process cannot be NULL 9 ADMBOSCRONTIMENULL the cron time cannot be NULL when creating a process of type cron 10 ADMBOSCRONTIMENOTNULL the cron time must be NULL when creating a process of type fs or simple 11 ADMBOSPROCESSSTATUSPNULL the process status cannot be NULL 12 ADMBOSPROCESSTYPEPNULL the process type cannot be NULL 13 ADMBOSPROCESSINFOPNULL the process information cannot be NULL 14 ADMBOSPARAMETERNULL the parameter cannot be NULL 15 ADMBOSNOTIFIERNULL the notifier cannot be NULL 16 ADMBOSADMINNAMENULL the administrator name cannot be NULL 17 ADMBOSKEYNULL the key cannot be NULL 18 ADMBOSKEYPNULL the key cannot be NULL 19 ADMBOSHOSTNAMENULL the host name cannot be NULL 20 ADMBOSSOURCEFILENULL the source file cannot be NULL 21 ADMBOSDESTFILENULL the destination file cannot be NULL 22 ADMBOSNEWTIMENULL the new time cannot be NULL 23 ADMBOSOLDTIMENULL the old time cannot be NULL 24 ADMBOSBAKTIMENULL the backup time cannot be NULL 25 ADMBOSTIMEPNULL the restart time cannot be NULL 26 ADMBOSLOGNULL the log name cannot be NULL 27 ADMBOSLOGBUFFERSIZEPNULL the log buffer size cannot be NULL 28 ADMBOSLOGDATANULL the log data buffer cannot be NULL 29 ADMBOSCOMMANDNULL the command cannot be NULL 30 ADMBOSAUXILIARYPROCESSSTATUSNULL the auxiliary process status cannot be NULL 31 ADMBOSPROCESSSTATUSSET the process status is invalid. You can only set a process state to BOS_PROCESS_STOPPED or BOS_PROCESS_RUNNING 32 ADMBOSINVALIDPROCESSTYPE the process type retrieved from the bos server was invalid. 33 ADMBOSCANTOPENSOURCEFILE the executable source file could not be opened for reading. 34 ADMBOSCANTSTATSOURCEFILE unable to determine the size of the executable source file 35 ADMBOSCANTREADSOURCEFILE the executable source file could not be read. 36 ADMBOSSENDSOURCEFILE an error occurred transmitting the contents of the executable source file to the bos server. 37 ADMBOSEXECFILENULL the executable source file cannot be NULL. 38 ADMBOSHOURINVALID the hour member of the time parameter must be between 0 and 23. 39 ADMBOSMINUTEINVALID the minute member of the time parameter must be between 0 and 60. 40 ADMBOSSECONDINVALID the second member of the time parameter must be between 0 and 60. 41 ADMBOSDAYINVALID the day member of the time parameter must be between 0 and 6. 42 ADMBOSLOGFILEERROR unable to successfully read log file. 43 ADMBOSCELLHANDLENOTOKENS the cell handle does not contain a valid token. 44 ADMBOSCELLHANDLENOVOS the cell handle is not valid for vos requests. 45 ADMBOSSALVAGEVOLUME a parition must be specified when salvaging a volume . 46 ADMBOSSALVAGEBADLOG the log file could not be opened for writing. 47 ADMBOSSALVAGEBADOPTIONS the resulting salvage command is too long to pass to the bos server. 48 ADMBOSPROCESSCREATEBADTYPE bos_ProcessCreate can't create fs processes, use bos_FSProcessCreate instead. 49 ADMBOSFILESERVERPATHNULL the file server executable path cannot be NULL. 50 ADMBOSVOLSERVERPATHNULL the volume server executable path cannot be NULL. 51 ADMBOSSALVAGERPATHNULL the salvager executable path cannot be NULL.