<?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: Type &amp;quot;array&amp;quot; is not available in dictionary in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Type-quot-array-quot-is-not-available-in-dictionary/m-p/97901#M17294</link>
    <description>&lt;P&gt;ok, so what would you recommend in this case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- I got a powershell-command using type array in one parameter&lt;/P&gt;&lt;P&gt;- I'd like a dictionary entry for that command's parameters in order to create some templates&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 02 Dec 2014 09:31:59 GMT</pubDate>
    <dc:creator>THORSTEN_KRAUSE</dc:creator>
    <dc:date>2014-12-02T09:31:59Z</dc:date>
    <item>
      <title>Type "array" is not available in dictionary</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Type-quot-array-quot-is-not-available-in-dictionary/m-p/97796#M17271</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;wanted to create a dicitionary entry and saw that type "array" is missing in WFA 3.0.&lt;/P&gt;&lt;P&gt;Is there any particular reason for that or is it just a bug?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greets Thorsten&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:23:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Type-quot-array-quot-is-not-available-in-dictionary/m-p/97796#M17271</guid>
      <dc:creator>THORSTEN_KRAUSE</dc:creator>
      <dc:date>2025-06-05T05:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Type "array" is not available in dictionary</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Type-quot-array-quot-is-not-available-in-dictionary/m-p/97805#M17276</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please clarify the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you referring to data type of a dictionary entry attribute to support Array or is it in some other place ?&lt;/P&gt;&lt;P&gt;If you could provide more details on the dictionary entry design that you are designing, we could understand better.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailaja&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 13:51:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Type-quot-array-quot-is-not-available-in-dictionary/m-p/97805#M17276</guid>
      <dc:creator>shailaja</dc:creator>
      <dc:date>2014-11-28T13:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Type "array" is not available in dictionary</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Type-quot-array-quot-is-not-available-in-dictionary/m-p/97806#M17277</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm referrig to a dictionary entry.&lt;/P&gt;&lt;P&gt;Edit entry --&amp;gt; Add row --&amp;gt; Type field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reason is that I want to create a template on top of it for a specific command I wrote.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does that make it more clear?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, Thorsten&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 14:16:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Type-quot-array-quot-is-not-available-in-dictionary/m-p/97806#M17277</guid>
      <dc:creator>THORSTEN_KRAUSE</dc:creator>
      <dc:date>2014-11-28T14:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Type "array" is not available in dictionary</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Type-quot-array-quot-is-not-available-in-dictionary/m-p/97812#M17278</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Rows in disctionary( DB table) are equivalent to columns in the Table. WFA DB is mysql and mysql doesn't support array data type. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;See some comments here:&amp;nbsp;&lt;A href="http://dev.mysql.com/doc/refman/5.1/en/data-type-overview.html" target="_blank"&gt;http://dev.mysql.com/doc/refman/5.1/en/data-type-overview.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I like the second comment of using a JSON string. I believe XML as string will do just that. I haven't tried either&amp;nbsp;solutions&amp;nbsp;but going to now.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sinhaa&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Nov 2014 07:40:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Type-quot-array-quot-is-not-available-in-dictionary/m-p/97812#M17278</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2014-11-29T07:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Type "array" is not available in dictionary</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Type-quot-array-quot-is-not-available-in-dictionary/m-p/97901#M17294</link>
      <description>&lt;P&gt;ok, so what would you recommend in this case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- I got a powershell-command using type array in one parameter&lt;/P&gt;&lt;P&gt;- I'd like a dictionary entry for that command's parameters in order to create some templates&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2014 09:31:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Type-quot-array-quot-is-not-available-in-dictionary/m-p/97901#M17294</guid>
      <dc:creator>THORSTEN_KRAUSE</dc:creator>
      <dc:date>2014-12-02T09:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Type "array" is not available in dictionary</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Type-quot-array-quot-is-not-available-in-dictionary/m-p/98042#M17322</link>
      <description>&lt;P&gt;For a simple case, you could look at the example in "cm_storage.Create Schedule" command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It has parameters that are of [array] type&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$false, HelpMessage="Hours of the day when the schedule runs. This is a comma separated list of integers between 0 and 23 inclusive. Value of -1 means all hours of the day.")]&lt;BR /&gt;[ValidateRange(-1, 23)]&lt;BR /&gt;[array]$CronHours,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$false, HelpMessage="Minutes within each hour when the schedule runs. This is a comma separated list of integers between 0 and 59 inclusive. Value of -1 means all minutes.")]&lt;BR /&gt;[ValidateRange(-1, 59)]&lt;BR /&gt;[array]$CronMinutes,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Cmdlet used in the command code is of Array type&lt;/P&gt;&lt;PRE&gt;SYNTAX&lt;BR /&gt;    Add-NcJobCronSchedule [-Name] &amp;lt;String&amp;gt; [-Month &amp;lt;Int64[]&amp;gt;] [-Day &amp;lt;Int64[]&amp;gt;] [&lt;BR /&gt;    -DayOfWeek &amp;lt;Int64[]&amp;gt;] [-Hour &amp;lt;Int64[]&amp;gt;] [-Minute &amp;lt;Int64[]&amp;gt;] [-Controller &amp;lt;Nc&lt;BR /&gt;    Controller[]&amp;gt;] [-ZapiRetryCount &amp;lt;Int32&amp;gt;] [&amp;lt;CommonParameters&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dictionary entry properties for these parameters are of String type&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="schedule_de.png" align="center" title="schedule_de.png" border="0" src="https://community.netapp.com/t5/image/serverpage/image-id/1539i45E4458EE5A28C50/image-size/original?v=mpbl-1&amp;amp;px=-1" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, basically an Array type in command parameter can map to String type in dictionary entry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would this work for your command and dictionary entry design ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailaja&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2014 03:57:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Type-quot-array-quot-is-not-available-in-dictionary/m-p/98042#M17322</guid>
      <dc:creator>shailaja</dc:creator>
      <dc:date>2014-12-04T03:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Type "array" is not available in dictionary</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Type-quot-array-quot-is-not-available-in-dictionary/m-p/98551#M17386</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yeah that's what I'm already doing, just thought it's looking not very consistent.&lt;/P&gt;&lt;P&gt;But your answer make it more clear to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2014 08:32:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Type-quot-array-quot-is-not-available-in-dictionary/m-p/98551#M17386</guid>
      <dc:creator>THORSTEN_KRAUSE</dc:creator>
      <dc:date>2014-12-18T08:32:35Z</dc:date>
    </item>
  </channel>
</rss>

