<?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: Missing ZAPI errno definitions? in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Missing-ZAPI-errno-definitions/m-p/56768#M505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This constant is indeed present in NaErrno files:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NaErrno.pm: line 1604&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; use constant ESVCDISABLED =&amp;gt; 13200;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NaErrno.py: line 438&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ESVCDISABLED = 13200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NaErrno.rb: line 438&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ESVCDISABLED = 13200&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2012 17:53:09 GMT</pubDate>
    <dc:creator>sens</dc:creator>
    <dc:date>2012-05-07T17:53:09Z</dc:date>
    <item>
      <title>Missing ZAPI errno definitions?</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Missing-ZAPI-errno-definitions/m-p/56764#M504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the 4.1 SDK (and earlier versions) many of the ZAPI calls for CIFS (e.g. cifs-share-list-iter-start, cifs-setup-verify-name) specify a possible return value of ESVCDISABLED, however this constant doesn't appear to be defined in the NaErrno stubs (at least for Perl, Python, and Ruby).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Adding to the confusion, some ZAPI calls that would be used to configure/enable the service (e.g. cifs-start and cifs-setup) also list a possible ESVCDISABLED error state. For most use cases of those APIs, it would be expected/normal for the service to be disabled (since they would be invoked to affect the service state).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a documentation error, or am I missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:27:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Missing-ZAPI-errno-definitions/m-p/56764#M504</guid>
      <dc:creator>kevingraham</dc:creator>
      <dc:date>2025-06-05T06:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Missing ZAPI errno definitions?</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Missing-ZAPI-errno-definitions/m-p/56768#M505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This constant is indeed present in NaErrno files:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NaErrno.pm: line 1604&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; use constant ESVCDISABLED =&amp;gt; 13200;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NaErrno.py: line 438&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ESVCDISABLED = 13200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NaErrno.rb: line 438&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ESVCDISABLED = 13200&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 17:53:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Missing-ZAPI-errno-definitions/m-p/56768#M505</guid>
      <dc:creator>sens</dc:creator>
      <dc:date>2012-05-07T17:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Missing ZAPI errno definitions?</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Missing-ZAPI-errno-definitions/m-p/56773#M506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;&lt;P&gt;sens wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This constant is indeed present in NaErrno files:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NaErrno.pm: line 1604&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; use constant ESVCDISABLED =&amp;gt; 13200;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Argh, I made the same mistake the SDK docs did. ESVCDISABLED is there for cifs-setup and cifs-setup-*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, cifs-session-list-* and cifs-shares-list-* return values reference the elusive E&lt;EM&gt;SERVICE&lt;/EM&gt;DISABLED (ironically, the one that &lt;EM&gt;is&lt;/EM&gt; present is the case where it's usage seems ambiguous)..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 04:05:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Missing-ZAPI-errno-definitions/m-p/56773#M506</guid>
      <dc:creator>kevingraham</dc:creator>
      <dc:date>2012-05-09T04:05:57Z</dc:date>
    </item>
  </channel>
</rss>

