<?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: Getting error while clustering two SPDS table in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109299#M9352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you could use PROC COMPARE to see if you have any differences. It will cover all attributes that are common to Base and SPDS, but perhaps not SPDS specific ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And no, you don't have to use compression with SPDS. If this was the case, I'm pretty sure it would be mandatory or default. Use compression when appropriate, pretty much in the same cases as with Base SAS tables. But of course, in a cluster, all tables need to be either compressed, or uncompressed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Oct 2013 21:54:07 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2013-10-12T21:54:07Z</dc:date>
    <item>
      <title>Getting error while clustering two SPDS table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109293#M9346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting error while clustering two SPDS table. Also checked criteria that are needed two satisfie when you cluster two SPDS table. mentioned in below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/spdsug/64018/HTML/default/viewer.htm#n0jg57dvm7iajyn1olkdnnwnel78.htm"&gt;http://support.sas.com/documentation/cdl/en/spdsug/64018/HTML/default/viewer.htm#n0jg57dvm7iajyn1olkdnnwnel78.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is something i have checked using Proc contents with two clustering table. Any suggestions on this?&lt;/P&gt;&lt;P&gt;the error i am getting is below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;ERROR: Member table not compatible with other cluster members. Compare CONTENTS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;for some reason i can't share the code over here but looking for suggestion from anyone who have worked or faced same kind of issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar Jagtap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 10:16:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109293#M9346</guid>
      <dc:creator>Tushar</dc:creator>
      <dc:date>2013-10-10T10:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while clustering two SPDS table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109294#M9347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this necessary to have table compress when we are using engine as SASSPDS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 13:24:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109294#M9347</guid>
      <dc:creator>Tushar</dc:creator>
      <dc:date>2013-10-10T13:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while clustering two SPDS table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109295#M9348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know, you are already done with your homework but may be this one could help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.When loading a SPD server table always sort the table by the variable used to join that SPD server table to other SPD server tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.When ordering the "Where, aggregations and counts" variables in the sort routine go from lowest to highest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Always use compression on SPD server domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.You can use the LIBNAME options&amp;nbsp; COMPRESS=Yes or the SPD server macro SPDSDCMP=yes to ensure all tables written to an SPD server domain are compressed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.Always replace DATA STEP modify code with PROC APPEND using the SPD Server option UNIQUESAVE=REP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. To use PROC APPEND with UNIQUESAVE=REP the SPD Server table must have a unique index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Uma Shanker Saini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Oct 2013 07:02:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109295#M9348</guid>
      <dc:creator>umashankersaini</dc:creator>
      <dc:date>2013-10-12T07:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while clustering two SPDS table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109296#M9349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are quering SPDS tables, always try to use these LIBNAME options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. IP=yes &lt;/P&gt;&lt;P&gt;If the ANSI Standard SQL submitted to SPD server would run faster in Pass-through sql, the query will be converted to pass through SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. LIBGEN=yes&lt;/P&gt;&lt;P&gt;Required when SAS Marketing Automation uses SPD Server tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. DISCONNECT=yes&lt;/P&gt;&lt;P&gt;Kills the SPD server proxy server when the libname is cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. COMPRESS=yes&lt;/P&gt;&lt;P&gt;Ensure compression is used when writing to SPD Server table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Uma shanker Saini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Oct 2013 07:10:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109296#M9349</guid>
      <dc:creator>umashankersaini</dc:creator>
      <dc:date>2013-10-12T07:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while clustering two SPDS table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109297#M9350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tushar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, it is necessary to use compression when writting to SPD server table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Uma Shanker Saini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Oct 2013 07:11:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109297#M9350</guid>
      <dc:creator>umashankersaini</dc:creator>
      <dc:date>2013-10-12T07:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while clustering two SPDS table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109298#M9351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to check this one as well...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;You can only perform four functions on a dynamic cluster table: creating a cluster, undoing a&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;cluster, adding tables, and listing member tables. To perform any function other than these four,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;you must first undo the cluster with the CLUSTER UNDO command. Then, any changes must be&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;made to all individual tables in the cluster. Once changes are made, you can re-create the cluster&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;using the CLUSTER CREATE command.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;All member SAS SPD Server tables in a cluster must be identical; that is, they must have the&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;same definitions for columns names, column widths, table indexes, formats on the columns,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;partition size, compression ON/OFF, and so forth. You cannot change table names, column&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;names, column formats, indexes, or anything else about any member table, including the cluster&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;name.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;The owner of all member tables must be the same. To create a cluster, the owner of the cluster&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;must be the same user that owns the member table. For example, suppose USER1 creates a&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;table, and USER2 also creates a table. These tables cannot be members of the same cluster,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;regardless of what ACL permissions are granted on the tables&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;Uma Shanker Saini&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Oct 2013 07:12:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109298#M9351</guid>
      <dc:creator>umashankersaini</dc:creator>
      <dc:date>2013-10-12T07:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while clustering two SPDS table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109299#M9352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you could use PROC COMPARE to see if you have any differences. It will cover all attributes that are common to Base and SPDS, but perhaps not SPDS specific ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And no, you don't have to use compression with SPDS. If this was the case, I'm pretty sure it would be mandatory or default. Use compression when appropriate, pretty much in the same cases as with Base SAS tables. But of course, in a cluster, all tables need to be either compressed, or uncompressed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Oct 2013 21:54:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109299#M9352</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-10-12T21:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while clustering two SPDS table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109300#M9353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="1576" data-externalid="" data-presence="null" data-userid="119192" data-username="LinusH" href="https://communities.sas.com/people/LinusH" id="jive-1191921971858050602786"&gt;LinusH&lt;/A&gt;&amp;nbsp; &lt;/STRONG&gt;and &lt;SPAN class="j-post-author "&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="1630" data-externalid="" data-presence="null" data-userid="815084" data-username="umashankersaini" href="https://communities.sas.com/people/umashankersaini" id="jive-8150841971858031955786"&gt;umashankersaini&lt;/A&gt;, &lt;/STRONG&gt;I will try to check above things that you have mentioned. I have used Proc Contents and not Proc Compare. Will try to chek throught proc compare as well. Thanks again both of you!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author "&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author "&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author "&gt;Tushar Jagtap&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 11:25:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109300#M9353</guid>
      <dc:creator>Tushar</dc:creator>
      <dc:date>2013-10-14T11:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while clustering two SPDS table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109301#M9354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got my problem solve, I was using Proc contents without &lt;STRONG&gt;verbose=Yes &lt;/STRONG&gt;option. later i done with proc contents with verbose=yes and found difference between minmaxvarlist in tables. That solved my issue after making changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks both of you again for your helpful information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 12:15:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109301#M9354</guid>
      <dc:creator>Tushar</dc:creator>
      <dc:date>2013-10-14T12:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while clustering two SPDS table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109302#M9355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for updating us. It would be add-on note into my bucket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Uma Shanker Saini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 07:38:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-error-while-clustering-two-SPDS-table/m-p/109302#M9355</guid>
      <dc:creator>umashankersaini</dc:creator>
      <dc:date>2013-10-15T07:38:31Z</dc:date>
    </item>
  </channel>
</rss>

