Configuring PostgreSQL in AEP | Community
Skip to main content
Level 4
November 20, 2023
Question

Configuring PostgreSQL in AEP

  • November 20, 2023
  • 1 reply
  • 821 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Manoj_Kumar
Community Advisor
Community Advisor
November 21, 2023

Hello @vani97 

 

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

Manoj  | https://themartech.pro
vani97Author
Level 4
November 21, 2023

Could you please tell Where we have to add the IP address