ABBYY FlexiCapture now supports connections to a PostgreSQL database using a custom network port from R4U7 release. In earlier versions, PostgreSQL connections were limited to the default port 5432 and did not allow any customization.
With this enhancement, you can explicitly define a custom port as part of the connection string for PostgreSQL.
To do so, use the following syntax:
server;port=XXXX
-
XXXXrepresents the desired custom port number
If no port is specified in the connection string, FlexiCapture will automatically fall back to using the PostgreSQL default port, 5432, ensuring backward compatibility with existing configurations.
The database connection string can be configured through the FlexiCapture user interface by navigating to Administration and Monitoring > Application Server.
Below is an example of such configuration.