Error installing with sample commands from wiki #1199
Closed
isc-bsherman
started this conversation in
General
Replies: 1 comment
-
|
duplicate of my other post at #1200 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Readme page says that the easy way to install IPM is with this:
s version="latest" s r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="ISC.FeatureTracker.SSL.Config" d r.Get("/packages/zpm/"_version_"/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")However, when running that in IRIS for Windows (x86-64) 2025.1 (Build 230_2U), I get this output:
Load started on 06/25/2026 22:37:32 Loading file C:\InterSystems\dev202506\Mgr\Temp\l856ad9O3dW1gA.xml as xml ERROR #6301 Line: 1 Offset: 7 no declaration found for element 'html' while processing C:\InterSystems\dev202506\Mgr\Temp\l856ad9O3dW1gA.xml at line 1 offset 7 ERROR #6301 Line: 1 Offset: 7 This does not appear to be a IRIS exported file, unable to import. Detected 2 errors during load.Is something amiss with the server content?
Beta Was this translation helpful? Give feedback.
All reactions