-
Notifications
You must be signed in to change notification settings - Fork 342
Uninstall Error: Get-ChildItem : Cannot find path 'C:\ProgramData\chocolatey\lib\Database_Client #576
Comments
Need a debug log. Call with |
Debug Log:
DEBUG: Found '' for batch redirect
Get-ChildItem : Cannot find path 'C:\ProgramData\chocolatey\lib\Database_Client
DEBUG: Action file is ''
|
Uninstall has .... ...issues. :/ The order of execution in the POSH chocolatey could be part of the issue... |
This path does exist:
C:\ProgramData\chocolatey\lib\Database_Client_SQLMgmtStudio_2012_64bit.0.5
but it looks like its trying to find this:
C:\ProgramData\chocolatey\lib\Database_Client_SQLMgmtStudio_2012_64bit.
Cutting off the version number.
Here is the log:
C:\Users\Administrator>choco uninstall Database_Client_SQLMgmntStudio_2012_64bit
Chocolatey (v0.9.8.27) is uninstalling Database_Client_SQLMgmntStudio_2012_64bit
...
Uninstalling from folder C:\ProgramData\chocolatey\lib\Database_Client_SQLMgmntS
tudio_2012_64bit.
Get-ChildItem : Cannot find path 'C:\ProgramData\chocolatey\lib\Database_Client
_SQLMgmntStudio_2012_64bit.' because it does not exist.
At C:\ProgramData\chocolatey\chocolateyinstall\functions\Get-ChocolateyBins.ps1
:17 char:29
t.:String) [Get-ChildItem], ItemNotFoundException
ildItemCommand
Get-ChildItem : Cannot find path 'C:\ProgramData\chocolatey\lib\Database_Client
_SQLMgmntStudio_2012_64bit.' because it does not exist.
At C:\ProgramData\chocolatey\chocolateyinstall\functions\Run-ChocolateyPS1.ps1:
22 char:25
t.:String) [Get-ChildItem], ItemNotFoundException
ildItemCommand
Get-ChildItem : Cannot find path 'C:\ProgramData\chocolatey\lib\Database_Client
_SQLMgmntStudio_2012_64bit.' because it does not exist.
At C:\ProgramData\chocolatey\chocolateyinstall\functions\Run-ChocolateyPS1.ps1:
23 char:32
t.:String) [Get-ChildItem], ItemNotFoundException
ildItemCommand
Remove-Item : Cannot find path 'C:\ProgramData\chocolatey\lib\Database_Client_S
QLMgmntStudio_2012_64bit.' because it does not exist.
At C:\ProgramData\chocolatey\chocolateyinstall\functions\Chocolatey-Uninstall.p
s1:33 char:18
t.:String) [Remove-Item], ItemNotFoundException
eItemCommand
The text was updated successfully, but these errors were encountered: