I couldn't able to connect with PostgreSQL
For the account name I have given as PostgreSQL Source account.
and the connection string is - Server={localhost};Database={productDB};Port={5433};UID={postgres};Password={****}
I think the format is incorrect Could you please help to configure.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hello @VV97
The Connection string seems to be correct.
This is the connection string example from the documentation:
Server={SERVER};Database={DATABASE};Port={PORT};UID={USERNAME};Password={PASSWORD}
Maybe you have not added the IPs to allowlist.
PostgreSQL Source Connector Overview | Adobe Experience Platform
Could you please tell Where we have to add the IP address