Problem:
Receiving a 'file not found' error with AcuXDBC after installing, following the instructions for setting the environment variables, creating and adding files to the system catalogue, modifying the AcuXDBC configuration file and setting up a DSN.
Resolution:
The file had a .dat suffix. Following the example in the documentation the AcuXDBC configuration file, acuxdbc.cfg, was modified with:
FILE_SUFFIX .dat
The documentation is incorrect and there should be no period '.' before the suffix. Removing the period before the suffix:
FILE_SUFFIX dat
resolves the problem.



