Previous Topic Next topic Print topic


To set the run time environment variables

Restriction: This topic applies only when a Database Connectors license has been installed via the Micro Focus License Management System, and applies to Windows platforms only.
After you have built a project, you need to set the environment variables to point to your ACUFH configuration file and to enable the dynamic redirection of the file handler. This example, uses a project directory of C:\DataConnectors\Test and a configuration file of mssql.cfg, meaning that you use Microsoft SQL Server for this exercise. To do this, follow the steps below:
  1. Close your Solution and exit Visual Studio.
  2. Open a Visual Studio command prompt and set the following variables:
    Variable Value
    A_CONFIG c:\DataConnectors\Test\mssql.cfg
    DYNREDIR DYNCONFIG:EXPAND
    FHREDIR c:\DataConnectors\Test\fhredir.cfg
Previous Topic Next topic Print topic