Hello,
We are currently running 7.3.1 and I am trying to use the NetApp Java library from the SDK to connect to my Filer. The call to the filer works:
NaServer server = new NaServer(172.16.0.102, 1, 0)
But when I issue my first request, I get an IOException saying connection was reset:
NaElement xi = new NaElement("system-get-info")
NaElement xo = server.invokeElem(xi)
And when I look in the syslog I see this message:
Wed Feb 18 13:01:20 EDT [HTTPPool03:warning]: HTTP Authentication from 172.16.0.50 using NTLM failed
As a side note, our other filer running 7.2.5.1 does not have this problem.
Thank you in advance,
Michael