Restriction: This topic applies only when a Database Connectors license has been installed via the
Micro Focus License Management System.
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:
- Close your Solution and exit Visual Studio.
- 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
|