


Enabling your applications to use AcuServer requires that your applications reference remote files with remote name notation. To ensure that all references to remote files include remote name notation, you need to know how your application currently finds data files.
If your file paths are hard-coded in your source code, you'll need to modify them to add remote name notation. A better approach is to remove hard coded paths and to replace them with the FILE-PREFIX configuration variable, or name aliases (described below).
9.1.2 Using FILE-PREFIX and CODE-PREFIX
9.1.3 Remote Name Notation on the Command Line and in the Configuration File