<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.vital-soft.com/index.php?action=history&amp;feed=atom&amp;title=Testing_Vital_Signs_Script_Changes</id>
	<title>Testing Vital Signs Script Changes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.vital-soft.com/index.php?action=history&amp;feed=atom&amp;title=Testing_Vital_Signs_Script_Changes"/>
	<link rel="alternate" type="text/html" href="https://wiki.vital-soft.com/index.php?title=Testing_Vital_Signs_Script_Changes&amp;action=history"/>
	<updated>2026-09-04T19:43:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.10</generator>
	<entry>
		<id>https://wiki.vital-soft.com/index.php?title=Testing_Vital_Signs_Script_Changes&amp;diff=2393&amp;oldid=prev</id>
		<title>&gt;Johno: Created page with &quot;==Testing Vital Signs Script Changes==  The new script files can be tested using the JVSLOAD_MBRSHLN extract job.    You will need to make a few temporary changes prior to run...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.vital-soft.com/index.php?title=Testing_Vital_Signs_Script_Changes&amp;diff=2393&amp;oldid=prev"/>
		<updated>2015-09-23T18:36:35Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Testing Vital Signs Script Changes==  The new script files can be tested using the JVSLOAD_MBRSHLN extract job.    You will need to make a few temporary changes prior to run...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Testing Vital Signs Script Changes==&lt;br /&gt;
&lt;br /&gt;
The new script files can be tested using the JVSLOAD_MBRSHLN extract job.  &lt;br /&gt;
&lt;br /&gt;
You will need to make a few temporary changes prior to running the job.&lt;br /&gt;
&lt;br /&gt;
1.  Edit vsrvtcp.ini and update one of the restore profiles:&lt;br /&gt;
:The standard vsdata_restore profile should look something like this:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
[vsdata_restore]&lt;br /&gt;
  login=botest&lt;br /&gt;
  Directory=/var/summit/spectrum/TEST/vsdata&lt;br /&gt;
  TEMP=/var/summit/spectrum/TEST/vsdata/temp&lt;br /&gt;
  EQ_DBSERVER=localhost:eloq-TEST&lt;br /&gt;
  script_path=/ASKPLUS/vsdata/scripts&lt;br /&gt;
  custom_path=/ASKPLUS/vsdata/custom/live&lt;br /&gt;
  Vmgr=/ASKPLUS/vsdata/custom/live/vmgr_eom&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
:Verify that the [vsdata_restore] profile exists and that it is referencing the correct Eloquence instance.&lt;br /&gt;
&lt;br /&gt;
2.  Edit the vitalsigns.ini file and disable the ftp process:&lt;br /&gt;
:Edit /ASKPLUS/vsdata/vitalsigns.ini and comment out the VS_HOSTIP&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
#VS_HOSTIP=192.168.1.79&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3.  Setup the new macro definition file:&lt;br /&gt;
:Replace the macro definition file with the new macrodef.samp file.  There is no need to rebuild the macro file, the JVSLOAD jobs rebuild the macro file automatically each time they are run.&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /ASKPLUS/visimage&lt;br /&gt;
cp macrodef macrodef_vs.save&lt;br /&gt;
cp macrodef.samp macrodef&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4.  Backup the existing scripts files and then copy the new script files in place:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /ASKPLUS/vsdata/scripts&lt;br /&gt;
cp VSLOAD-MBRFILE VSLOAD-MBRFILE_vs.save&lt;br /&gt;
cp VSLOAD-LOANFILE VSLOAD-LNFILE_vs.save&lt;br /&gt;
cp VSLOAD-LOOKUP VSLOAD-LOOKUP_vs.save&lt;br /&gt;
cp VSLOAD-MBRFILE.2015.02 VSLOAD-MBRFILE&lt;br /&gt;
cp VSLOAD-LNFILE.2015.02 VSLOAD-LNRFILE&lt;br /&gt;
cp VSLOAD-LOOKUP.2015.02 VSLOAD-LOOKUP&lt;br /&gt;
# Backup and copy any custom files that you edited.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5.  Launch the JVSLOAD_MBRSHLN extract:&lt;br /&gt;
:Make a copy of your existing UC4 job that runs the daily JVSLOAD_MBRSHLN extract.  The job needs to run using the restore parameter as follows:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
/VSJOBS/JVSLOAD_MBRSHLN restore CYMD&lt;br /&gt;
# Where CYMD is today&amp;#039;s date.  For example, 20150922&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
:::Since we disabled the VS_HOSTIP in the vitalsigns.ini, the job should fail when it attempts to ftp the files to the Vital Signs server.  If the job makes it to the FTP stage without any errors then the test is successful.&lt;br /&gt;
&lt;br /&gt;
6.  Reset the changes back for tonight&amp;#039;s run:&lt;br /&gt;
:*Edit /ASKPLUS/vsdata/vitalsigns.ini and remove the comment from VS_HOSTIP.&lt;br /&gt;
:*Reset the macro file.&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /ASKPLUS/visimage&lt;br /&gt;
cp macrodef_vs.save macrodef&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
:*Reset the script files.&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /ASKPLUS/vsdata/scripts&lt;br /&gt;
cp VSLOAD-MBRFIE_vs.save VSLOAD-MBRFILE&lt;br /&gt;
cp VSLOAD-LNFILE_vs.save VSLOAD-LOANFILE&lt;br /&gt;
cp VSLOAD-LOOKUP_vs.save VSLOAD-LOOKUP&lt;br /&gt;
# Restore any custom files that you edited.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>&gt;Johno</name></author>
		
	</entry>
</feed>