Difference between revisions of "Vital Signs Patches for 1.5"

From Vital Soft Wiki
Jump to: navigation, search
>Jeremyb
>Jeremyb
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
===Patch 1.5 to 1.5.22===
+
===Patch 1.5.23===
 +
 
 +
 
 +
 
 +
 
 +
===Patch 1.5.22===
 +
 
 
'''Overview'''
 
'''Overview'''
  
Line 7: Line 13:
 
- Fixed bad character data in Spectrum_Data_Change
 
- Fixed bad character data in Spectrum_Data_Change
  
- Fixed HPUX job overlapping
+
- Fixed HPUX job overlapping abends
  
 
- Fixed missing teller auto definitions in Transaction_Analysis
 
- Fixed missing teller auto definitions in Transaction_Analysis
Line 16: Line 22:
  
 
- Improved Vital Signs listener logic for handling timeouts on busy servers
 
- Improved Vital Signs listener logic for handling timeouts on busy servers
 +
 +
 +
'''Dependencies'''
 +
 +
- Vital Signs 1.5.01 or later must be installed
 +
:To determine the version of Vital Signs, open the Membership_Analysis_by_ACCOUNT document and select the summary tab.
  
  
Line 36: Line 48:
 
<pre>
 
<pre>
 
jobs\* into /ASKPLUS/vsdata/jobs/
 
jobs\* into /ASKPLUS/vsdata/jobs/
 +
NOTE : all jobs should be owned by askplus:users and have 755 permissions
 +
 
scripts\* into /ASKPLUS/vsdata/scripts/
 
scripts\* into /ASKPLUS/vsdata/scripts/
 +
NOTE : all scripts should be owned by askplus:users. Scripts vsftp and vsreload should have 755 permissions, all other scripts should have 644 permissions
 
</pre>
 
</pre>
  
Line 72: Line 87:
 
Browse to vitalsigns\yourcu\data\config and double click the '''start_vsigns_srv.vbs'''
 
Browse to vitalsigns\yourcu\data\config and double click the '''start_vsigns_srv.vbs'''
  
Review the vitalsigns/yourcu/data/config/vitalsigns.xls file and confirm the 4 tabs contain the following VS_VARNAME entries with your custom values :
+
Review the vitalsigns/yourcu/data/config/vitalsigns.xls file and confirm the 4 sheets contain the following VS_VARNAME entries with your custom values :
  
  
Line 106: Line 121:
 
Run through a full test of the nightly HIST extract :
 
Run through a full test of the nightly HIST extract :
 
<pre>
 
<pre>
 +
Login as bolive
 
/VSJOBS/JVSLOAD_HIST
 
/VSJOBS/JVSLOAD_HIST
 
</pre>
 
</pre>
Line 112: Line 128:
 
Run through a full test of the nightly Member, Share and Loan extract :
 
Run through a full test of the nightly Member, Share and Loan extract :
 
<pre>
 
<pre>
 +
Login as bolive
 
/VSJOBS/JVSLOAD_MBRSHLN
 
/VSJOBS/JVSLOAD_MBRSHLN
 
</pre>
 
</pre>

Latest revision as of 18:35, 31 May 2013

Patch 1.5.23

Patch 1.5.22

Overview

- Added support for custom TB Escrow aggregation

- Fixed bad character data in Spectrum_Data_Change

- Fixed HPUX job overlapping abends

- Fixed missing teller auto definitions in Transaction_Analysis

- Improved Member Charts Trial Balance reconciliation to PGNTB

- Improved ftp functionality / verbosity

- Improved Vital Signs listener logic for handling timeouts on busy servers


Dependencies

- Vital Signs 1.5.01 or later must be installed

To determine the version of Vital Signs, open the Membership_Analysis_by_ACCOUNT document and select the summary tab.


Instructions for applying patch 1.5 to 1.5.22

Download the patch file: vs_patches-15_to_1522_patches.zip

Username : Customer

Password : 2012release


Unzip vs_patches-15_to_1522_patches.zip

Make a backup of the /ASKPLUS/vsdata directory i.e.(vsdata-20130403)

Place the following files from the unzipped folder on HPUX:

jobs\* into /ASKPLUS/vsdata/jobs/
NOTE : all jobs should be owned by askplus:users and have 755 permissions

scripts\* into /ASKPLUS/vsdata/scripts/
NOTE : all scripts should be owned by askplus:users. Scripts vsftp and vsreload should have 755 permissions, all other scripts should have 644 permissions


Make a backup of the vitalsigns\bin directory i.e. (bin-20130403)

Place the following files from the unzipped folder on Windows:

bin\* into vitalsigns\bin\


Paste the following into /ASKPLUS/vsdata/custom/live/vsmacdef on HPUX:

** Added for Trial Balance extracts:
Macro VS-TRBAL-SHARE = (SHARE-FILE.BALANCE <> 0 OR SHARE-FILE.CONTROL-FLAGS(21) <> " ")
Macro VS-TRBAL-LOAN = (LOAN-FILE.BALANCE <> 0 OR LOAN-FILE.CREDIT-LIM > 0)
*** Use the following macros if you want to include non-zero escrow balance loans in the trial bal chart
*** - The macros with the same names (below) MUST be disabled with comments.
*Macro VS-TRBAL-INC-ESCTOTS = 1
*Macro VS-TRBAL-ESCROW-LINK = link l1, account splice "-" splice !format("99", suffix) :: esctots.acctsfx-key
*Macro VS-TRBAL-ESCROW-MBR = (!range((LOAN-ADDENDUM.BALANCE <> 0, $MISSING), "1/"))
*Macro VS-TRBAL-ESCROW-LN = (ESCTOTS.ESCROW_BALANCE <> 0, $MISSING)
*** Use the following macros if zero balance escrow loans Should NOT be included
*** - The macros with the same names (above) MUST be disabled with comments.
Macro VS-TRBAL-INC-ESCTOTS = 0
Macro VS-TRBAL-ESCROW-LINK = * No Link
Macro VS-TRBAL-ESCROW-MBR = ($FALSE)
Macro VS-TRBAL-ESCROW-LN = ($FALSE)


Open task manager and end the python.exe *32 process

Browse to vitalsigns\yourcu\data\config and double click the start_vsigns_srv.vbs

Review the vitalsigns/yourcu/data/config/vitalsigns.xls file and confirm the 4 sheets contain the following VS_VARNAME entries with your custom values :


GlobalVars sheet:

Global var patch 1522.png


Membership sheet:

Membership var patch 1522.png


Transaction sheet:

Transaction var patch 1522.png


DataChng sheet:

Datachng var patch 1522.png


Testing the Patchwork for patch 1.5 to 1.5.22

Test the Vital Signs listener with a fast reload :

Login as bolive
/VSJOBS/JVSRELOAD Transaction_Analysis


Run through a full test of the nightly HIST extract :

Login as bolive
/VSJOBS/JVSLOAD_HIST


Run through a full test of the nightly Member, Share and Loan extract :

Login as bolive
/VSJOBS/JVSLOAD_MBRSHLN


If there are no errors during these tests, the patches are successfully in place.

Close out the batch window on the Windows Server.

Restart the Vital Signs listener on the Windows Server (if 2008 just restart the Scheduled Task, if 2003 reboot the server)