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, however, is to remove hard-coded paths and to replace them with the FILE_PREFIX configuration variable, or name aliases.