Upgrading Screener
This section guides you through the process of upgrading
Screener from version 18.2 (patch
2018.2 O08 installed) to version 19.1.
Note: It
assumes you have the Spectrum Technology Platform installed and these modules
selected while installing. For steps on installation see Installing a
New Server section of the Installation
Guide.
- Data Stewardship
- Data Integration
- Context Graph
- Screener
- Universal Addressing
- Universal Name, Data Normalization, and Advanced Matching
Steps for Upgrade
- Stop the Spectrum Technology Platform server.
- For Windows system: Right-click the Spectrum Technology Platform icon in the Windows system tray and select Stop Spectrum. Alternatively, you can use the Windows Services Control Panel and stop the Precisely Spectrum Technology Platform service.
- For Unix systems: Run the <SpectrumLocation>/server/bin/server.stop script.
- Back up this folder to a different location: <SpectrumDirectory>\server\modules\hub\db\model.FCC_METADATA.
- Run the current version of the installer.
- Configure these properties in the fcc.properties file
here:
<SpectrumLocation>\server\modules\fcc\fcc.properties
- The base path where the List Import/Export files are created: fcc.spectrum.list.job.base.path
- FCC Repo base path: fcc.spectrum.base.path
- The polling directory for list ingestion: fcc.spectrum.list.job.poll.dir
- Upload path for Attachments: fcc.spectrum.attachments.upload.path
- To import the model successfully, set dbms.allow_upgrade=true in the neo4j.properties file at this location: <SpectrumLocation>\server\modules\hub\db. Comment out this property after completing the import.
- Set up these configurable properties in the
screener_setup_win.txt file for Windows and
screener_setup.txt file for Unix systems at:
<SpectrumLocation>/server/modules/fcc/FCC_Repo/setup/cli.
- host: Machine where the Spectrum Technology Platform Server needs to be setup is running.
- port: Port on which Spectrum Technology Platform is running
- user: Spectrum Technology Platform User, should be an administrative user
- password: Spectrum Technology Platform Password
- Run the upgrade script (ScreenerSetupUpgarde.bat for Windows
systems and ScreenerSetupUpgarde.sh for Unix systems).
- For Windows systems:
- Run Command Prompt as Administrator
- Change directory to location of the script (<SpectrumLocation>\server\modules\fcc)
- Run the script
- For Unix systems:
- Go to the folder where the script is placed: <SpectrumLocation>\server\modules\fcc
- Run the script.
Note: To run the Unix script, you need to have appropriate permissions. - For Windows systems:
- Resolve errors, if any, till the upgrade is complete.