skills/installing-code-from-the-wrc/SKILL.md
# Installing Code from the WRC Execution of certain InterSystems upgrade tools requires that the most recent code be installed. Although the most recent version of the code is generally included in the latest installation kit, if you are upgrading from or to an older version, the code included in your installation may not be the most recent code available. 1. Go to the WRC Distribution page under Components and search for the name of the tool you wish to use. 2. Determine whether the code inc
npx skillsauth add sorodriguezz/skills-objectscript skills/installing-code-from-the-wrcInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Execution of certain InterSystems upgrade tools requires that the most recent code be installed. Although the most recent version of the code is generally included in the latest installation kit, if you are upgrading from or to an older version, the code included in your installation may not be the most recent code available.
Go to the WRC Distribution page under Components and search for the name of the tool you wish to use.
Determine whether the code included in your installation is up to date, as follows:
a. The upgrade tool code version will match the version of your InterSystems IRIS, IRIS for Health, or HealthConnect
installation. You can find this v ersion number by clicking About in the management portal. Look in the Version row of the System Overview table. The version number has three segments. For example, 2025.1.2. The first two segments are the main release number, and the third section is the maintenance release number.
b. Compare the main release number (the first tw o segments) to the value in the Version column of the InterSystems
Components table in the WRC.
c.
If the two version numbers are the same, compare the third segment (the maintenance release number) of the value from the management portal to the value in the Maint column in the WRC table.
d. The higher number is the more recent version. For example, if the version in the management portal is 2025.1.1
and the WRC values are Version: 2025.1 and Maint: 3, the WRC code is more recent.
Note:
If the version in the management portal matches or is higher than the version in the WRC, you already have the most recent code, and you can skip the download and installation procedures described in this article. Otherwise, proceed with downloading and installation.
Execute the remaining steps for all relevant systems. For example, for the Production Validator, execute the steps for the source system and the target system.
Set $namespace="HSLIB"
write ##class(%ZHSLIB.HealthShareMgr).UpdateReadWrite("HSLIB",0)
set file="<filepath><extracted_upgrade_tool_file>"
do $system.OBJ.Load(file,"ck")
write ##class(%ZHSLIB.HealthShareMgr).UpdateReadWrite("HSLIB",1)
data-ai
# XDBC Gateway XDBC Gateway Overview The XDBC Gateway provides a single interface for connecting InterSystems IRIS® to an external database with JDBC or ODBC. It acts as the modern, streamlined successor to the SQL Gateway. The XDBC Gateway acts like a JDBC or ODBC driver and lets you perform any of the following operations: - Access data stored in third-party relational databases within InterSystems IRIS applications. - Store persistent InterSystems IRIS objects in external relational data
devops
# Windows Installation Guide Windows Installation Overview The Windows Installation Guide provides guidance on installing kit-based deployments on Microsoft Windows. ### 1.1 How to Use This Guide For all installations, you should begin with the Pre-Installation steps. You can then follow the steps for either an attended or unattended installation. The attended installation process is different depending on the setup type you choose. After following the steps for attended installations, use t
testing
# Windows Installation Details Windows User Accounts When installing InterSystems IRIS, you must choose the Windows user account to run the InterSystems service, InterSystems IRIS Controller for <instance-name>. There are two options: - The default SYSTEM account (Windows Local System account). This is used in Minimal security installations. - A defined Windows user account. This account must have interactive login privileges for the duration of the installation; they can be revoked after.
tools
# Web Gateway Guide C.2.1 Method 1: Building the CSP Module as Shared Object with apxs (APache eXtenSion) Appendix D: Add the Web Gateway to a Locked-Down Apache Installation (UNIX®/Linux/macOS) The Web Gateway: Serve InterSystems Web Applications and REST APIs to a Web Client An InterSystems IRIS® web application consists of code which provides content dynamically to a web client (usually a web browser) in response to a request. The InterSystems Web Gateway makes this possible: it is a soft