<?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: RPC Permissions Error in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/RPC-Permissions-Error/m-p/69731#M3432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did it.&amp;nbsp; I ran the Add-NaCredential command and was able to connect to the filer.&amp;nbsp; It was also persistent to me exiting PowerShell and connecting again.&amp;nbsp; Thanks Vinith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2013 14:07:46 GMT</pubDate>
    <dc:creator>thepunisher</dc:creator>
    <dc:date>2013-01-23T14:07:46Z</dc:date>
    <item>
      <title>RPC Permissions Error</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/RPC-Permissions-Error/m-p/69718#M3430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tried connecting to a controller that I have connected to countless times in the past and got an RPC error with access denied.&amp;nbsp; When I issues the connect command again but this time force it to get my credentials (I enter my current credentials) it works.&amp;nbsp; Anyone have any ideas how to correct this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS C:\Scripts&amp;gt; Connect-NaController netapp01&lt;/P&gt;&lt;P&gt;Connect-NaController : RPC Error: Access is denied. Code 0x5.&lt;/P&gt;&lt;P&gt;At line:1 char:1&lt;/P&gt;&lt;P&gt;+ Connect-NaController netapp01&lt;/P&gt;&lt;P&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&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: (netapp01: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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS C:\Scripts&amp;gt; Connect-NaController netapp01-Credential (Get-Credential)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cmdlet Get-Credential at command pipeline position 1&lt;/P&gt;&lt;P&gt;Supply values for the following parameters:&lt;/P&gt;&lt;P&gt;Credential&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Address&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ontapi&amp;nbsp;&amp;nbsp; Version&lt;/P&gt;&lt;P&gt;----&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -------&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ------&amp;nbsp;&amp;nbsp; -------&lt;/P&gt;&lt;P&gt;netapp01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 129.176.255.52&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.13&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data ONTAP Release 8.0.2P6 7-Mode: Fri Jan 27 14:48:08 PST 2012&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:11:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/RPC-Permissions-Error/m-p/69718#M3430</guid>
      <dc:creator>thepunisher</dc:creator>
      <dc:date>2025-06-05T06:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Permissions Error</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/RPC-Permissions-Error/m-p/69723#M3431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thepunisher,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess your credentials might have got removed from the credential cache, can you try running&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get-NaCredential and check that you don't get any blank output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the description of this cmdlet quoted in help on the cmdlet &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;"List entries in the credentials cache.&amp;nbsp; Only entries that are usable by the current user are listed.&amp;nbsp; This may include credentials that were saved with user or system scope."&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess You would need to use Add-NaCredential to save login credentials for a Data Ontap Controller, Here's the description of this cmdlet quoted in help on the cmdlet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;Save login credentials for a Data ONTAP controller.&amp;nbsp; The cached credentials are available to Connect-NaController&lt;/P&gt;&lt;P&gt;and Invoke-NaSsh, making these cmdlets as simple to use with HTTP/HTTPS connections as when using RPC connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The saved credentials are encrypted for safe storage.&amp;nbsp; By default, a set of credentials is saved using the current&lt;/P&gt;&lt;P&gt;user context, so that only the same Windows user can retrieve them.&amp;nbsp; If an application of the Toolkit must utilize&lt;/P&gt;&lt;P&gt;the cached credentials while running under some other context, specify the -SystemScope parameter.&amp;nbsp; This saves the&lt;/P&gt;&lt;P&gt;credentials such that any process or user on the local system can access them, so this option should only be used&lt;/P&gt;&lt;P&gt;on a system with limited user access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any number of Toolkit users may store credentials for a given storage controller in the cache, but a user will&lt;/P&gt;&lt;P&gt;only be able to see and utilize credentials saved using his account identity or the system identity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The credentials cache is designed to be interoperable with that created by the PowerShell cmdlets bundled with&lt;/P&gt;&lt;P&gt;NetApp's ApplianceWatch PRO 2.1 and later.&amp;nbsp; However, the AppWatch cmdlets only support saving credentials with&lt;/P&gt;&lt;P&gt;System scope, so be sure to use the -SystemScope parameter with Data ONTAP PowerShell Toolkit credential cmdlets&lt;/P&gt;&lt;P&gt;if interoperability is important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The controller may be specified by name or address, by an NaController object, or by the value in&lt;/P&gt;&lt;P&gt;$global:CurrentNaController.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's some stuff i tested out, i connected to a controller using cached credentials, i saw that indeed my cached credentials were present when i ran "Get-NaCredential"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later i piped the output of&amp;nbsp; Get-NaCredential to Remove-NaCredential and i again reconnected to the filer and i got an access denied error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again i used "Add-NaCredential" to add my Controller Credentials to the Credential Cache, and when i tried re-connecting it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a screen cap of the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/18448_add-nacredential.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 02:26:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/RPC-Permissions-Error/m-p/69723#M3431</guid>
      <dc:creator>vinith</dc:creator>
      <dc:date>2013-01-23T02:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Permissions Error</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/RPC-Permissions-Error/m-p/69731#M3432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did it.&amp;nbsp; I ran the Add-NaCredential command and was able to connect to the filer.&amp;nbsp; It was also persistent to me exiting PowerShell and connecting again.&amp;nbsp; Thanks Vinith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 14:07:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/RPC-Permissions-Error/m-p/69731#M3432</guid>
      <dc:creator>thepunisher</dc:creator>
      <dc:date>2013-01-23T14:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Permissions Error</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/RPC-Permissions-Error/m-p/98378#M4075</link>
      <description>&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Dec 2014 17:56:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/RPC-Permissions-Error/m-p/98378#M4075</guid>
      <dc:creator>Jorge</dc:creator>
      <dc:date>2014-12-13T17:56:21Z</dc:date>
    </item>
  </channel>
</rss>

