You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do ##class(Security.Users).UnExpireUserPasswords("*")
// create quickstart environment
set $namespace = "HSLIB"
do ##class(HS.Util.Installer.Foundation).Install("HL7XML")
set $namespace = "HL7XML"
// install latest ipm version
set r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="ISC.FeatureTracker.SSL.Config" d r.Get("/packages/zpm/latest/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")