Stephen Canzano

Results 6 issues of Stephen Canzano

Maybe I'm asking for too much but here goes 1. If I have ``` ClassMethod CreateTasks(pVerbose As %Boolean = 0) As %Status { #dim tSC As %Status=$$$OK #dim eException As...

In the class %ZPM.PackageManager.Developer.Lifecycle.Base in the method %Reload it looks like its possible to define Mappings for globals, routines, packages etc. However there is no documentation on this anywhere here....

documentation

When running install -v _moduleName_ I see Compilation started on 5/13/2024 12:23:34 with qualifiers "d-lck" but I'm seeing issues with the class Ens.Utils.Tasks.Purge being compiled when I deliver rclib-ens and...

documentation
upstream

when I use the list command to show the modules that have been installed , which shows this ` zpm:HSCUSTOM>list rclib-rcipm 1.0.6 rclib-unittest 1.0.2 rclib-rcreportsbasic 1.0.2 rclib-rdm 1.0.1 rclib-system 1.0.2...

enhancement

On a new environment we did ```objectscript 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") ``` as instructed in other documentation We now get errors when calling the install command ERROR! ObjectScript error: SQL...

bug
question
customer

when performing uninstall -f -all it does not seem like they are being installed in an intelligent order especially as it pertains to module dependencies. We have module A which...

bug
customer