============================================================= Problem: ============================================================= DataFlux Data Management Server 2.2 tkeyze extension error using SAS Data Set Connection ============================================================= Description of Problem: ============================================================= If you try to use a SAS dataset connection in DMP 2.2, you get the following error. This affects all platforms. --------------------------- Connection failed --------------------------- Error occurred while connecting to data source: [HY000] Unable to load extension: (tkeyze) (-2143305325);[HY000] Unsupported function (-2143305724);[IM003] Could not load tkeyze Extension. (-2130708301) ============================================================= Prerequisite software: ============================================================= DataFlux Data Management Server 2.2 (2.2) ============================================================= 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. (AIX only) Run this command: ./bin/uncache_libs or ask your sysadmin to run the slibclean command on the system. 4. Run this command: gzip -d -c PATH_TO/dmserver-fix18540-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.). 5. If you stopped the server in step one, restart it. Run the command: ./bin/dmsadmin start To install the patch [Windows]: 1. Stop the DataFlux Data Management Server 2.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 dmserver-fix18540-win32.zip (32-bit DMS) or dmserver-fix18540-win64.zip (64-bit DMS) into the root directory of your DMS installation. This is typically: C:\Program Files\DataFlux\DMServer\2.2 Substitute the appropriate directory if you installed the product in a different location. 3. If you stopped the Data Management Server service in step one, restart it. The following files will be installed or updated by this patch: [aix64] lib/libdk.so lib/tkts/tkedcm.so lib/tkts/tkedflic.so [hp64] lib/libdk.sl lib/tkts/tkedcm.sl lib/tkts/tkedflic.sl [hpux-i64] lib/libdk.so lib/tkts/tkedcm.so lib/tkts/tkedflic.so [lin64] lib/libdk.so lib/tkts/tkedcm.so lib/tkts/tkedflic.so [linux] lib/libdk.so lib/tkts/tkedcm.so lib/tkts/tkedflic.so [sol64] lib/libdk.so lib/tkts/tkedcm.so lib/tkts/tkedflic.so [solaris-x64] lib/libdk.so lib/tkts/tkedcm.so lib/tkts/tkedflic.so [win32] bin/dk.dll bin/core/sasext/tkedcm.dll bin/core/sasext/tkedflic.dll [win64] bin/dk.dll bin/core/sasext/tkedcm.dll bin/core/sasext/tkedflic.dll