The NetApp Community is moving to a new platform and is in Read-Only mode. Click to learn more.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

Permission Denied using Powershell Remove-NcFile

LeoFrisino
3,315 Views

I'm trying to delete a file that can't be done on the client side.

Remove-NcFile comes back with permission denied.

Versions

  •    9.8.0 Powershell Module
  •    9.5.P6  Clustered Ontap

 

Remove-NcFile : Permission denied

+ CategoryInfo : InvalidOperation: (10.127.216.50:NcController) [Remove-NcFile], EAPIERROR
+ FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.File.RemoveNcFile

3 REPLIES 3

aladd
3,161 Views

What is the failure reason when attempting to delete from the client?

tahmad
3,142 Views

What protocol are you using? Is it happening with one client? is it only one share?

LeoFrisino
3,123 Views

The Remove-NCFile commandlet is from the ONTAP Powershell toolkit. 

 

The file's parent folder happened to be locked, thereby preventing its removal. 

 "vserver lock show" was used to obtain the Lock UUID.

"vserver locks break - lockid" broke the lock.

The file was then removed/deleted.

 

 

 

 

 

Public