<?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 IXUTIL Command - Join Index Name Length in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/IXUTIL-Command-Join-Index-Name-Length/m-p/257688#M4535</link>
    <description>&lt;P&gt;I'm trying to create a join index between two tables using this command, but I get this message:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;ixutil -crejidx [table1],[column1]&amp;nbsp;[table2],[column2] -libpath [library location] -joinparts 4&lt;/P&gt;
&lt;P&gt;ERROR: Join index name exceeds max lengh of 80&lt;/P&gt;
&lt;P&gt;Error Performing Index Utility. Processing aborted&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The would-be index name is [table2].jdx[column2].[table1].jdx[column1].0.0.0.spds9, which is 89 characters long.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is, is it possible to specify a join index name or do I need to rename the columns/tables? I want to avoid this as it may present other difficulties/annoyances in the ETL process.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We're on SPDS 4.5.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Mar 2016 19:49:06 GMT</pubDate>
    <dc:creator>NScheperle</dc:creator>
    <dc:date>2016-03-18T19:49:06Z</dc:date>
    <item>
      <title>IXUTIL Command - Join Index Name Length</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/IXUTIL-Command-Join-Index-Name-Length/m-p/257688#M4535</link>
      <description>&lt;P&gt;I'm trying to create a join index between two tables using this command, but I get this message:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;ixutil -crejidx [table1],[column1]&amp;nbsp;[table2],[column2] -libpath [library location] -joinparts 4&lt;/P&gt;
&lt;P&gt;ERROR: Join index name exceeds max lengh of 80&lt;/P&gt;
&lt;P&gt;Error Performing Index Utility. Processing aborted&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The would-be index name is [table2].jdx[column2].[table1].jdx[column1].0.0.0.spds9, which is 89 characters long.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is, is it possible to specify a join index name or do I need to rename the columns/tables? I want to avoid this as it may present other difficulties/annoyances in the ETL process.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We're on SPDS 4.5.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2016 19:49:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/IXUTIL-Command-Join-Index-Name-Length/m-p/257688#M4535</guid>
      <dc:creator>NScheperle</dc:creator>
      <dc:date>2016-03-18T19:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: IXUTIL Command - Join Index Name Length</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/IXUTIL-Command-Join-Index-Name-Length/m-p/257738#M4536</link>
      <description>Please provide the actual ixutil code.</description>
      <pubDate>Sat, 19 Mar 2016 05:40:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/IXUTIL-Command-Join-Index-Name-Length/m-p/257738#M4536</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-03-19T05:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: IXUTIL Command - Join Index Name Length</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/IXUTIL-Command-Join-Index-Name-Length/m-p/257992#M4546</link>
      <description>&lt;P&gt;What do you mean by the actual ixutil code? Do you mean the code underlying the unix command? I don't know how to find that. I provided the command I was using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ixutil -crejidx [table1],[column1]&amp;nbsp;[table2],[column2] -libpath [library location] -joinparts 4&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I don't want to provide my specific table and column names.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 16:00:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/IXUTIL-Command-Join-Index-Name-Length/m-p/257992#M4546</guid>
      <dc:creator>NScheperle</dc:creator>
      <dc:date>2016-03-21T16:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: IXUTIL Command - Join Index Name Length</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/IXUTIL-Command-Join-Index-Name-Length/m-p/258026#M4548</link>
      <description>If you can't share the actual log it's impossible to rule out typos. &lt;BR /&gt;If you think that your table names are that secret try to  recreate with some made up table/column names.</description>
      <pubDate>Mon, 21 Mar 2016 17:13:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/IXUTIL-Command-Join-Index-Name-Length/m-p/258026#M4548</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-03-21T17:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: IXUTIL Command - Join Index Name Length</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/IXUTIL-Command-Join-Index-Name-Length/m-p/258031#M4550</link>
      <description>&lt;P&gt;Okay,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ixutil -crejidx longer_table_name1,column_name_thats_too_long shrtr_tbl_nm,column_name -libpath /libraryfolder -joinparts 4&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 17:31:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/IXUTIL-Command-Join-Index-Name-Length/m-p/258031#M4550</guid>
      <dc:creator>NScheperle</dc:creator>
      <dc:date>2016-03-21T17:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: IXUTIL Command - Join Index Name Length</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/IXUTIL-Command-Join-Index-Name-Length/m-p/258142#M4555</link>
      <description>It doesn't help much if we can't see the full log.&lt;BR /&gt;Given that there are no typos, the message indicates a limitation, which I haven't found in the documentation. In that situation I would suggest that you open a track to SAS tech support to have them explain this.</description>
      <pubDate>Tue, 22 Mar 2016 06:52:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/IXUTIL-Command-Join-Index-Name-Length/m-p/258142#M4555</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-03-22T06:52:17Z</dc:date>
    </item>
  </channel>
</rss>

