<?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: Getting 404 exception when accessing OCUM in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Getting-404-exception-when-accessing-OCUM/m-p/167305#M38331</link>
    <description>&lt;P&gt;I was using OCUM as target for cluster mode filer. Changing the mode fixed the issue&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jun 2021 14:46:00 GMT</pubDate>
    <dc:creator>tester</dc:creator>
    <dc:date>2021-06-02T14:46:00Z</dc:date>
    <item>
      <title>Getting 404 exception when accessing OCUM</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Getting-404-exception-when-accessing-OCUM/m-p/163482#M37395</link>
      <description>&lt;P&gt;I am trying a simple program to test the netapp connection using cluster mode API. I tried this against 9.8, 9.6 version of the simulator as well a physical array at customer site and gets the 404 error. This used to work in 8.x version of the array&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Program&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;public class &lt;/SPAN&gt;App &lt;BR /&gt;{&lt;BR /&gt;    &lt;SPAN&gt;public static void &lt;/SPAN&gt;&lt;SPAN&gt;main&lt;/SPAN&gt;( String[] args )&lt;BR /&gt;    {&lt;BR /&gt;        NaElement xi&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;        NaElement xo&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;        NaServer s&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;        try &lt;/SPAN&gt;{&lt;BR /&gt;             s = &lt;SPAN&gt;new &lt;/SPAN&gt;NaServer(&lt;SPAN&gt;"10.92.x.x"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;)&lt;SPAN&gt;; // ip masked&lt;BR /&gt;&lt;/SPAN&gt;            s.setStyle(NaServer.&lt;SPAN&gt;STYLE_LOGIN_PASSWORD&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;            s.setAdminUser(&lt;SPAN&gt;"admin"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"xxxxxx"&lt;/SPAN&gt;)&lt;SPAN&gt;; // password masked&lt;BR /&gt;&lt;/SPAN&gt;            s.setServerType(NaServer.&lt;SPAN&gt;SERVER_TYPE_OCUM&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;            s.setTransportType(NaServer.&lt;SPAN&gt;TRANSPORT_TYPE_HTTPS&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;            xi = &lt;SPAN&gt;new &lt;/SPAN&gt;NaElement(&lt;SPAN&gt;"system-get-version"&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;            xo = s.invokeElem(xi)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;            System.&lt;SPAN&gt;out&lt;/SPAN&gt;.println(xo)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;            s.close()&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;        } &lt;SPAN&gt;catch &lt;/SPAN&gt;(Exception e) {&lt;BR /&gt;            System.&lt;SPAN&gt;err&lt;/SPAN&gt;.println(e.toString())&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;            System.&lt;SPAN&gt;exit&lt;/SPAN&gt;(&lt;SPAN&gt;1&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;        }&lt;BR /&gt;    }&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;Error&amp;nbsp;&lt;/P&gt;&lt;P&gt;netapp.manage.NaProtocolException: Unexpected HTTP response: 404 Not Found&lt;/P&gt;&lt;P&gt;I used netapp managibility sdk 9.8P1, 9.6 but get the same result.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas what may be going on?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:37:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Getting-404-exception-when-accessing-OCUM/m-p/163482#M37395</guid>
      <dc:creator>tester</dc:creator>
      <dc:date>2025-06-04T10:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 404 exception when accessing OCUM</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Getting-404-exception-when-accessing-OCUM/m-p/164031#M37538</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check the below kb might be helpful:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.netapp.com/Advice_and_Troubleshooting/Data_Infrastructure_Management/OnCommand_Suite/What_are_HTTP_status_codes_in_Unified_Manager%3F" target="_blank"&gt;https://kb.netapp.com/Advice_and_Troubleshooting/Data_Infrastructure_Management/OnCommand_Suite/What_are_HTTP_status_codes_in_Unified_Manager%3F&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 09:54:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Getting-404-exception-when-accessing-OCUM/m-p/164031#M37538</guid>
      <dc:creator>hmoubara</dc:creator>
      <dc:date>2021-02-16T09:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 404 exception when accessing OCUM</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Getting-404-exception-when-accessing-OCUM/m-p/167305#M38331</link>
      <description>&lt;P&gt;I was using OCUM as target for cluster mode filer. Changing the mode fixed the issue&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 14:46:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Getting-404-exception-when-accessing-OCUM/m-p/167305#M38331</guid>
      <dc:creator>tester</dc:creator>
      <dc:date>2021-06-02T14:46:00Z</dc:date>
    </item>
  </channel>
</rss>

