コミュニティアチーブメントバーを展開する。

Adobe Experience Platform (AEP) & Apps User Groups are live to Network, learn, and share in your regional locations.

Configuring PostgreSQL in AEP

Avatar

Level 4

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.

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

2 返信

Avatar

Community Advisor

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
     Find me on LinkedIn

Avatar

Level 4

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