Difference between revisions of "UC4"

From Vital Soft Wiki
Jump to: navigation, search
>Jeremyb
>Jeremyb
Line 5: Line 5:
 
*HISTORY
 
*HISTORY
  
<code>
+
<code>
##Run nightly- between 12:01 and 1 am.
+
##Run nightly- between 12:01 and 1 am.
##Login as bolive
+
##Login as bolive
set -e
+
set -e
cd /var/summit/spectrum/LIVE
+
cd /var/summit/spectrum/LIVE
/VSJOBS/JVSLOAD_HIST
+
/VSJOBS/JVSLOAD_HIST
</code>
+
</code>
  
 
 
 
*MEMBERSHIP ANALYSIS
 
*MEMBERSHIP ANALYSIS
  
<code>
+
<code>
##Run nightly – after JVSLOAD_HIST and prior to 5am
+
##Run nightly – after JVSLOAD_HIST and prior to 5am
##Do not run on days when the EOM job (see below) is scheduled
+
##Do not run on days when the EOM job (see below) is scheduled
##Login as bolive
+
##Login as bolive
set -e
+
set -e
cd /var/summit/spectrum/LIVE
+
cd /var/summit/spectrum/LIVE
/VSJOBS/JVSLOAD_MBRSHLN
+
/VSJOBS/JVSLOAD_MBRSHLN
</code>
+
</code>
 
 
  
Line 30: Line 30:
 
*MEMBERSHIP ANALYSIS
 
*MEMBERSHIP ANALYSIS
  
<code>
+
<code>
##Run after report databases have been created
+
##Run after report databases have been created
##Login as bolive
+
##Login as bolive
set -e
+
set -e
cd /var/summit/spectrum/LIVE
+
cd /var/summit/spectrum/LIVE
/VSJOBS/JVSLOAD_MBRSHLN eom &YYYYMMDD
+
/VSJOBS/JVSLOAD_MBRSHLN eom &YYYYMMDD
#Where &YYYYMMDD is a UC4 variable containing the last day of the month being closed
+
#Where &YYYYMMDD is a UC4 variable containing the last day of the month being closed
</code>
+
</code>
  
 
''Note: There is no need to have your job plans pause and wait for completion of these jobs before
 
''Note: There is no need to have your job plans pause and wait for completion of these jobs before
 
continuing with the next step''
 
continuing with the next step''

Revision as of 19:47, 22 August 2012

Vital Signs relies on nightly run UC4 jobs to extract the Core data which is warehoused and provided to the applications.

Daily Jobs

  • HISTORY

    1. Run nightly- between 12:01 and 1 am.
    2. Login as bolive

set -e cd /var/summit/spectrum/LIVE /VSJOBS/JVSLOAD_HIST


  • MEMBERSHIP ANALYSIS

    1. Run nightly – after JVSLOAD_HIST and prior to 5am
    2. Do not run on days when the EOM job (see below) is scheduled
    3. Login as bolive

set -e cd /var/summit/spectrum/LIVE /VSJOBS/JVSLOAD_MBRSHLN


Month End Jobs

  • MEMBERSHIP ANALYSIS

    1. Run after report databases have been created
    2. Login as bolive

set -e cd /var/summit/spectrum/LIVE /VSJOBS/JVSLOAD_MBRSHLN eom &YYYYMMDD

  1. Where &YYYYMMDD is a UC4 variable containing the last day of the month being closed

Note: There is no need to have your job plans pause and wait for completion of these jobs before continuing with the next step