<?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: Connect-NaController odd bug in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37823#M1721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;Thanks for the reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;I used "toaster" as an example in the code chunk I posted.&amp;nbsp; The name I used was the correct name for a filer in my environment, so that's not the nature of my issue.&amp;nbsp; Did you try to reproduce this with a valid filer name? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;I was able to reproduce this on my development machine, and a foreign machine with a fresh install of the ONTAP toolkit (to be sure).&amp;nbsp; The .dll referenced in the error is interesting.&amp;nbsp; The name is completely random, and is different every time the error is thrown.&amp;nbsp; It's evidently some sort of dynamically-generated name, but for what purpose I've no idea. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;This throws the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;Import-Module DataONTAP -Verbose&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;Connect-NaController "your filer name here"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;This does not:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;Import-Module DataONTAP&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;Connect-NaController "your filer name here"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;It's really strange.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;I have the DataONTAP toolkit copied to C:\Windows\System32\WindowsPowershell\v1.0\Modules\DataONTAP folder.&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;I'm running 1.2 version of the toolkit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jan 2011 16:17:41 GMT</pubDate>
    <dc:creator>bsti</dc:creator>
    <dc:date>2011-01-05T16:17:41Z</dc:date>
    <item>
      <title>Connect-NaController odd bug</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37813#M1719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;Hello all, I believe I've stumbled upon a bug in the Connect-NaController cmdlet in the toolkit.&amp;nbsp; To reproduce the issue, run the following code chunk:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;Import-Module DataONTAP -Verbose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;Connect-NaController "toaster"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;You should get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;Connect-NaController : Could not find file 'C:\Users\username\AppData\Local\Temp\m2tkuh8b.dll'.&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;At line:1 char:21&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;+ Connect-NaController &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; ah-3040-1&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : NotSpecified: (:) [Connect-NaController], FileNotFoundException&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : System.IO.FileNotFoundException,DataONTAP.PowerShell.SDK.ConnectNaController&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;Unfortunately, my script was several hundred lines of code, in which I was setting the $VerbosePreference variable to "Continue" (effectively the same as calling -Verbose on all cmdlets) and also had issues making the connection between the vague error message above and its cause so it took quite a bit of effort to find the root cause. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;Hopefully, this can be addressed in an update.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:02:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37813#M1719</guid>
      <dc:creator>bsti</dc:creator>
      <dc:date>2025-06-05T07:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Connect-NaController odd bug</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37818#M1720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot reproduce this.&amp;nbsp; Using your example, if "toaster" doesn't exist, here is the expected result:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; "&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; "&gt;PS C:\Software\Toolkit\1.2.0&amp;gt; &lt;SPAN style="color: #0000ff;"&gt;Connect-NaController "toaster"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 8pt; font-family: courier new,courier; "&gt;&lt;BR /&gt;Connect-NaController : No such host is known&lt;BR /&gt;At line:1 char:21&lt;BR /&gt;+ Connect-NaController &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; "toaster"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : NotSpecified: (:) [Connect-NaController], SocketException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : System.Net.Sockets.SocketException,DataONTAP.PowerShell.SDK.ConnectNaController&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- or possibly --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; "&gt;PS C:\Software\Toolkit\1.2.0&amp;gt; &lt;SPAN style="color: #0000ff;"&gt;Connect-NaController "toaster"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 8pt; font-family: courier new,courier; "&gt;Connect-NaController : The requested name is valid, but no data of the requested type was found&lt;BR /&gt;At line:1 char:21&lt;BR /&gt;+ Connect-NaController &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; "toaster2"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : NotSpecified: (:) [Connect-NaController], SocketException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : System.Net.Sockets.SocketException,DataONTAP.PowerShell.SDK.ConnectNaController&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If "toaster" isn't a Data ONTAP controller, you might see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; "&gt;PS C:\Software\Toolkit\1.2.0&amp;gt; &lt;SPAN style="color: #0000ff;"&gt;Connect-NaController "toaster"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 8pt; font-family: courier new,courier; "&gt;&lt;BR /&gt;Connect-NaController : RPC Error - The RPC server is unavailable.&lt;BR /&gt;At line:1 char:21&lt;BR /&gt;+ Connect-NaController &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; "toaster"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidResult: (NetApp.Ontapi.Filer.NaController:NaController) [Connect-NaController], EAPITRANSMISSION&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : RpcConnectionFailed,DataONTAP.PowerShell.SDK.ConnectNaController&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The DLL in your error message is unrelated to the Toolkit, so I suspect an issue with your local environment.&amp;nbsp; There was a similar &lt;A _jive_internal="true" href="https://community.netapp.com/thread/12315?tstart=0" target="_blank"&gt;report&lt;/A&gt; recently that turned out to be something other than a Toolkit issue.&amp;nbsp; A failure in Connect-NaController doesn't always throw a terminating error, so it's a good idea to either check for a null result or specify "-ErrorAction Stop" if that's what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 16:05:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37818#M1720</guid>
      <dc:creator>cknight</dc:creator>
      <dc:date>2011-01-05T16:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Connect-NaController odd bug</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37823#M1721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;Thanks for the reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;I used "toaster" as an example in the code chunk I posted.&amp;nbsp; The name I used was the correct name for a filer in my environment, so that's not the nature of my issue.&amp;nbsp; Did you try to reproduce this with a valid filer name? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;I was able to reproduce this on my development machine, and a foreign machine with a fresh install of the ONTAP toolkit (to be sure).&amp;nbsp; The .dll referenced in the error is interesting.&amp;nbsp; The name is completely random, and is different every time the error is thrown.&amp;nbsp; It's evidently some sort of dynamically-generated name, but for what purpose I've no idea. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;This throws the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;Import-Module DataONTAP -Verbose&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;Connect-NaController "your filer name here"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;This does not:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;Import-Module DataONTAP&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;Connect-NaController "your filer name here"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;It's really strange.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;I have the DataONTAP toolkit copied to C:\Windows\System32\WindowsPowershell\v1.0\Modules\DataONTAP folder.&lt;/P&gt;&lt;P style="MARGIN: 0in; FONT-FAMILY: arial; COLOR: #333333; FONT-SIZE: 10pt"&gt;I'm running 1.2 version of the toolkit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 16:17:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37823#M1721</guid>
      <dc:creator>bsti</dc:creator>
      <dc:date>2011-01-05T16:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Connect-NaController odd bug</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37828#M1722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks for that clarification.&amp;nbsp; With that, I can reproduce the issue.&amp;nbsp; It seems to be a strange interaction between PowerShell and the .NET XmlSerializer class.&amp;nbsp; The latter is what generates the randomly-named DLL files at runtime in the temp directory.&amp;nbsp; The workaround for the time being is to not load the module using -Verbose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 18:48:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37828#M1722</guid>
      <dc:creator>cknight</dc:creator>
      <dc:date>2011-01-05T18:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Connect-NaController odd bug</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37833#M1723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good.&amp;nbsp; I'm glad you were able to find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 20:36:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37833#M1723</guid>
      <dc:creator>bsti</dc:creator>
      <dc:date>2011-01-05T20:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Connect-NaController odd bug</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37837#M1724</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"&gt;&lt;P&gt;I'm glad you were able to find it.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To clarify, I can &lt;EM&gt;reproduce &lt;/EM&gt;the issue, but I don't understand the root cause of the issue or have a fix.&amp;nbsp; This is the failing line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; "&gt;XmlSerializer serializer = new XmlSerializer(req.GetType());&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is no good reason this .NET class should throw an exception in its constructor just because a PowerShell module was loaded with a -Verbose switch!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 20:43:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37837#M1724</guid>
      <dc:creator>cknight</dc:creator>
      <dc:date>2011-01-05T20:43:07Z</dc:date>
    </item>
    <item>
      <title>Connect-NaController odd bug</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37842#M1725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any resolution for this issue? Am also facing the same error. However everytime the .dll file name is diferent in the error message. Also am using ONATP Simulator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Amir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 10:25:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37842#M1725</guid>
      <dc:creator>amirm</dc:creator>
      <dc:date>2011-10-31T10:25:45Z</dc:date>
    </item>
    <item>
      <title>Connect-NaController odd bug</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37847#M1726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Also without "-verbose" option am getting following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS C:\Windows\system32&amp;gt; Import-Module DataONTAP&lt;/P&gt;&lt;P&gt;PS C:\Windows\system32&amp;gt; Connect-NaController ntap1&lt;/P&gt;&lt;P&gt;Connect-NaController : RPC Error - The RPC server is unavailable.&lt;/P&gt;&lt;P&gt;At line:1 char:21&lt;/P&gt;&lt;P&gt;+ Connect-NaController &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; ntap1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidResult: (ntap1:NaController) [Connect-NaController], EAPITRANSMISSION&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : RpcConnectionFailed,DataONTAP.PowerShell.SDK.ConnectNaController&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am runing PS on Win7E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Amir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 10:28:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37847#M1726</guid>
      <dc:creator>amirm</dc:creator>
      <dc:date>2011-10-31T10:28:27Z</dc:date>
    </item>
    <item>
      <title>Connect-NaController odd bug</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37852#M1727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally resolved th issue using your post on other thread(cifs setup):&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.netapp.com/thread/11573" target="_blank"&gt;http://communities.netapp.com/thread/11573&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also some httpd options were needed to be turned on: httpd.admin.*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW is this issue been root caused/resolved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Amir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 11:03:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37852#M1727</guid>
      <dc:creator>amirm</dc:creator>
      <dc:date>2011-10-31T11:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Connect-NaController odd bug</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37857#M1729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The subsequent errors seen after loading the DataONTAP module with the -Verbose switch are a known issue in PowerShell; it is reportedly fixed in PowerShell 3.0 CTP1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 12:51:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37857#M1729</guid>
      <dc:creator>cknight</dc:creator>
      <dc:date>2011-10-31T12:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Connect-NaController odd bug</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37860#M1730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm hitting the same sort of problem using 1.6 and 1.7 versions of the toolkit with Powershell 2. &lt;BR /&gt;Calling a cmdlet such as Get-NASnapmirror, after connecting to the filers with Connect-NAController, gives me a temporary dll generation error such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Could not find file 'C:\Users\&amp;lt;userDir&amp;gt;\AppData\Local\Temp\2\tlxjisaf.dll&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the error has been thrown, subsequent cmdlets all fail in the same way for the Powershell session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After a reboot of the host I'm running the Powershell script on, I can usually get the script to behave for a while, but after a few runs the problem reappears. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can work around the problem by using Powershell 3 CTP2 in place of Powershell 2, which so far has been reliable, but PS3 CTP2 won't be deployed to our production or staging environments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would generating serialization helper assemblies with sgen.exe possibly fix this issue when running with PS2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Toolkit is excellent, btw - many thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Owen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 11:41:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37860#M1730</guid>
      <dc:creator>owenupton</dc:creator>
      <dc:date>2012-03-19T11:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Connect-NaController odd bug</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37865#M1731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you aren't seeing this consistently and only a reboot helps, I suspect you might be running out of space where your %TEMP% directory is.&amp;nbsp; Can you confirm that there is plenty of room there (usually C:\)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 12:45:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37865#M1731</guid>
      <dc:creator>timothyn</dc:creator>
      <dc:date>2012-03-19T12:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Connect-NaController odd bug</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37871#M1732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric.&amp;nbsp; Thanks for the prompt reply. C:\ has 13.2GB free on the Powershell 2 / Windows 2008 R2 host that I'm testing with. &lt;/P&gt;&lt;P&gt;Regards, Owen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 15:41:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Connect-NaController-odd-bug/m-p/37871#M1732</guid>
      <dc:creator>owenupton</dc:creator>
      <dc:date>2012-03-19T15:41:40Z</dc:date>
    </item>
  </channel>
</rss>

