Some early versions of this CSD on the web omitted 3 DLL files that are only needed when running C++ applications. If you try to run C++ applications and you get the error message "The procedure entry point xtr_FNC_entry could not be located in the dynamic link library AMQXCS2.dll", then you need these missing DLL files. You can do one or other of the following: (a) - Remove your existing copy of CSD #3 from your installation. - Download the latest copy of CSD #3 from the web. - Re-apply the latest copy of CSD #3 to your installation. (b) - Download the upgrade package CPP76DLL.zip. - Install the upgrade package CPP76DLL.zip as described below. To apply the upgrade package: 1. Create a temporary directory. for example, mkdir tmp 2. Download the CPP76DLL.zip file to the temporary directory. 3. Use InfoZip's Unzip to extract the files for example, unzip cpp76dll.zip 4. When listing the directory you should now see that the following three DLL files have been created: imqs23vn.dll imqc23vn.dll imqb23vn.dll 5. You are advised to backup your original DLLs before applying the upgrade. for example in the MQSeries binaries directory run: rename imqs23vn.dll imqs23vn.bak rename imqc23vn.dll imqc23vn.bak rename imqb23vn.dll imqb23vn.bak Remember to delete these files at a later date when they are no longer needed, as these files will not be recognised by subsequent service CSDs. 6. Copy the new DLLs to the MQSeries binaries directory. for example, copy imqs23vn.dll d:\mqm\bin copy imqc23vn.dll d:\mqm\bin copy imqb23vn.dll d:\mqm\bin 7. Check that these files have arrived at the required destination directory.