Seite 1 von 1

Backend error: Failed to uninstall product 'x'

Verfasst: 16 Jan 2014, 09:39
von bobzbobz
Hello

I am trying to remove a Netboot-product, but I am running into an error.
Uninstall:

Code: Alles auswählen

opsi-package-manager -r win7-x64-slipstream
I then get this error:

Code: Alles auswählen

Errors occured:
Failure while processing Uninstall of package(s) win7-x64-slipstream on depot 'opsi.xxxx.lan':
Backend error: Failed to uninstall product 'win7-x64-slipstream' on depot 'opsi.xxxx.lan': Backend temporary error: Product currently locked on depot 'opsi.xxxx.lan' (error on server)
It seems the product is "locked" - how do I remove it?

Regards,
Soren

Re: Backend error: Failed to uninstall product 'x'

Verfasst: 16 Jan 2014, 15:29
von ueluekmen
Hi,

try:

Code: Alles auswählen

opsi-package-manager -f -r win7-x64-slipstream
or

Code: Alles auswählen

opsi-package-manager --force -r win7-x64-slipstream
this will force this action, even if the product is locked.

regards

Re: Backend error: Failed to uninstall product 'x'

Verfasst: 17 Jan 2014, 08:54
von bobzbobz
The first command did the trick :)