!----------------------------------------------------------------------------
!
!  fof.path_template
!
!----------------------------------------------------------------------------
!            PR
!   DATE   NUMBER  User      Description
! -------- ------  --------- -------------------------------------
! 10/24/01 44684   Goldst    Created initial version 
! 02/11/02 45016   Goldst    Add OK_TO_UPDATE_DATABASE 
! 02/14/02 44684   jschultz  added JMSG_REPORT_LEVEL
! 03/04/02 45016   Goldst    Added Eng Team machine specific lines
! 08/09/02 46352   Goldst    Added default stage filespec
! 04/17/03 45179   Heller    *.ok_to_update_database deleted
! 08/12/03 49253   Goldst    Added JCONN_PATH
! 04/09/04 50429   Goldst    Added OPUS_SERVER
! 06/25/04 51412   Sherbert  Minor changes for consistency
! 07/13/05 53578   Sherbert  Minor comment change for pipeline stages line
! 08/12/10 64432   MSwam     add DB_TYPE for SYBASE or MSSQL use
!----------------------------------------------------------------------------
!
! When modifying this file, the user should change only things in double
! quotes.  Text after "!" are optional comments.
!
!       **** All Keywords (mnemonics on left) must be ALLCAPS ****
!       ****    Do not change the names of any mnemonics!!!   ****
!       ****           Only change mnemonic values.           ****
!
!----------------------------------------------------------------------------
!
! eg: OPUS_OBSERVATIONS_DIR = /home/mswam/bb/  !directory MUST end with slash
! otfcline directories might be specified as /data3/thoros/sis/acs/
!
!----------------------------------------------------------------------------
! DO NOT CHANGE THE DEFINITIONS OF THE FOLLOWING MNEMONICS, BUT VERIFY
! THESE DIRECTORIES EXIST IN YOUR RUN-TIME ENVIRONMENT.
!----------------------------------------------------------------------------

STAGE_FILE              = OPUS_DEFINITIONS_DIR:fof_pipeline.stage
                            ! filespec for defining fof pipeline stages
OPUS_HOME_DIR           = "your home directory"
                            ! Process Status File, and misc tempory file.
OPUS_OBSERVATIONS_DIR   = "for OSFs for this path"
                            ! Obs. Status File
OPUS_TEMP_DIR           = "scratch area"
                            ! Scratch area for intermediate

OK_TO_UPDATE_DATABASE   = TRUE
                            !
POLLING_TIME            = "seconds; optional keyword"
                            ! Polling time. 
PROC_TYP                = NORMAL
                            ! Processing type (NORMAL, REALTIME, REPRO etc)
ET_prompt               = 'Enter ET Password'
                            ! Prompt displayed in dialog box
JMSG_REPORT_LEVEL       = 'Enter one of the following choices'    
                            ! choices are ALL,NONE,DIAG,INFO,WARN,ERROR,FATAL

DB_TYPE           =     SYBASE ! or MSSQL
DSQUERY           =     ! Data base server name i.e. ROBBIE
OPUS_SERVER       =     ! Data base server for OPUS
OPUS_DB           =     ! Data base i.e. opustest2
SPSS_DB           =     ! Data base i.e. opus_spss
ASSIST_DB         =     ! Data base i.e. assistops

FOF_INPUT_DIR     = ./  ! Directory for unzipped FOF
FOF_FGS_DIR       = ./  ! FGS class output directory
FOF_AST_DIR       = ./  ! AST class output directory
FOF_SAV_DIR       = ./  ! Temporary save file holding directory
JCONN_PATH        = /usr/local/syb_12.5/jConnect-5_5/classes/jconn2.jar
                        ! Path to jconn*.jar file

ET_MACHINE        =     ! Engineering machine
ET_MACHINE_TYPE   =     ! Engineering machine type
ET_LOGIN          =     ! Engineering login
ET_REMOTE_DIR     =     ! Engineering remote directory
