<?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: Standard Command Parameter Mapping for Array in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Standard-Command-Parameter-Mapping-for-Array/m-p/52963#M11008</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I must be missing a key concept ... or should I expect to be cloning and propagating new commands for no reason other than parameter mapping adjustments.&lt;/P&gt;&lt;P&gt;[Abhi] That should not be ideally done. Can you please attach the workflow with which you are facing the problem while previewing.&lt;/P&gt;&lt;P&gt;Meaning the workflow where you are facing the problem " &lt;STRONG&gt;Illegal expression: xxxx.xxx.array.ip - property 'array' can't be resolved. ".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We will analyze it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2014 09:31:57 GMT</pubDate>
    <dc:creator>abhit</dc:creator>
    <dc:date>2014-04-24T09:31:57Z</dc:date>
    <item>
      <title>Standard Command Parameter Mapping for Array</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Standard-Command-Parameter-Mapping-for-Array/m-p/52957#M11007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Over 4-5 months I find myself running into a similar problem over and over. When I preview a workflow I'll get an error like:&amp;nbsp; &lt;STRONG&gt;Illegal expression: xxxx.xxx.array.ip - property 'array' can't be resolved. &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I've had it come up with shares, volumes, and exports and probably others. In each case I end up having to change the &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;Command&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;'s &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;Parameter Mapping&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; attribute for &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;Array&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;. This of course requires cloning a perfectly good WFA Command just to get another version of it so that I can get my workflow to preview and for x.x.array.ip to resolve. I feel I'm cloning commands for what seems an invalid reason.I would much rather figure out how to get my workflow to properly specify and match up the parameter but I've never had time to understand this properly. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my current example (7-mode). I'm trying to create an export using the certified &lt;STRONG&gt;Create Export&lt;/STRONG&gt; command. Here is it's &lt;STRONG&gt;Parameter Mapping&lt;/STRONG&gt; tab. Notice Array Attribute is &lt;STRONG&gt;volume.aggregate.array.ip. &lt;/STRONG&gt;I presume that means the command will determine the array to execute the create export on from the referenced &lt;STRONG&gt;volume&lt;/STRONG&gt; which references an &lt;STRONG&gt;aggregate&lt;/STRONG&gt; which references an &lt;STRONG&gt;array&lt;/STRONG&gt; which has an attributed called &lt;STRONG&gt;ip. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/25486_creExpCmdParMap.png" style="height: 255px; width: 568.0693069306931px;" width="568" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created the volume that I will export in a prior step of the workflow called &lt;STRONG&gt;vol_pri &lt;/STRONG&gt;so in my Create Export workflow command step details I reference that.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/25487_creExpStepAttr.png" style="width: 652.9397590361446px; height: 196px;" width="652" /&gt; &lt;/P&gt;&lt;P&gt;I use a No-Op step earlier in the workflow to make Resource Selections for the Aggregate and Array (or Filer) which are named &lt;STRONG&gt;aggr_pri &lt;/STRONG&gt;and &lt;STRONG&gt;filer_pri &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/25488_NoOpAndSteps.png" style="height: 109px; width: 583.9285714285714px;" width="583" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But when I preview this workflow I get this error on the Create Export step: &lt;STRONG&gt;Illegal Expression: exp_pri.volume.aggregate.array.ip - property 'array' can't be resolved&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/25489_creExpError.png" style="height: 189px; width: 563.2450331125827px;" width="563" /&gt;&lt;/P&gt;&lt;P&gt;I know how to fix this but the way I know how to fix it is to clone the command&amp;nbsp; and edit the parameter mapping for Array from &lt;STRONG&gt;volume.aggregate.array.ip&lt;/STRONG&gt; to a simplier array.ip or array.name and then the workflow step details will THEN ask/include array which I will specify as filer_pri, the array object I resource selected in my No-Op. &lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/25491_creExpNewPrmMap.png" style="height: 238px; width: 660.1809045226131px;" width="660" /&gt;&lt;/P&gt;&lt;P&gt;How can I stop cloning so many commands and learn to satisfy these built-in certified commands and the way they parameter map 'array' with the long nested series of object types ??? I have this issue with:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create Export - which Paramter maps Array to attribute volume.aggregate.array.ip&lt;/LI&gt;&lt;LI&gt;Create Share - which Paramter maps Array to attribute volume.aggregate.array.ip&lt;/LI&gt;&lt;LI&gt;Create Volume - which Paramter maps Array to attribute aggregate.array.ip&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must be missing a key concept ... or should I expect to be cloning and propagating new commands for no reason other than parameter mapping adjustments.&amp;nbsp; &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;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:37:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Standard-Command-Parameter-Mapping-for-Array/m-p/52957#M11007</guid>
      <dc:creator>korns</dc:creator>
      <dc:date>2025-06-05T05:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Command Parameter Mapping for Array</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Standard-Command-Parameter-Mapping-for-Array/m-p/52963#M11008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I must be missing a key concept ... or should I expect to be cloning and propagating new commands for no reason other than parameter mapping adjustments.&lt;/P&gt;&lt;P&gt;[Abhi] That should not be ideally done. Can you please attach the workflow with which you are facing the problem while previewing.&lt;/P&gt;&lt;P&gt;Meaning the workflow where you are facing the problem " &lt;STRONG&gt;Illegal expression: xxxx.xxx.array.ip - property 'array' can't be resolved. ".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We will analyze it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 09:31:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Standard-Command-Parameter-Mapping-for-Array/m-p/52963#M11008</guid>
      <dc:creator>abhit</dc:creator>
      <dc:date>2014-04-24T09:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Command Parameter Mapping for Array</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Standard-Command-Parameter-Mapping-for-Array/m-p/52968#M11009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; font-family: Calibri, sans-serif; font-size: 14px;"&gt;Thanks Abhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Calibri, sans-serif; font-size: 14px;"&gt;I will provide an example the next time I hit it. The problem is I have to resolve my issue quickly so I clone/tweak the command and move on … so I don’t have a ready-example … but I’ll get you one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 17:25:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Standard-Command-Parameter-Mapping-for-Array/m-p/52968#M11009</guid>
      <dc:creator>korns</dc:creator>
      <dc:date>2014-04-24T17:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Command Parameter Mapping for Array</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Standard-Command-Parameter-Mapping-for-Array/m-p/52971#M11010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Korns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 10:14:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Standard-Command-Parameter-Mapping-for-Array/m-p/52971#M11010</guid>
      <dc:creator>abhit</dc:creator>
      <dc:date>2014-04-25T10:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Command Parameter Mapping for Array</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Standard-Command-Parameter-Mapping-for-Array/m-p/52975#M11011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OKay, here is a simple workflow that should run in any environment and demonstrates my problem quickly and easily. Brief description of workflow:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ask the user to choose a filer&lt;/LI&gt;&lt;LI&gt;ask the user to choose a volume within that filer&lt;/LI&gt;&lt;LI&gt;create a qtree (using built-in certified&amp;nbsp; 'Create Qtree' command) .,, the qtree should be placed in the chosen volume on the chosen filer&lt;/LI&gt;&lt;LI&gt;create an export of that qtree&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My WF has three commands:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;No-Op which creates filer and volume objects "by filling in attributes" and the name attribute is a $ userInput variable (which has a QUERY to let user chose)&lt;/LI&gt;&lt;LI&gt;a Create Qtree command step&lt;/LI&gt;&lt;LI&gt;a Create Export command step&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Preview mode the UserInput forms lets the user select filer/volume. Clicking Preview then gives this error from the 'Create Qtree' command parameter step. How to I make this work that way I want without edit the 'Create Qtree' command ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/25596_TEST+WF+error.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 20:45:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Standard-Command-Parameter-Mapping-for-Array/m-p/52975#M11011</guid>
      <dc:creator>korns</dc:creator>
      <dc:date>2014-04-28T20:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Command Parameter Mapping for Array</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Standard-Command-Parameter-Mapping-for-Array/m-p/52981#M11012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the issue is that you are creating &lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;filer and volume objects "by filling in attributes" rather than "by searching for an existing..." and using a filter/finder. Filling in attributes will only populate the fields that you put in, whereas a filter will populate all of the attributes from the cache including references.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;Tim&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 02:04:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Standard-Command-Parameter-Mapping-for-Array/m-p/52981#M11012</guid>
      <dc:creator>ktim</dc:creator>
      <dc:date>2014-04-29T02:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Command Parameter Mapping for Array</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Standard-Command-Parameter-Mapping-for-Array/m-p/52989#M11013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was indeed the my problem. I think I am repeatedly making that mistake because in either case ('by filling in attributes' -or- 'by searching for an existing') I'm asking the user to select from a userInput QUERY drop-down list to actually choose an existing object instance. When I'm doing that, I don't think about finders/filters and resource selection but rather userInput QUERY's. I'm still getting the hang of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 19:29:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Standard-Command-Parameter-Mapping-for-Array/m-p/52989#M11013</guid>
      <dc:creator>korns</dc:creator>
      <dc:date>2014-04-29T19:29:30Z</dc:date>
    </item>
  </channel>
</rss>

