Error 'libpq.dll: the specified module could not be found' occurs when connecting StarTeam to a Postgres database.

0 Likes

This error occurs due to the required dlls not be locatable by StarTeam. These dlls are part of the PostgresSQL installation. They need to be added to the Windows path for StarTeam server to pick these up.

The following should be added to the Windows path variable (you will need to modify the version number to fit your specific database version).

'C:\Program Files\PostgreSQL\<DB Version>\bin'

Comment List
Related
Recommended