In this case, improper installation of the ODBC driver during PostgreSQL installation could be the cause. To address this:
1. Navigate to the Start menu and search for 'ODBC Data Sources'; open it.
2. Select the 'SystemDSN' tab and click on 'PostGreDBConnection'.
3. Click 'Configure' and verify the following parameters:
- DataSource: PostGreDBConnection
- Database: SGDatabase
- Server: localhost
- Username: postgres
- Port: 32010 (or the installation-specified port)
- Password: admin (type 'admin' in the designated field)
4. After verifying these parameters, click 'Test'. If the test is successful, the issue is resolved.
5. If the test fails, navigate to "C:/Program Files/Vembu/VembuBDR/conf" and open SGConfiguration.conf in a text editor. Look for 'ODBC' and cross-reference the Database name, username, and password with those in the ODBC Datasource connection.
6. After editing and saving SGConfiguration.conf, restart the BDRSuite service from services.msc.
7. If the datasource name is not listed, consider reinstalling the server (this step is necessary in cases of rare intermediate PostgreSQL installation failures).