The installation process sets an environment variable named GENESIS_HOME with the location of the installation directory. Your configuration files will need to be placed in this directory. Though you can have several configuration files and refer to different ones in your data source names (DSNs) or command-line tools, they must always reside in GENESIS_HOME (the installation directory).
cd %GENESIS_HOME%\bin
mfgenconf
The following output is displayed:
Creating file "c:\Program Files\Micro Focus\XDBC 2.0\mfdbc.cfg"
mfgenconf can be customized. For information about mfgenconf.bat, see Local Configuration in the chapter Configuration.
mfdemo.bat
The following output is displayed:
Building demo with the following settings Data Directory = "c:\Program Files\Micro Focus\XDBC 2.0\mf_data" System Catalog = "c:\Program Files\Micro Focus\XDBC 2.0\mfsyscat" Sample Data = "c:\Program Files\Micro Focus\XDBC 2.0\sample\mfdbc"\mf_data Sample XFD = "c:\Program Files\Micro Focus\XDBC 2.0\sample\mfdbc"\xfd Creating System Catalog in "c:\Program Files\Micro Focus\XDBC 2.0\mfsyscat" Started at 2011-01-27 14:51:52 Creating Information Schema Views Load Sample file descriptions Started at 2011-01-27 14:51:55 Information: Begin XFD Conversion Information: Begin XFD file accounts Information: Begin Table ACCOUNTS Information: Begin XFD file animals Information: Begin Table ANIMALS Information: Begin XFD file clients Information: Begin Table CLIENTS Information: Begin XFD file codes Information: Begin Table CODES Information: Begin XFD file pets Information: Begin Table PETS Information: End Repository Conversion
mfsql
SELECT * FROM PETS;
A list of records from the PETS table is returned.
In network environments, install the Micro Focus XDBC Client software on each client in the network