Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uninstall -f -all uininstalls zpm and encounters an error #688

Open
SCanzano-ready opened this issue Jan 7, 2025 · 0 comments
Open

uninstall -f -all uininstalls zpm and encounters an error #688

SCanzano-ready opened this issue Jan 7, 2025 · 0 comments

Comments

@SCanzano-ready
Copy link

Because of issues we have with module dependencies when we bump versions from say 1.5.0 to 1.6.0 in our registry we find we have to uninstall all of the modules. In the past we used to ro

uninstall -f -all oneOfOurModules

and this would work fine.

Now with the latest ZPM install when we do
uninstall -f -all oneOfOurModules

we get the following error

`zpm:HSCUSTOM>uninstall -f -all rclib-rcipm

Uninstalling rclib-system
[HSCUSTOM|rclib-system] Clean START
[HSCUSTOM|rclib-system] Unconfigure START
[HSCUSTOM|rclib-system] Unconfigure SUCCESS
WARNING: Skipping mapped resource RC.JSON.Provider.CLS
WARNING: Skipping mapped resource RC.SYS.Webserver.CLS
Deleting class RC.System.Address
Deleting class RC.System.AddressLookup....

Deleting class RC.REST.WebApplication
[HSCUSTOM|rclib-system] Clean SUCCESS
Uninstalling rclib-unittest
[HSCUSTOM|rclib-unittest] Clean START
[HSCUSTOM|rclib-unittest] Unconfigure START
[HSCUSTOM|rclib-unittest] Unconfigure SUCCESS
WARNING: Skipping mapped resource RC.UnitTest.AbstractTestCase.CLS
WARNING: Skipping mapped resource RC.UnitTest.DTLTestCase.CLS
WARNING: Skipping mapped resource RC.UnitTest.Generator.DTLTest.CLS
WARNING: Skipping mapped resource RC.UnitTest.HL7TestCase.CLS
WARNING: Skipping mapped resource RC.UnitTest.IPM.CLS
WARNING: Skipping mapped resource RC.UnitTest.Manager.CLS
WARNING: Skipping mapped resource RC.UnitTest.Report.CLS
WARNING: Skipping mapped resource RC.UnitTest.RestAPITestCase.CLS
WARNING: Skipping mapped resource RC.UnitTest.StreamTestCase.CLS
WARNING: Skipping mapped resource RC.UnitTest.Studio.DTLTestWizard.CLS
Deleting class RC.UnitTest.AbstractTestCase....
Deleting class RC.UnitTest.StreamTestCase
Deleting class RC.UnitTest.Studio.DTLTestWizard
[HSCUSTOM|rclib-unittest] Clean SUCCESS
Uninstalling zpm
[HSCUSTOM|ZPM] Clean START
[HSCUSTOM|ZPM] Unconfigure START
[HSCUSTOM|ZPM] Unconfigure SUCCESS
[ZPM] Clean FAILURE
*Error uninstalling zpm: ERROR #5002: ObjectScript error: %Clean+141^%IPM.Lifecycle.Base.1 %IPM.StudioDocument.Module Uninstalling rclib-rdm

*zDisplayError+2^%IPM.Main.1 %IPM.Repo.UniversalSettings
HSCUSTOM 6d1>q
`

  1. Is there a way to uninstall all of the application modules but not the newly implemented zpm module
  2. Is the uninstalling done in a logical way so it does it in reverse module dependncy order?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant