<?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 Version 3.1 - hexadecimal value 0x03 error in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Version-3-1-hexadecimal-value-0x03-error/m-p/111942#M19807</link>
    <description>&lt;P&gt;Are you sure you did everything correctly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is an old thread which looks similar :&amp;nbsp;&lt;A href="https://community.netapp.com/t5/OnCommand-Storage-Management-Software-Discussions/2-1-Error-with-Create-Volume-cmd-x001B-hexadecimal-value-0x1B-is-an-invalid/m-p/70110#U70110" target="_self"&gt;2.1 Error with Create Volume cmd: '_x001B_', hexadecimal value 0x1B, is an invalid character&lt;/A&gt;&lt;/P&gt;&lt;P&gt;See if can be of any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if the command was working fine on old WFA, then I can only see that you have done some error with the WFA3.1 key.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Oct 2015 10:40:36 GMT</pubDate>
    <dc:creator>sinhaa</dc:creator>
    <dc:date>2015-10-29T10:40:36Z</dc:date>
    <item>
      <title>WFA Version 3.1 - hexadecimal value 0x03 error</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Version-3-1-hexadecimal-value-0x03-error/m-p/111896#M19797</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to validate the Workflows in version 3.1, which were created in older version of WFA 3.0P2.&lt;/P&gt;&lt;P&gt;But then i try to execute of the custom command i get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;"20:05:38.481 ERROR [Create New User] Command failed for Workflow 'CLI Admin Access to Netapp (cDOT)' with error : '_x0003_', hexadecimal value 0x03, is an invalid character. Line 1, position 110."&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;can anyone please help me what could be a possible issue.&lt;/P&gt;&lt;P&gt;The command code is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;param (&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;[parameter(Mandatory=$true, HelpMessage="Cluster (controller) IP or name")]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;[string]$Cluster,&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;[parameter(Mandatory=$true, HelpMessage="Username")]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;[string]$Username,&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;[parameter(Mandatory=$true, HelpMessage="Role for which user needs to request access for !")]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;[string]$role,&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;[parameter(Mandatory=$true, HelpMessage="Comment with date and time!")]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;[Bool]$spaccess,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;[parameter(Mandatory=$true, HelpMessage="Comment with date and time!")]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;[string]$comment,&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;[parameter(Mandatory=$false, HelpMessage="Any Additional Test")]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;[string]$AdditionalText&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;Connect-WfaCluster $Cluster&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;$passkey = Get-WfaWorkflowparameter -name $Username&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;# $passkey = ConvertTo-SecureString $password -AsPlainText -Force&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;Get-WFALogger -Info -message $("Password Gathered")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;$date = date&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;if ($AdditionalText){&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;$comments = $comment + "(Created on " + $date + " ). Requested for " + $AdditionalText + " Hours."&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;} else {&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;$comments = $comment + "(Created on " + $date + " )" &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;}&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;$getuser = Get-NcUser -name $Username -Application $application -Vserver $Cluster&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;if ($getuser) {&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;Get-WFALogger -Info -message $("Found user")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;if (($getuser).IsLocked -like "True") {&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;Get-WFALogger -Info -message $("User " + $Username + " is Locked")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;Unlock-NcUser -UserName $Username -Vserver $Cluster &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;Set-NcUserPassword -UserName $Username -Password $passkey -VserverContext $Cluster&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;Get-WFALogger -Info -message $("Unlocking user")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;} else {&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;Get-WFALogger -Info -message $("Updating user password")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;Set-NcUserPassword -UserName $Username -Password $passkey -VserverContext $Cluster&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;} else {&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;Get-WFALogger -Info -message $("Creating new User: " + $Username)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;New-NcUser -UserName $Username -vServer $Cluster -Application 'ssh' -Role $role -Password $passkey -Comment $comments&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;Get-WFALogger -Info -message $($comments)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;if ($spaccess -eq $TRUE) {&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;New-NcUser -UserName $Username -vServer $Cluster -Application 'service-processor' -Role $role -Password $passkey -Comment $comments&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;New-NcUser -UserName $Username -vServer $Cluster -Application 'console' -Role $role -Password $passkey -Comment $comments&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;Get-WFALogger -Info -message $("Creating new User with SP access : " + $Username)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;Sheel&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 22:56:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Version-3-1-hexadecimal-value-0x03-error/m-p/111896#M19797</guid>
      <dc:creator>sheelnidhig</dc:creator>
      <dc:date>2025-06-04T22:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Version 3.1 - hexadecimal value 0x03 error</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Version-3-1-hexadecimal-value-0x03-error/m-p/111920#M19800</link>
      <description>&lt;P&gt;You must be restoreing a backup taken from one WFA machine on to another WFA server. Is it correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If yes then you need to import the WFA -key from the original server into the new WFA server. After that this all should be fine. Read about it in WFA installation &amp;amp; setup Guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2015 06:09:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Version-3-1-hexadecimal-value-0x03-error/m-p/111920#M19800</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-10-29T06:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Version 3.1 - hexadecimal value 0x03 error</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Version-3-1-hexadecimal-value-0x03-error/m-p/111934#M19804</link>
      <description>&lt;P&gt;I did that and it appears to be a new error code this time:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"'_x001E_', hexadecimal value 0x1E, is an invalid character. Line 1, position 114."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;,Sheel&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2015 08:05:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Version-3-1-hexadecimal-value-0x03-error/m-p/111934#M19804</guid>
      <dc:creator>sheelnidhig</dc:creator>
      <dc:date>2015-10-29T08:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Version 3.1 - hexadecimal value 0x03 error</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Version-3-1-hexadecimal-value-0x03-error/m-p/111942#M19807</link>
      <description>&lt;P&gt;Are you sure you did everything correctly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is an old thread which looks similar :&amp;nbsp;&lt;A href="https://community.netapp.com/t5/OnCommand-Storage-Management-Software-Discussions/2-1-Error-with-Create-Volume-cmd-x001B-hexadecimal-value-0x1B-is-an-invalid/m-p/70110#U70110" target="_self"&gt;2.1 Error with Create Volume cmd: '_x001B_', hexadecimal value 0x1B, is an invalid character&lt;/A&gt;&lt;/P&gt;&lt;P&gt;See if can be of any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if the command was working fine on old WFA, then I can only see that you have done some error with the WFA3.1 key.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2015 10:40:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Version-3-1-hexadecimal-value-0x03-error/m-p/111942#M19807</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-10-29T10:40:36Z</dc:date>
    </item>
  </channel>
</rss>

