Hello Team,
I am a newbie to the NetApp SDKs and would sort out your guidance to resolve the NaAuthenticationException that we are facing in our application :
NaElement xo = server.invokeElem((NaElement) cmd); is throwing the NaAuthenticationException and here is what that I can only see in the logs.
| at java.lang.Thread.run(Thread.java:662) |
Caused by: netapp.manage.NaAPIFailedException: API service is disabled during failover (api=perf-object-get-instances-iter-start) (errno=13001)
| at netapp.manage.NaServer.invokeElem(NaServer.java:704) |
|
|
| ... 7 more |
Is "api=perf-object-get-instances-iter-start" the root-cause. As far as my initial understanding is this is used to provide permissions to the NetAppFiler.
Would appreciate your inputs and guidance.
Thanks
RK