<?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 Error again with this new version of Powershell Toolkit in General Discussion</title>
    <link>https://community.netapp.com/t5/General-Discussion/Error-again-with-this-new-version-of-Powershell-Toolkit/m-p/444137#M1512</link>
    <description>&lt;P&gt;Used to be able to expand a QTree quota with the following command without any problems:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;set-NcQuota -path /vol/vol1/qtree1 -DiskLimit 150gb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now with the new version it stopped working, keeps throwing an error of:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Group parameter neither specified nor set"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did anybody have that problem and knows a fix?? Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 09:49:36 GMT</pubDate>
    <dc:creator>PerhapsCloud</dc:creator>
    <dc:date>2025-06-04T09:49:36Z</dc:date>
    <item>
      <title>Error again with this new version of Powershell Toolkit</title>
      <link>https://community.netapp.com/t5/General-Discussion/Error-again-with-this-new-version-of-Powershell-Toolkit/m-p/444137#M1512</link>
      <description>&lt;P&gt;Used to be able to expand a QTree quota with the following command without any problems:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;set-NcQuota -path /vol/vol1/qtree1 -DiskLimit 150gb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now with the new version it stopped working, keeps throwing an error of:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Group parameter neither specified nor set"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did anybody have that problem and knows a fix?? Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 09:49:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/General-Discussion/Error-again-with-this-new-version-of-Powershell-Toolkit/m-p/444137#M1512</guid>
      <dc:creator>PerhapsCloud</dc:creator>
      <dc:date>2025-06-04T09:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error again with this new version of Powershell Toolkit</title>
      <link>https://community.netapp.com/t5/General-Discussion/Error-again-with-this-new-version-of-Powershell-Toolkit/m-p/444409#M1518</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which version of the PSTK are you running (See "Get-NaToolkitVersion") and which ONTAP version. If you are using the latest PSTK version have you tried using the "-ontapi" parameter when connecting to your cluster?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Matt&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 05:14:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/General-Discussion/Error-again-with-this-new-version-of-Powershell-Toolkit/m-p/444409#M1518</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2023-05-18T05:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error again with this new version of Powershell Toolkit</title>
      <link>https://community.netapp.com/t5/General-Discussion/Error-again-with-this-new-version-of-Powershell-Toolkit/m-p/444555#M1519</link>
      <description>&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using 9.12.1 for the PSTK. My ontap however is 9.11.x, do they have to match?&lt;/P&gt;&lt;P&gt;I've already used the -ontapi parameter and still getting the same error.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 22:35:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/General-Discussion/Error-again-with-this-new-version-of-Powershell-Toolkit/m-p/444555#M1519</guid>
      <dc:creator>PerhapsCloud</dc:creator>
      <dc:date>2023-05-23T22:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error again with this new version of Powershell Toolkit</title>
      <link>https://community.netapp.com/t5/General-Discussion/Error-again-with-this-new-version-of-Powershell-Toolkit/m-p/444566#M1520</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No they don't have to match, just helps to troubleshoot. Sounds to me like a bug in the PSTK. Looking at the "Set-NcQuota" CmdLet it's using the following ZAPI:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;netapp  xmlns="http://www.netapp.com/filer/admin" version="1.160"&amp;gt;
  &amp;lt;quota-set-entry&amp;gt;
    &amp;lt;disk-limit&amp;gt;&amp;lt;/disk-limit&amp;gt;
    &amp;lt;file-limit&amp;gt;&amp;lt;/file-limit&amp;gt;
    &amp;lt;perform-user-mapping&amp;gt;&amp;lt;/perform-user-mapping&amp;gt;
    &amp;lt;policy&amp;gt;&amp;lt;/policy&amp;gt;
    &amp;lt;qtree&amp;gt;&amp;lt;/qtree&amp;gt;
    &amp;lt;quota-target&amp;gt;&amp;lt;/quota-target&amp;gt;
    &amp;lt;quota-type&amp;gt;&amp;lt;/quota-type&amp;gt;
    &amp;lt;soft-disk-limit&amp;gt;&amp;lt;/soft-disk-limit&amp;gt;
    &amp;lt;soft-file-limit&amp;gt;&amp;lt;/soft-file-limit&amp;gt;
    &amp;lt;threshold&amp;gt;&amp;lt;/threshold&amp;gt;
    &amp;lt;volume&amp;gt;&amp;lt;/volume&amp;gt;
  &amp;lt;/quota-set-entry&amp;gt;
&amp;lt;/netapp&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;As a workaround have you tried using the native REST API in a function rather than using the CmdLet in the PSTK? It looks like the equivalent REST API for the Set-NcQuota CmdLet is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/storage/quota/rules&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;{
  "files": {
    "hard_limit": "100",
    "soft_limit": "80"
  },
  "qtree": {
    "id": "1",
    "name": "qt1"
  },
  "space": {
    "hard_limit": "1222800",
    "soft_limit": "51200"
  },
  "svm": {
    "name": "svm1"
  },
  "type": "user",
  "user_mapping": "on",
  "users": [
    {
      "name": "fred"
    }
  ],
  "uuid": "264a9e0b-2e03-11e9-a610-005056a7b72d",
  "volume": {
    "name": "fv"
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Matt&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 03:34:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/General-Discussion/Error-again-with-this-new-version-of-Powershell-Toolkit/m-p/444566#M1520</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2023-05-24T03:34:38Z</dc:date>
    </item>
  </channel>
</rss>

