Skip to main content

Special Considerations When Upgrading

This page includes special considerations that should be reviewed when upgrading. Each item includes Affects Upgrade From Versions (upgrades from these versions are impacted), the Conditions where the item is relevant, the Ramifications of the item, and any Instructions that should be followed for addressing the item. These instructions supplement Upgrading from an Earlier Version in the Installation Guide.

The considerations are listed from most recent to oldest affected versions. You should review items as far back as the release you are upgrading from before starting your upgrade.

irisstop.exe Removed on Upgrade

Affects Upgrades From Versions:

2022.1.5 and earlier.

Conditions:

Instances running on Windows.

Ramifications:

The irisstop.exe file is removed upon upgrade. Without this file, you cannot stop the InterSystems IRIS instance using any internal means. For example, the iris stop command does not work.

Instructions:

To permanently address this problem:

  1. Obtain a copy of the irisstop.exe file. The easiest way to do this is to copy the file from the instance before upgrading.

    • You can copy the irisstop.exe file from any 2019.1 or newer instance.

    • If you do not have a suitable instance, you can install a temporary instance of IRIS (including version 2024.2) and copy the irisstop.exe file from it.

    • By default, the file is located in <install-dir>/InterSystems/<instance-name>/bin/.

  2. Proceed with your upgrade as usual.

  3. After upgrading, add the copy of the irisstop.exe file to the upgraded instance.

  4. On the upgraded instance, execute the file: <install-dir>/InterSystems/<instance-name>/bin/iristray.exe.

  5. Open the InterSystems IRIS launcher menu for the upgraded instance, then click Exit.

  6. Using the Windows Start menu, launch the instance by clicking the application: Launcher [<instance-name>].

Before performing the above steps, you can still stop the InterSystesm IRIS instance manually, using the Services Windows Administrative Tool. Open Services and right-click on the InterSystems IRIS Controller for <instance-name> service, then click Stop.

Recompile Classes Featuring Properties with MAXLEN=""

Affects Upgrade From Versions:

2022.1.1 and earlier.

Conditions:

Environments with existing classes containing a property with MAXLEN="".

Ramifications:

If an existing class contains a property with MAXLEN="", SQL queries on tables based on that class return an error after upgrading.

Instructions:

Recompile the affected classes.

External Language Gateway Configurations

Affects Upgrade From Versions:

2022.1.1 — 2021.1.0

Conditions:

Environments where all external language gateway configurations have been removed.

Ramifications:

You may encounter validation errors during the upgrade process.

Instructions:

To prevent these errors, add a single gateway configuration of type Remote that points to the local gateway with an arbitrary port number. For example, you can set the Server Name / IP Address to 127.0.0.1 and set the Port to 1, naming it ForUpgrade. This can be done at any point prior to upgrading and will not impact normal system operation. This configuration can be deleted after the upgrade is completed.

Durable %SYS

Affects Upgrade From Versions:

2019.2 and earlier.

Conditions:

Environments using a durable %SYS from a 2019.2 or earlier release.

Ramifications:

In this release, the distribution container has a nonroot default user. This improves the security of your container. Some file ownerships in the host’s durable directory must be changed before running this version of InterSystems IRIS. If you do not make these changes, the container will encounter an error starting InterSystems IRIS.

Instructions:

Please contact your InterSystems sales engineer or the InterSystems Worldwide Response CenterOpens in a new tab for instructions on changing the relevant file ownerships.

FeedbackOpens in a new tab