Question
How to enable PostgreSQL support in FlexiCapture 12?
Answer
To enable PostgreSQL support you should follow these steps:
- Add to c:\inetpub\wwwroot\FlexiCapture12\Monitoring\Web.config this string:
<appSettings>
<add key="PostgreSqlEnabled" value="true" />
<appSettings> - Restart the IIS Web server;
- After that PostgreSQL option will appear in the Database creation menu.
- Install ODBC driver by the link (for example psqlodbc_12_02_0000-x64.zip ):
https://www.postgresql.org/ftp/odbc/versions/msi/
Comments
0 comments
Please sign in to leave a comment.