Skip to main content
1-Visitor
April 23, 2020
Solved

ThingWorx Foundation 8.5 Installation Failed when I config PostgreSQL Connection Information

  • April 23, 2020
  • 1 reply
  • 1352 views

嗨!大家好!

PostgreSQL已正确安装。

我在PostgreSQL中创建了一个名为“ twdata”的数据库。

当我通过以下消息配置PostgreSQL连接信息时出现问题:“ twdata数据库具有ThingWorx安装之前的表”。

 

微信图片_20200423174942.png

如何解决问题?

Best answer by JasonKwan987

Yes. There is no table in database.

I've solved the problem by reinstalling jdk-8u231-windows-x64 and PostgreSQL 10.

1 reply

16-Pearl
April 23, 2020

谷歌翻译:

您可以确认数据库是否为空吗?根据您遇到的错误,看来是由于先前的安装尝试或执行了旨在手动安装的数据库脚本而导致的数据库中已经存在一个表。

运行安装程序时,数据库应该存在但为空。

此外,我们已经看到安装32位版本的Java也会导致这种情况。请确认您的Java版本是64位。

JasonKwan9871-VisitorAuthorAnswer
1-Visitor
April 27, 2020

Yes. There is no table in database.

I've solved the problem by reinstalling jdk-8u231-windows-x64 and PostgreSQL 10.