Introduction
This article describes how to connect r_keeper to an installed PostgreSQL.
It is necessary to first complete the PostgreSQL installation and configuration.
Connecting to r_keeper 7
- To connect r_keeper 7 to PostgreSQL, download the psqlodbc driver corresponding to your PostgreSQL version from https://www.postgresql.org/ftp/odbc/versions/msi/
- Extract it from the archive and run psqlodbc-setup.exe.
Configuring ODBC Connections
- To install the drivers correctly, find and run Application Stack Builder installed with the PostgreSQL database
- The application will offer you to select a database.
Select PostgreSQL 13 and click Next. - Select Database Drivers > psql ODBC (32 bit) and click Next
- Select a location to store the installation files.
Proceed with the installation and wait for it to complete.
Wait for the system to reboot after installation if necessary. - Restart Application Stack Builder.
All steps are identical, but you need to select another component Database Drivers> pgsql ODBC (64 bit). - Launch Application Stack Builder one last time.
All steps are identical, but you need to select both Database Drivers> pgsql ODBC (32 bit) and (64 bit) components.
The system will notify you that all installations are successfully completed.Why do we need multiple installations
The reason is that there was the following problem with the application earlier: with different combinations, it downloaded different installers. This caused different driver components to be installed. You can skip these steps, but we strongly recommend following the instruction above to avoid errors.
Settings in r_keeper 7
To connect r_keeper to the PostgreSQL database, you also need to create a new connection in the External Database Configurations reference.
- Go to Service > Data Export > External Database Configurations
- Make a copy of PostgreSQL, for example, pgs. To do this:
- Right-click on the database name
- Select New (as copy) External Base Configuration
- Enter the name of the new database
- Change the status to Active.
- Replace the database name for the DATABASE parameter in the Connection string with the one entered above. You will get the following connection string:
Provider = MSDASQL.1; Persist Security Info = False; User ID = username; Extended Properties = "DRIVER = {PostgreSQL ODBC Driver (UNICODE)}; DATABASE = pgs; SERVER = localhost; PORT = 5432; UID = username; MaxVarcharSize = 2048 " - To test the connection, click on the value of the Connection string parameter and then on three dot
- Click Build
- Enter the password for the superuser and click Test Connection
- In case of a successful connection, the system will display the following message:
If the connection has not been established, you can correct the connection string manually:
- Add a link to the created connection to the database in the report server: Options > OLAP reports > Reporting Servers.
On the same tab, specify the user and password. - Make sure the export works. Go to Service > Data Export > Export to Other Database.
Enter the database, password, and username and click Test.
The rest of the report server settings are standard. - Write UseSQL = 1 in the rk7srv.INI file and restart the reference server.
The connection is established. Now you can work, for example, with cubic reports.