============================================================= Problem: ============================================================= Receiving error "CRC check failed on index for row 1" ============================================================= Description of Problem: ============================================================= Running a job would encounter an out of memory error in a join, but for some reason the job would continue on to another row causing a subsequent embedded job crc check to fail. ============================================================= Prerequisite software: ============================================================= DataFlux Data Management Server 2.1 SP2 (2.1.2) ============================================================= To install the patch: 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-fix18227-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 stop The following files will be installed or updated by this patch: [hpux-i64] lib/libdts_verify-9.0.so lib/libverify-2.10.so lib/libvcan-1.5.so