<?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: WFA - Intermittent Error -  Could not get credentials for xx-xxxx in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Intermittent-Error-Could-not-get-credentials-for-xx-xxxx/m-p/113191#M20070</link>
    <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Kindly get in touch with NetApp Global Support and raise a customer case. WFA is already looking to find root cause on this bug.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your inconvinience is regretted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sinhaa&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Dec 2015 05:18:36 GMT</pubDate>
    <dc:creator>sinhaa</dc:creator>
    <dc:date>2015-12-02T05:18:36Z</dc:date>
    <item>
      <title>WFA - Intermittent Error -  Could not get credentials for xx-xxxx</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Intermittent-Error-Could-not-get-credentials-for-xx-xxxx/m-p/113172#M20066</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is anyone aware of &amp;nbsp;solutions outside of ensuring &amp;nbsp;IIS and &amp;nbsp;W3SVC have been disabled for this intermittent error? &amp;nbsp;It still persists for me even with upgrading WFA to the latest version. &amp;nbsp;The particular workflow where we are experiencing the error is leverging the following cmdlets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set-NaVolSize&lt;/P&gt;&lt;P&gt;Get-NaVolSize&lt;/P&gt;&lt;P&gt;Get-NaSnapshotReserve&lt;/P&gt;&lt;P&gt;Get- NaAggrSpace&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Message": "Unable to execute workflow(NAME=sAPI_NAS_Volume_Resize v1.0), WFA(status=FAILED), Error: Could not get credentials for &amp;lt;xxx&amp;gt;. \nCause: The remote server returned an error: (404) Not Found.. The remote server returned an error: (404) Not Found.",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Action": "Please verify request."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;#Defined Parameters&lt;BR /&gt;param(&lt;BR /&gt;[parameter(Mandatory=$true,HelpMessage="Array name or IP address")][string]$Array,&lt;BR /&gt;[parameter(Mandatory=$true, HelpMessage="Volume name")][string]$VolumeName,&lt;BR /&gt;[parameter(Mandatory=$true, HelpMessage="Volume Size")][int]$VolumeSize&lt;BR /&gt;)&lt;BR /&gt;#connnect to controller&lt;BR /&gt;Connect-WfaController -Array $Array&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#Gather Return Params&lt;/P&gt;&lt;P&gt;$AggrName = ((Get-NaVol $VolumeName).Aggregate)&lt;/P&gt;&lt;P&gt;$totalSpace =(Get-NaVolSize $VolumeName).VolumeSize/1GB&lt;BR /&gt;$primarySpaceAllocated =(Get-NaVol $VolumeName).SizeTotal/1GB&lt;BR /&gt;$snapshotReserveAllocated = (Get-NaSnapshotReserve $VolumeName).size/1GB&lt;BR /&gt;$aggrCapacityCommited = (Get-NaAggrSpace $AggrName).SizeVolumeAllocated/1GB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#Define Return Params&lt;/P&gt;&lt;P&gt;Add-WfaWorkflowParameter -Name CompletionStatus -Value $command_comp&lt;BR /&gt;Add-WfaWorkflowParameter -Name VolUuid -Value (Get-NaVol $VolumeName).uuid&lt;BR /&gt;Add-WfaWorkflowParameter -Name VolStatus -Value (Get-NaVol $VolumeName).state&lt;BR /&gt;Add-WfaWorkflowParameter -Name VolAggr -Value (Get-NaVol $VolumeName).Aggregate&lt;BR /&gt;Add-WfaWorkflowParameter -Name VolVfiler -Value (Get-NaVol $VolumeName).OwningVfiler&lt;BR /&gt;Add-WfaWorkflowParameter -Name totalSpaceAllocated -Value $totalSpace&lt;BR /&gt;Add-WfaWorkflowParameter -Name primarySpaceAllocated -Value $primarySpaceAllocated&lt;BR /&gt;Add-WfaWorkflowParameter -Name snapshotReserveAllocated -Value $snapshotReserveAllocated&lt;BR /&gt;Add-WfaWorkflowParameter -Name aggrCapacityCommited -Value $aggrCapacityCommited&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 22:38:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Intermittent-Error-Could-not-get-credentials-for-xx-xxxx/m-p/113172#M20066</guid>
      <dc:creator>d_ellis</dc:creator>
      <dc:date>2025-06-04T22:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: WFA - Intermittent Error -  Could not get credentials for xx-xxxx</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Intermittent-Error-Could-not-get-credentials-for-xx-xxxx/m-p/113191#M20070</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Kindly get in touch with NetApp Global Support and raise a customer case. WFA is already looking to find root cause on this bug.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your inconvinience is regretted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sinhaa&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 05:18:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Intermittent-Error-Could-not-get-credentials-for-xx-xxxx/m-p/113191#M20070</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-12-02T05:18:36Z</dc:date>
    </item>
  </channel>
</rss>

