<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Set-NaCifsShareAcl/Remove-NaCifsShareAcl throwing up errors in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaCifsShareAcl-Remove-NaCifsShareAcl-throwing-up-errors/m-p/54583#M2587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clinton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the quick response...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case... what are my options for working with ACLs on 8.0.x ?&lt;/P&gt;&lt;P&gt;I find it puzzling that I have that functionality in 7.3x but lose that in a newer version of OnTAP &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I did set the option of 'ErrorAction' for wins servers... Thank You&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mayur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jan 2012 01:33:02 GMT</pubDate>
    <dc:creator>raol</dc:creator>
    <dc:date>2012-01-24T01:33:02Z</dc:date>
    <item>
      <title>Set-NaCifsShareAcl/Remove-NaCifsShareAcl throwing up errors</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaCifsShareAcl-Remove-NaCifsShareAcl-throwing-up-errors/m-p/54573#M2585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see a peculiar issue. Please have a look at the code snippet that I have in my script to create &lt;STRONG&gt;vfilers&lt;/STRONG&gt;... the code runs fine on 7.3x but throws up errors on 8.0.1 7-mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Set-NaCifsShareAcl C$ $VFname\administrator&amp;nbsp; -AccessRights "Full Control"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Remove-NaCifsShareAcl vol0$ everyone&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the errors that I get on 8.0.1 7-mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Set-NaCifsShareAcl : Unable to find API: cifs-share-ace-set&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;At C:\vFilerCreate\vFilerCreate.ps1:109 char:20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set-NaCifsShareAcl &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; C$ $VFname\administrator&amp;nbsp; -AccessRights "Full Control"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidOperation: (10.42.29.88:NaController) [Set-NaCifsShareAcl], EAPINOTFOUND&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : ApiException,DataONTAP.PowerShell.SDK.Cmdlets.Cifs.SetNaCifsShareAcl&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Remove-NaCifsShareAcl : Unable to find API: cifs-share-ace-delete&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;At C:\vFilerCreate\vFilerCreate.ps1:110 char:23&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Remove-NaCifsShareAcl &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; vol0$ everyone&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidOperation: (10.42.29.88:NaController) [Remove-NaCifsShareAcl], EAPINOTFOUND&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : ApiException,DataONTAP.PowerShell.SDK.Cmdlets.Cifs.RemoveNaCifsShareAcl&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone has any insight into this I'd appreciate it.&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Another peculiar issues is the error I get when I set the following option (real IPs masked below)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Set-NaOption&amp;nbsp; cifs.wins_servers "xxx.xxx.xxx.xxx,yyy.yyy.yyy.yyy"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it gives me the following error but it does set the option successfully...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Set-NaOption : Option is not visible: cifs.wins_servers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;At C:\vFilerCreate\vFilerCreate.ps1:120 char:14&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set-NaOption &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp;&amp;nbsp; cifs.wins_servers "xxx.xxx.xxx.xxx,yyy.yyy.yyy.yyy"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidOperation: (10.42.29.88:NaController) [Set-NaOption], EONTAPI_ENOENT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : ApiException,DataONTAP.PowerShell.SDK.Cmdlets.Options.SetNaOption&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone has any insight into this I'd appreciate it.&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mayur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:36:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaCifsShareAcl-Remove-NaCifsShareAcl-throwing-up-errors/m-p/54573#M2585</guid>
      <dc:creator>raol</dc:creator>
      <dc:date>2025-06-05T06:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set-NaCifsShareAcl/Remove-NaCifsShareAcl throwing up errors</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaCifsShareAcl-Remove-NaCifsShareAcl-throwing-up-errors/m-p/54578#M2586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Mayur.&amp;nbsp; The CIFS share ACL APIs are not available in 8.0.x, but they are in 8.1.&amp;nbsp; I believe the cifs.wins_servers issue is a Data ONTAP bug.&amp;nbsp; As long as it is setting the option, you may wish to ignore the error by appending '-ErrorAction SilentlyContinue'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 01:24:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaCifsShareAcl-Remove-NaCifsShareAcl-throwing-up-errors/m-p/54578#M2586</guid>
      <dc:creator>cknight</dc:creator>
      <dc:date>2012-01-24T01:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set-NaCifsShareAcl/Remove-NaCifsShareAcl throwing up errors</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaCifsShareAcl-Remove-NaCifsShareAcl-throwing-up-errors/m-p/54583#M2587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clinton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the quick response...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case... what are my options for working with ACLs on 8.0.x ?&lt;/P&gt;&lt;P&gt;I find it puzzling that I have that functionality in 7.3x but lose that in a newer version of OnTAP &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I did set the option of 'ErrorAction' for wins servers... Thank You&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mayur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 01:33:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaCifsShareAcl-Remove-NaCifsShareAcl-throwing-up-errors/m-p/54583#M2587</guid>
      <dc:creator>raol</dc:creator>
      <dc:date>2012-01-24T01:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set-NaCifsShareAcl/Remove-NaCifsShareAcl throwing up errors</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaCifsShareAcl-Remove-NaCifsShareAcl-throwing-up-errors/m-p/54588#M2589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Mayur, &lt;/P&gt;&lt;P&gt;Unfortunatly you've run into one of the inconsistencies between Data ONTAP 8.x 7-Mode and Data ONTAP 7.3.x.&amp;nbsp; Until the cifs-share-ace-* API's are implemented in 8.x&amp;nbsp; 7-mode, you'll have to use cli commands and the Invoke-NaSSH cmdlet to manipulate Cifs ACL's. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 18:33:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaCifsShareAcl-Remove-NaCifsShareAcl-throwing-up-errors/m-p/54588#M2589</guid>
      <dc:creator>GlennSizemore</dc:creator>
      <dc:date>2012-01-24T18:33:46Z</dc:date>
    </item>
  </channel>
</rss>

