!----------------------------------------------------------------------------
!
!  edr.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 
! 08/09/02 46352   Goldst    Added default stage filespec
! 04/17/03 45179   Heller    *.ok_to_update_database deleted
! 04/09/04 50429   Goldst    Added OPUS_SERVER keyword
! 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
! 05/05/11 67669   Sherbert  change a variable that build setup tools now use
! 09/18/12 72255  Sherbert   get rid of DSQUERY
!----------------------------------------------------------------------------
!
! 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:edr_pipeline.stage
                            ! filespec for defining edr pipeline stages
OPUS_HOME_DIR           = OPUS_HOME_DIR
                            ! Process Status File, and misc tempory file.
OPUS_OBSERVATIONS_DIR   = _empty_OBS_ROOT/_empty_PATHMAP[]/
                            ! Obs. Status File
OPUS_TEMP_DIR           = _empty_PATH_BASEDIR/edps/_empty_PATHMAP[]/temp/
                            ! Scratch area for intermediate

OK_TO_UPDATE_DATABASE   = TRUE
                            !
POLLING_TIME            = _empty_POLLING_TIME
                            ! Polling time. 
PROC_TYP                = NORMAL
                            ! Processing type (NORMAL, REALTIME, REPRO etc)

DB_TYPE                 = _empty_DB_TYPE
                            ! SYBASE or MSSQL
OPUS_SERVER             = _empty_OPUS_SERVER  ! Data base server for OPUS
OPUS_DB                 = _empty_OPUS_DB      ! Data base i.e. opustest2
SPSS_SERVER             = _empty_SPSS_SERVER  ! Data base server for SPSS
SPSS_DB                 = _empty_SPSS_DB      ! Data base i.e. opus_spss2
ASSIST_SERVER           = _empty_ASSIST_SERVER! Data base server for ASSIST
ASSIST_DB               = _empty_ASSIST_DB    ! Data base i.e. assistops
PROP_SERVER             = _empty_PROP_SERVER  ! Data base server for PROPOSALS
PROP_DB                 = _empty_PROP_DB      ! Data base i.e. proper_rep

! Input directory (on backed-up disk)
EDR_RECEIPT_DIR    = _empty_EDR_RECEIPT_ROOT/_empty_ET_LOGIN/ccs2sdp/ 

! Directory for unzipped FOF files
EDR_FOF_DIR        = _empty_PATH_BASEDIR/edps/_empty_PATHMAP[]/fof/   
