|
|
如果之前手动安装了 ThingWorx Navigate (而未使用安装程序),请将 ThingWorx Navigate 迁移到使用安装程序安装的实例。如此操作便于未来就地升级。
|
|
|
升级到 ThingWorx Navigate 9.2 时,自定义混搭中使用的所有测试版组件都将被移除。将这些组件升级为 9.2 版本后,计划更新您的混搭。
|
|
升级前的版本
|
必要步骤
|
||
|
之前从 ThingWorx Navigate 8.5.x 升级到 8.5.8,现在要升级到 ThingWorx Navigate 9.2
|
如果您先前已从 ThingWorx Navigate 8.5.x 版本升级到 8.5.8 版本,且目前正打算升级到 ThingWorx Navigate 9.2 版本,请执行以下步骤:
a. 运行 ThingWorx Upgrade Ready Utility。有关详细信息,请参阅 ThingWorx 帮助中心中安装程序升级主题下的“B.) 运行 ThingWorx Upgrade Ready Utility”部分。
b. 在运行此实用程序后创建的 ThingWorxFoundation.xml 文件中,将 <applicationVersion> 特性值修改为 8.5.8。
|
||
|
从 ThingWorx Navigate 8.5.8 升级到 9.2
|
从 ThingWorx Navigate 8.5.8 (使用安装程序安装) 升级到 9.2 时,不会在 .ptc_ccif 文件夹中创建所需的 ThingWorxFoundation.xml 文件。作为此已知问题的解决方法,您需要手动创建 ThingWorxFoundation.xml 文件并验证此文件中的某些属性值。
a. 创建 ThingWorxFoundation.xml 文件。您可以使用以下示例,并根据个人需求对其进行更新:
<?xml version="1.0" encoding='utf-8'?>
<installationInfo> <projectFlavor>PostgreSQL</projectFlavor> <applicationName>ThingWorxFoundation</applicationName> <applicationVersion>8.5.8</applicationVersion> <applicationInstallDir>C:\Program Files (x86)\ThingWorxFoundation</applicationInstallDir> </installationInfo> b. 验证用户配置文件的 ThingWorxFoundation.xml 文件中的以下属性值:
a. 验证 <applicationVersion> 属性值是否为当前版本。
b. 验证 <applicationInstallDir> 特性值是否为当前 ThingWorx Foundation 安装位置。
|
|
|
ThingWorxFoundation.xml 文件保存在用户配置文件的 .ptc_ccif 文件夹 (例如,在 Windows 中位于:C:\Users\Administrator\.ptc_ccif;在 Linux 中位于:~/.ptc_ccif/) 内。
|
|
|
ThingWorx Foundation 9.2 需要使用 JAVA 11。如果要从使用 JAVA 8 部署的版本进行升级,请先安装 JAVA 11,将 JAVA 8 中的相关证书导入到 JAVA 11 中,然后继续升级 ThingWorx Foundation。
|
|
|
ThingWorx Foundation、ThingWorx Flow 和 ThingWorx Navigate 必须安装在同一系统上。
|