用户 "postgres" 的 jitterbit 密码验证失败

jitterbit-password authentication failed for user "postgres"

您好,我正在使用 Jitterbit 集成服务将 PostgreSQL 与 salesforce 集成。我的 windows 7 机器上安装了 Jitterbit Studio 和 jitterbit 代理。

Click this link to see screenshot of the error message in my jitterbit Studio

我试图在 Jitterbit studio 中添加 PostgreSQL 源,但出现错误:

Failed to connect to database. FATAL: password authentication failed for user "postgres" (SqlState: 28P01).

Studio version: 8.24.2.2
Studio platform: Windows 7 - Java 1.8.0_121
Cloud: https://emea-west.jitterbit.com
User:myemail@gmail.com
Org: Demo [ID = 214458]
Environment: Default Environment [ID = 227118]
Agent Group: Jitterbit Cloud Agent Group [ID = 1542] [Lowest Agent Version = 8.24.1.1]
Project: New Project [GUID = dff2e842-3752-4f19-99cf-3a96c675c18a]
Timestamp: 2017-06-30 14:11:08.121

PostgreSQL 的用户名和密码是 "postgres" & "root" respectively.But 还是报错。

打开位于您的 PostgreSQL 文件夹中的文件 pg_hba.conf.sample

在文件的现有内容中添加下一行:

host all all trust