Pricing Try it now
SENTIENT ANALYTICS
Getting Started Documentation Guides
How To Activate SENTIENT ANALYTICS
On this page

SENTIENT ANALYTICS v1.14.x upgrade instructions for Windows

Upgrading SENTIENT ANALYTICS to 1.14.0

NOTE These steps are applicable for 1.13.2 SENTIENT ANALYTICS version.

After upgrading to the latest version it is required to update SENTIENT ANALYTICS widget bundle in SENTIENT. You can find detailed instructions how to do that via SENTIENT ANALYTICS UI in SENTIENT ANALYTICS Widget Bundle upgrade article.

doc warn icon

Important note before upgrading to SENTIENT ANALYTICS 1.14.0

From version 1.14.0, python calculation fields and prediction models could be utilized only using SENTIENT ANALYTICS Python Executor service which can be used only inside the docker.

If you are already using SENTIENT ANALYTICS Python Executor via Docker, it’s necessary to update it to version 1.14.0 before SENTIENT ANALYTICS update. You can find detailed instructions on how to do that here.

If you were not using Python Executor before, you need to install it via Docker. You can find detailed instructions on how to do that here.

SENTIENT ANALYTICS package download

Download SENTIENT ANALYTICS installation package for Windows: sentient-analytics-windows-1.14.0.zip.

SENTIENT ANALYTICS service upgrade

  • Stop SENTIENT ANALYTICS service if it is running.
1
net stop sentient-analytics
  • Make a backup of previous SENTIENT ANALYTICS configuration located in <SENTIENT ANALYTICS install dir>\conf (for ex. C:\sentient-analytics\conf).
  • Remove SENTIENT install dir.
  • Unzip installation archive to SENTIENT install dir.
  • Compare your old SENTIENT ANALYTICS configuration files (from the backup you made in the first step) with new ones.

  • Finally, run upgrade.bat script to upgrade SENTIENT ANALYTICS to the new version.

NOTE Scripts listed above should be executed using Administrator Role.

1
C:\sentient-analytics>upgrade.bat --fromVersion=1.13.2

Start the service

1
net start sentient-analytics