Boss R-GMA schema

bossJobExOutMessage

Message from BOSS job wrapper

 bossDatabaseHost  VARCHAR(255)  Machine hosting BOSS database inc. port number 
 bossDatabaseName  VARCHAR(255)  Name of BOSS database 
 bossJobId  INT  Job ID in BOSS database 
 bossJobtype  VARCHAR(31)  BOSS Jobtype = DB Table to update 
 bossVarName  VARCHAR(31)  Variable to update 
 bossVarValue  VARCHAR(31)  New value 
 timeStamp  VARCHAR(15)  Time stamp 

bossJobExOutStandardInfo

Standard information from BOSS job wrapper

 bossDatabaseHost  VARCHAR(255)  Machine hosting BOSS database inc. port number 
 bossDatabaseName  VARCHAR(255)  Name of BOSS database 
 bossJobId  INT  Job ID in BOSS database 
 E_HOST  VARCHAR(30)  Executing host 
 E_PATH  VARCHAR(255)  Path to sandbox directory at execution 
 E_USR  VARCHAR(30)  User job is running under 
 T_START  INT  Execution start time 
 T_STOP  INT  Execution stop time 
 T_STAT  VARCHAR(50)  Time statistics 
 RET_CODE  VARCHAR(11)  Return code from job executable 
 timeStamp  VARCHAR(15)  Time stamp