<?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 netapp.manage.NaAPIFailedException: Version 1.14 was requested, but only 1.13 is supported. (err in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/netapp-manage-NaAPIFailedException-Version-1-14-was-requested-but-only-1-13-is/m-p/120968#M21696</link>
    <description>&lt;P&gt;Hello ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to invoke the&amp;nbsp;"system-get-info" command and I get the error&amp;nbsp;&lt;/P&gt;&lt;P&gt;Caused by: netapp.manage.NaAPIFailedException: Version 1.14 was requested, but only 1.13 is supported. (errno=13010)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The nSeries involved is a type 6060 running Data ONTAP Release 8.0.1P3 7-Mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 20:06:03 GMT</pubDate>
    <dc:creator>dragosh</dc:creator>
    <dc:date>2025-06-04T20:06:03Z</dc:date>
    <item>
      <title>netapp.manage.NaAPIFailedException: Version 1.14 was requested, but only 1.13 is supported. (err</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/netapp-manage-NaAPIFailedException-Version-1-14-was-requested-but-only-1-13-is/m-p/120968#M21696</link>
      <description>&lt;P&gt;Hello ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to invoke the&amp;nbsp;"system-get-info" command and I get the error&amp;nbsp;&lt;/P&gt;&lt;P&gt;Caused by: netapp.manage.NaAPIFailedException: Version 1.14 was requested, but only 1.13 is supported. (errno=13010)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The nSeries involved is a type 6060 running Data ONTAP Release 8.0.1P3 7-Mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 20:06:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/netapp-manage-NaAPIFailedException-Version-1-14-was-requested-but-only-1-13-is/m-p/120968#M21696</guid>
      <dc:creator>dragosh</dc:creator>
      <dc:date>2025-06-04T20:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: netapp.manage.NaAPIFailedException: Version 1.14 was requested, but only 1.13 is supported. (err</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/netapp-manage-NaAPIFailedException-Version-1-14-was-requested-but-only-1-13-is/m-p/120971#M21698</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/51588"&gt;@dragosh﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because you are running an older version of Data ONTAP it also only supports an older version of the API. &amp;nbsp;You can specify the version of API to use when you crate the NaServer object&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the SDK java docs:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;NaServer
public NaServer(java.lang.String&amp;nbsp;serverName,
              &lt;FONT color="#FF0000"&gt;  int&amp;nbsp;majorVersion,
                int&amp;nbsp;minorVersion)&lt;/FONT&gt;
         throws java.net.UnknownHostException
Create a server API object with server type SERVER_TYPE_FILER
&amp;nbsp;
Parameters: &lt;BR /&gt;serverName - The name of the API server. &lt;BR /&gt;&lt;FONT color="#FF0000"&gt;majorVersion - The major API version number required, for example "1" if version 1.0 is required. &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;minorVersion - The minor API version number required, for example "0" if version 1.0 is required.&lt;/FONT&gt;&lt;BR /&gt;
For DataFabric Manager APIs, pass 1.0 as the major and minor version numbers.
Throws: java.net.UnknownHostException - if the hostname is not known.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So simply update the major, minor to be 1, 13 and you should be able to connect to this older system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Chris Madden&lt;/P&gt;&lt;P&gt;Storage Architect, NetApp EMEA (and author of Harvest)&lt;/P&gt;&lt;P&gt;Blog:&amp;nbsp;&lt;A href="http://blog.pkiwi.com/" target="_blank"&gt;It all begins with data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If this post resolved your issue, please help others by selecting&amp;nbsp;&lt;STRONG&gt;ACCEPT AS SOLUTION&lt;/STRONG&gt;&amp;nbsp;or adding a&amp;nbsp;&lt;STRONG&gt;KUDO &lt;/STRONG&gt;or both!&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 13:05:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/netapp-manage-NaAPIFailedException-Version-1-14-was-requested-but-only-1-13-is/m-p/120971#M21698</guid>
      <dc:creator>madden</dc:creator>
      <dc:date>2016-07-05T13:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: netapp.manage.NaAPIFailedException: Version 1.14 was requested, but only 1.13 is supported. (err</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/netapp-manage-NaAPIFailedException-Version-1-14-was-requested-but-only-1-13-is/m-p/120979#M21702</link>
      <description>&lt;P&gt;Thanks , I will try that .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 14:50:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/netapp-manage-NaAPIFailedException-Version-1-14-was-requested-but-only-1-13-is/m-p/120979#M21702</guid>
      <dc:creator>dragosh</dc:creator>
      <dc:date>2016-07-05T14:50:41Z</dc:date>
    </item>
  </channel>
</rss>

