
To install the patch [UNIX]:

1. Change directory to the root directory of the Data Management Server 
   installation. This is the directory named 'dmserver' created during 
   installation. For example, if you installed Data Management Server in 
   /opt/sas94/SASHome/DataFluxDataManagementServer/2.9, run this command:
 
       cd /opt/sas94/SASHome/DataFluxDataManagementServer/2.9/dmserver

2. Stop the server if it is running. Run the command:

       ./bin/dmsadmin stop

3. (AIX only) Run this command:

       ./bin/uncache_libs

   or ask your sysadmin to run the slibclean command on the system.

4. Optionally, make backup copies of the files affected by this patch. If
   you decide to make backup copies, make sure you place the copied files in a 
   different directory than the original files. Renaming the files in the 
   original directory may lead to unexpected errors in the software. See the 
   end of this text file for a list of affected files.

5. Run this command:
   
       gzip -d -c PATH_TO/dmserver-fix21422-PLATFORM.tar.gz | tar xvf -

   replacing PATH_TO with the correct path to the patch file and PLATFORM with
   the platform name (aix64, lin64, etc.).
   
5. Change directory to the /lib/mdm folder of the Data Management Server installation. 
  
6. Delete the file velocity-engine-core-2.2.jar.

7. If you stopped the server in step 2, restart it. Run the command:

       ./bin/dmsadmin start

To install the patch [Windows]:

1. If you have multiple instances of the server installed on the machine, 
   determine the name of server instance you will be patching. This was chosen
   during the initial installation, and defaults to 'server1'. 

2. Stop the DataFlux Data Management Server service for the instance 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). The
   instance name is included the display name in the applet, for example:

       DataFlux Data Management Server (server1)

3. Optionally, make backup copies of the files affected by this patch. If
   you decide to make backup copies, make sure you place the copied files in a 
   different directory than the original files. Renaming the files in the 
   original directory may lead to unexpected errors in the software. See the 
   end of this text file for a list of affected files.

4. Unzip the archive dmserver-fix21422-win32.zip (32-bit server) or 
   dmserver-fix21422-win64.zip (64-bit server) into the root directory of 
   your Data Management Server instance. This is typically:

      C:\Program Files\SASHome\DataFluxDataManagementServer\2.9

   If you chose a different location for SASHome or the Data Management Server
   instance, adjust the path accordingly.

5. Change directory to the /lib/mdm folder of the Data Management Server installation. 
  
6. Delete the file velocity-engine-core-2.2.jar.

7. If you stopped the Data Management Server service in step 2, restart it.

The following files will be installed or updated by this patch:

	lib/commons-lang-2.4.jar
	lib/mdm/velocity-engine-core-2.3.jar	

