Difference between revisions of "Vital Signs Patches for 1.5"

From Vital Soft Wiki
Jump to: navigation, search
>Jeremyb
>Jeremyb
Line 1: Line 1:
  
===Patch 1.5 to 1.5.22 Summary===
+
===Patch 1.5 to 1.5.22===
 
+
'''Overview'''
 +
<pre>
 
- Added support for custom TB Escrow aggregation
 
- Added support for custom TB Escrow aggregation
 
- Fixed bad character data in Spectrum_Data_Change
 
- Fixed bad character data in Spectrum_Data_Change
Line 8: Line 9:
 
- Improved ftp functionality / verbosity
 
- Improved ftp functionality / verbosity
 
- Improved Vital Signs listener logic for handling timeouts on busy servers
 
- Improved Vital Signs listener logic for handling timeouts on busy servers
 +
</pre>
  
  
 +
'''Instructions for applying patch 1.5 to 1.5.22'''
  
===Instructions for applying patch 1.5 to 1.5.22===
+
Download the patch file:
 
 
'''Download the patch file:'''
 
 
[http://vital-soft.com/download/secure/vitalsigns/patches/vs_patches-15_to_1522_patches.zip]
 
[http://vital-soft.com/download/secure/vitalsigns/patches/vs_patches-15_to_1522_patches.zip]
  
Line 20: Line 21:
  
  
'''Unzip vs_patches-15_to_1522_patches.zip'''
+
Unzip vs_patches-15_to_1522_patches.zip
  
  
'''Place the following files from the unzipped folder on HPUX:'''
+
Place the following files from the unzipped folder on HPUX:
 
<pre>
 
<pre>
 
jobs\* into /ASKPLUS/vsdata/jobs/
 
jobs\* into /ASKPLUS/vsdata/jobs/
Line 30: Line 31:
  
  
'''Place the following files from the unzipped folder on Windows:'''
+
Place the following files from the unzipped folder on Windows:
 
<pre>
 
<pre>
 
bin\* into vitalsigns\bin\
 
bin\* into vitalsigns\bin\
Line 36: Line 37:
  
  
'''Add the following into /ASKPLUS/vsdata/custom/live/vsmacdef on HPUX:'''
+
Add the following into /ASKPLUS/vsdata/custom/live/vsmacdef on HPUX:
 
<pre>
 
<pre>
 
** Added for Trial Balance extracts:
 
** Added for Trial Balance extracts:
Line 44: Line 45:
 
*** - The macros with the same names (below) MUST be disabled with comments.
 
*** - The macros with the same names (below) MUST be disabled with comments.
 
*Macro VS-TRBAL-INC-ESCTOTS = 1
 
*Macro VS-TRBAL-INC-ESCTOTS = 1
*Macro VS-TRBAL-ESCROW-LINK = link l1, account splice "-" splice !format("99", suffix) :: esctots.acctsfx-
+
*Macro VS-TRBAL-ESCROW-LINK = link l1, account splice "-" splice !format("99", suffix) :: esctots.acctsfx-key
key
 
 
*Macro VS-TRBAL-ESCROW-MBR = (!range((LOAN-ADDENDUM.BALANCE <> 0, $MISSING), "1/"))
 
*Macro VS-TRBAL-ESCROW-MBR = (!range((LOAN-ADDENDUM.BALANCE <> 0, $MISSING), "1/"))
 
*Macro VS-TRBAL-ESCROW-LN = (ESCTOTS.ESCROW_BALANCE <> 0, $MISSING)
 
*Macro VS-TRBAL-ESCROW-LN = (ESCTOTS.ESCROW_BALANCE <> 0, $MISSING)
Line 57: Line 57:
  
  
'''Review the vitalsigns/yourcu/data/config/vitalsigns.xls file and confirm the 4 tabs contain the
+
Review the vitalsigns/yourcu/data/config/vitalsigns.xls file and confirm the 4 tabs contain the following VS_VARNAME entries with your custom values :
following VS_VARNAME entries with your custom values :'''
 
  
  
Line 77: Line 76:
  
  
===Testing the Patchwork for patch 1.5 to 1.5.22===
+
'''Testing the Patchwork for patch 1.5 to 1.5.22'''
 
 
'''Login as the bolive user'''
 
 
 
  
'''Test the Vital Signs listener with a fast reload :'''
+
Test the Vital Signs listener with a fast reload :
 
<pre>
 
<pre>
 +
Login as bolive
 
/VSJOBS/JVSRELOAD Transaction_Analysis
 
/VSJOBS/JVSRELOAD Transaction_Analysis
 
</pre>
 
</pre>
  
  
'''Run through a full test of the nightly HIST extract :'''
+
Run through a full test of the nightly HIST extract :
 
<pre>
 
<pre>
 
/VSJOBS/JVSLOAD_HIST
 
/VSJOBS/JVSLOAD_HIST
Line 94: Line 91:
  
  
'''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>
 
/VSJOBS/JVSLOAD_MBRSHLN
 
/VSJOBS/JVSLOAD_MBRSHLN
Line 100: Line 97:
  
  
'''If there are no errors during these tests, the patches are successfully in place.'''
+
If there are no errors during these tests, the patches are successfully in place.

Revision as of 17:46, 3 April 2013

Patch 1.5 to 1.5.22

Overview

- Added support for custom TB Escrow aggregation
- Fixed bad character data in Spectrum_Data_Change
- Fixed HPUX job overlapping
- Improved Member Charts Trial Balance reconciliation to PGNTB
- Improved ftp functionality / verbosity
- Improved Vital Signs listener logic for handling timeouts on busy servers


Instructions for applying patch 1.5 to 1.5.22

Download the patch file: [1]

Username : Customer Password : 2012release


Unzip vs_patches-15_to_1522_patches.zip


Place the following files from the unzipped folder on HPUX:

jobs\* into /ASKPLUS/vsdata/jobs/
scripts\* into /ASKPLUS/vsdata/scripts/


Place the following files from the unzipped folder on Windows:

bin\* into vitalsigns\bin\


Add 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)


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


GlobalVars sheet:


Membership sheet:


Transaction sheet:


DataChng sheet:


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 :

/VSJOBS/JVSLOAD_HIST


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

/VSJOBS/JVSLOAD_MBRSHLN


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