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 DMS in /opt/dataflux, run this command: cd /opt/dataflux/dmserver 2. Stop the server if it is running. Run the command: ./bin/dmsadmin stop 3. Run this command: gzip -d -c PATH_TO/dmserver-mdm-fix20418-unix.tar.gz | tar xvf - replacing PATH_TO with the correct path to the patch file. 4. Run the following command to update the jobs in the server's working directory: ./bin/update_mdm_jobs 5. If you stopped the server in step one, 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. Unzip the archive dmserver-mdm-fix20418-win32.zip into the root directory of your Data Management Server instance. This is typically: C:\Program Files\DataFlux\DMServer\server1 If the instance name is not 'server1' or you installed to a different location, adjust the path accordingly. 4. From a command prompt, running as Administrator, run the following command to update the jobs in the server's working directory: "INSTALL_DIR\bin\update_mdm_jobs.vbs" replacing INSTALL_DIR with the directory where the instance is installed. This is same directory where you unzipped the archive in step 3. Be sure to include the surrounding quotes if the path to the directory has spaces in it. For example: "C:\Program Files\DataFlux\DMServer\server1\bin\update_mdm_jobs.vbs" 5. If you stopped the Data Management Server service in step one, restart it. The following files will be installed or updated by this patch: share/sasmdm/scripts/mdm_oracle_procs.sql share/sasmdm/scripts/mdm_sql_server_procs.sql