Attention: This feature is in Early Adopter Product (EAP) release status. We will continue the development of additional features and
provide additional interfaces via patch updates and future releases. Please contact
Micro Focus SupportLine if you require further clarification.
Use these steps to create data sources on a Windows platform.
-
Open the ODBC Data Source Administrator.
Tip: On most newer Windows versions, click the Start Menu button, type
ODBC, and then select the appropriate desktop app.
-
On the
ODBC Data Source Administrator dialog box, select the
System DSN tab.
-
Add the mandatory data sources:
Note: In order to create or query databases, you must have an active data source connection to the
postgres database. If this connection already exists, you can skip this step:
-
Click
Add.
-
Select the appropriate ODBC driver for your database (for example,
PostgreSQL ODBC Driver (ANSI) is a common one for PostgreSQL), and click
Finish.
Note: If you are planning to run both 32-bit and 64-bit applications, you are required to install an ODBC driver for each bitism.
The PostgreSQL setup dialog box appears.
-
In the
Data Source and
Description fields, enter a name and description for the data source.
Tip: Make a note of the name, as you will need it later when configuring the
MFDBFH.cfg configuration file.
-
In the
Database field, type
postgres.
-
In the
Server and
Port fields, enter the server name and port.
-
In the
User Name and
Password fields, enter a set of valid user credentials.
-
Click
Test.
The connection should be successful; if not, it indicates that you have a problem with your PostgreSQL installation, and should
consult the vendor instructions to troubleshoot before proceeding any further.
-
Click
Save.
-
Add a new data source for a region database:
-
Click
Add.
-
Select the appropriate ODBC driver for your database (for example,
PostgreSQL ODBC Driver (ANSI) is a common one for PostgreSQL), and click
Finish.
Note: The bitism of your driver must match the bitism of the application that will use it.
The
Create New Data Source... wizard appears.
-
Enter a name and description for the data source, and the name of the server on which the database will reside.
-
Click
Next twice.
-
Select the
Change the default database to: option, and using the region database-specific notation, enter a database name:
MicroFocus$CAS$Region$<region-name>
where
<region-name> is the name of the enterprise server region whose files are to be stored in the database.
-
Click
Next, and then click
Finish.
An overview of the data source details is displayed.
Note: As the database does not yet exist, you will not be able to test the data source: do not click
Test Data Source.
-
Click
OK.
The
ODBC Data Source Administrator dialog box appears again.
-
Add a new data source for a cross-region database:
-
Click
Add.
-
Select the appropriate ODBC driver for your database (for example,
PostgreSQL ODBC Driver (ANSI) is a common one for PostgreSQL), and click
Finish.
Note: The bitism of your driver must match the bitism of the application that will use it.
The
Create New Data Source... wizard appears.
-
Enter a name and description for the data source, and the name of the server on which the database will reside.
-
Click
Next twice.
-
Select the
Change the default database to: option, and using the cross-region database-specific notation, enter a database name:
MicroFocus$CAS$CrossRegion
-
Click
Next, and then click
Finish.
An overview of the data source details is displayed.
Note: As the database does not yet exist, you will not be able to test the data source: do not click
Test Data Source.
-
Click
OK.
The
ODBC Data Source Administrator dialog box appears again.
-
Click
OK.
The data sources for a region and a cross-region database are configured.