!-------------------------------------------------------------------------------
!
!      PI_DANUPD RESOURCE FILE
!
!
!      This file is used to construct the trigger, error, and success status
!      fields in the observation status file.
!
!
!-------------------------------------------------------------------------------
!                          REVISION HISTORY
!-------------------------------------------------------------------------------
!            PR
!   DATE   NUMBER  Developer Description
! -------- ------- --------- -------------------------------------------------
! 02/18/11 67338   Sherbert  Allow Ops to force a poddans update 
!
!-------------------------------------------------------------------------------

PROCESS_NAME = PI_DANUPD       ! Short name for process id
TASK = <pi_force_poddans_insert -p $PATH_FILE -r pi_danupd>
CLASS = pac                     ! pi_force_poddans_insert 
DESCRIPTION = 'Force a poddans update in data receipt pipeline'
SYSTEM = PACOR

OSF_RANK = 1                  ! First Trigger
OSF_TRIGGER1.SW      = u      ! Manually update SW to u to force poddans record creation
OSF_TRIGGER1.DATASET = lz_????????????????????    ! Level zero data only

OSF_PROCESSING.SW    = p      ! Set the processing flag to 'Processing'
OSF_ERROR.SW         = e      ! db update had an error
OSF_DONE.SW          = w      ! Continue on to swapping 

POLLING_TIME         = 30
INPATH               = OPUS_DDF_DIR  ! Source directory for the DDF data
OUTPATH              = OPUS_DDF_DIR  ! Source directory for borrowed code
MINBLOCKS            = 500000        ! blocks required on output disk

ENV.OPUS_DB          = OPUS_DB
ENV.DSQUERY          = DSQUERY
ENV.OPUS_DDF_DIR     = OPUS_DDF_DIR
ENV.OPUS_RT_DIR      = OPUS_RT_DIR

