Problem: Need to update Canadian Address Verification to support 2011 SERP cycle Prerequisite Software: DIS 8.2 SP2 (8.2.2) The address recognition features included in this patch helps meet the requirements of Canada Post’s Address Accuracy Program. Applying this patch is required to maintain SERP certification for DataFlux products and for users to continue to be able to generate and submit Statements of Accuracy for Canada Post. This is due to changes in the SERP requirements for 2011 from Canada Post. If this patch is not applied, the software will not be compliant with 2011 SERP requirements. To install the patch [UNIX]: 1. Change directory to the root directory of the dfPower/DIS installation. This is the directory named 'dfpower' created during installation. For example, if you installed DIS in /opt/dataflux, run this command: cd /opt/dataflux/dfpower 2. Stop the server if it is running. Run the command: ./bin/disadmin stop 3. Run this command: gzip -d -c PATH_TO/dis-fix16878-PLATFORM.tar.gz | tar xvf - replacing PATH_TO with the correct path to the patch file and PLATFORM with the the platform name (linux, sol64, etc.). 4. If you stopped the Integration Server service in step one, restart it. Run the command: ./bin/disadmin stop To install the patch [Windows]: 1. Stop the DataFlux Integration Server version 8.2 service if it is running. You can check the status of the service using the Services applet on the Windows Control Panel (may be found under Administrative Tools). 2. Unzip the archive dis-fix16878-win32.zip (32-bit DIS) or dis-fix16878-win64.zip (64-bit DIS) into the root directory of your DIS installation. This is typically: C:\Program Files\DataFlux\DIS\8.2 Substitute the appropriate directory if you installed the product in a different location. 3. If you stopped the Integration Server service in step one, restart it. The following files will be installed or updated by this patch: [aix64] bin/dfsvc bin/dfwsvc lib/libdts_verify-8.2.a lib/libverify-2.8.a lib/libvcan-1.5.a [hp64] bin/dfsvc bin/dfwsvc lib/libdts_verify-8.2.sl lib/libverify-2.8.sl lib/libvcan-1.5.sl [hpux-i64] bin/dfsvc bin/dfwsvc lib/libdts_verify-8.2.so lib/libverify-2.8.so lib/libvcan-1.5.so [lin64] bin/dfsvc bin/dfwsvc lib/libdts_verify-8.2.so lib/libverify-2.8.so lib/libvcan-1.5.so [linux] bin/dfsvc bin/dfwsvc lib/libdts_verify-8.2.so lib/libverify-2.8.so lib/libvcan-1.5.so [sol64] bin/dfsvc bin/dfwsvc lib/libdts_verify-8.2.so lib/libverify-2.8.so lib/libvcan-1.5.so [solaris-x64] bin/dfsvc bin/dfwsvc lib/libdts_verify-8.2.so lib/libverify-2.8.so lib/libvcan-1.5.so [win32] bin/dfsvc.exe bin/dfwsvc.exe bin/dtvrfy82.dll bin/addver28.dll bin/vcan15.dll