<?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>AndiWindisch Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>AndiWindisch Tracker</description>
    <pubDate>Fri, 08 May 2026 06:37:24 GMT</pubDate>
    <dc:date>2026-05-08T06:37:24Z</dc:date>
    <item>
      <title>Managing "Mobile Device Whitelist" by Script?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Managing-quot-Mobile-Device-Whitelist-quot-by-Script/m-p/211259#M2172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey together,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are considering enabling Access to the Mobile BI App for our SAS Visual Analytics User.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have several Information (e.g MAC address) about the iPad's our Companies uses for the Business users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is there a possibility to maintain (Import and / or Export) the device Information into the whitelist of the 'Mobile Devices' Section of SAS Visual Analytics?&lt;/LI&gt;&lt;LI&gt;Maybe we can make something like a normal ETL Job (we are using also SAS Data Integration &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;) for do this?&lt;/LI&gt;&lt;LI&gt;What are the possible Device ID's we can use (MAC or something else)?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We would prefer to make use of the 'Whitelist' and wish to automate the Maintenance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far i have read at '&lt;A href="http://support.sas.com/documentation/cdl/en/bimtag/66823/HTML/default/viewer.htm#n167nhb065b7ivn17k45jnxgafjf.htm#n0v4mlz4bllprsn1meky76deicdf" title="http://support.sas.com/documentation/cdl/en/bimtag/66823/HTML/default/viewer.htm#n167nhb065b7ivn17k45jnxgafjf.htm#n0v4mlz4bllprsn1meky76deicdf"&gt;SAS(R) 9.4 Intelligence Platform: Middle-Tier Administration Guide, Second Edition&lt;/A&gt;' there is no possibility describe, as to do this manually.&lt;BR /&gt;We have about 60 to 120 iPad in use, so this would be very time consuming way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:13:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Managing-quot-Mobile-Device-Whitelist-quot-by-Script/m-p/211259#M2172</guid>
      <dc:creator>AndiWindisch</dc:creator>
      <dc:date>2015-05-07T15:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Strasse und Hausnummer trennen (split string in two variables)</title>
      <link>https://communities.sas.com/t5/CoDe-SAS-German/Strasse-und-Hausnummer-trennen-split-string-in-two-variables/m-p/196310#M81</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Silke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ich würde vorschlagen, dass mal mit den &lt;EM&gt;Perl Regular Expression (RegEx)&lt;/EM&gt; zu versuchen.&lt;BR /&gt;Die Problemstellung gibt ja keinen festen Trennpunkt her, also muss man sich diesen ermitteln.&lt;/P&gt;&lt;P&gt;Der reguläre Ausdruck (&lt;SPAN style="font-family: courier new,courier;"&gt;\d&lt;/SPAN&gt;) sucht nach einem numerischen Wert, die Funktion PRXMATCH gibt die erste Position zurück.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;data example;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; input street_number $30.;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;datalines;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;Limburger Str. 15a&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;Genter Str. 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;Schanzenstrasse 12 b&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;Hollunder Weg 92&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;data _text(Drop=_sta _len);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set example;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _sta = prxmatch("/\d/",street_number);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _len = length(street_number) - _sta;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; street = substr(street_number, 1, _sta - 1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; street_no = substr(street_number, _sta, _len+1 );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ergebnis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="10034" alt="2015-04-15 12_43_39-Screenshot.jpg" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/10034_2015-04-15 12_43_39-Screenshot.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Viele Grüße&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Informationen findet man auch in dem &lt;A href="http://support.sas.com/rnd/base/datastep/perl_regexp/regexp-tip-sheet.pdf" target="_blank"&gt;Perl Regular Expressions Tip Sheet&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 10:46:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/CoDe-SAS-German/Strasse-und-Hausnummer-trennen-split-string-in-two-variables/m-p/196310#M81</guid>
      <dc:creator>AndiWindisch</dc:creator>
      <dc:date>2015-04-15T10:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Question on moving from SAS VA 6.4 to 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Question-on-moving-from-SAS-VA-6-4-to-7-1/m-p/194235#M1501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we did this in November 2014 on our distributed installation on Linux. &lt;BR /&gt;It was not a big issue, we did it as a upgrade. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As from upgrades in the past i think the most important thing is to ensure, that the LASR and Hadoop Installation is going correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you will create a SMU (SAS Migration Utility) for the metadate befor, additional to the &lt;EM&gt;normal&lt;/EM&gt; metatdata backup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 09:42:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Question-on-moving-from-SAS-VA-6-4-to-7-1/m-p/194235#M1501</guid>
      <dc:creator>AndiWindisch</dc:creator>
      <dc:date>2015-03-05T09:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use SAS Theme Designer for Visual Analytics? SAS wants to know.</title>
      <link>https://communities.sas.com/t5/SAS-Communities-Library/How-do-you-use-SAS-Theme-Designer-for-Visual-Analytics-SAS-wants/tac-p/223620#M595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sheila,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;i have tried to answer correctly and attach two screenshots of our custom design.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1.) On your team, who is responsible for working with SAS Theme Designer?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;We are a very small Team, so that the admin is also the 'Designer', i used it by myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2.) How have you used SAS Theme Designer to customize the look and feel of the application?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I have used the 'SAS Light' theme as basis for developing a 'Badenia Light' theme, which is based on our Intranet-Design.&lt;/P&gt;&lt;P&gt;Especially we have changed the background colours and integrated our Logo.&lt;BR /&gt;So i did only very 'simple' customizations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3.) Can you list out the elements of the UI that you’ve updated with your company’s brand content, e.g., company logo, etc.?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;- change background Colours&lt;/P&gt;&lt;P&gt;- integrate Logo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4.) What aspects of SAS Theme Designer have been easy to use? Difficult to use?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I think the Theme Designer is easy to use with the WYSIWG - Window in the left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;5.) What capabilities would you like to see in SAS Theme Designer that don’t exist today?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Sharing/Editing Colouring schemas based on CI rules for the different Objects on Diagrams or buttons. And Publishing them for the end users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Andreas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS Light as shipped:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-02-23 15_29_55-SAS Light.jpg" class="jive-image" height="609" src="https://communities.sas.com/legacyfs/online/9256_2015-02-23 15_29_55-SAS Light.jpg" width="800" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Badenia Light&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-02-23 15_30_43-Badenia Light.jpg" class="jive-image" height="607" src="https://communities.sas.com/legacyfs/online/9257_2015-02-23 15_30_43-Badenia Light.jpg" width="800" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 14:40:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Communities-Library/How-do-you-use-SAS-Theme-Designer-for-Visual-Analytics-SAS-wants/tac-p/223620#M595</guid>
      <dc:creator>AndiWindisch</dc:creator>
      <dc:date>2015-02-23T14:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: I would like to know how to make fiscal year</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/I-would-like-to-know-how-to-make-fiscal-year/m-p/145606#M295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ted,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your direct response. Adding something similar like the good INTNX - Function (as in Base SAS) would be a very great addition!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a lot of discussions with our colleagues of the financial department about different date calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Andreas Windisch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 08:16:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/I-would-like-to-know-how-to-make-fiscal-year/m-p/145606#M295</guid>
      <dc:creator>AndiWindisch</dc:creator>
      <dc:date>2015-02-03T08:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Usage Statistics of VA Reports</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Usage-Statistics-of-VA-Reports/m-p/149611#M490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michelle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for your post, the paper is really very interesting, because it is "hands-on" with much suggestions for the implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think we will try this way to get mor information about the usage!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 07:21:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Usage-Statistics-of-VA-Reports/m-p/149611#M490</guid>
      <dc:creator>AndiWindisch</dc:creator>
      <dc:date>2014-06-23T07:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Usage Statistics of VA Reports</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Usage-Statistics-of-VA-Reports/m-p/149610#M489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning Allan_dk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that sounds quiet interesting, with the logging threshold. I guess it must be the Threshold of the Metadata Server, or is it another one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 07:19:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Usage-Statistics-of-VA-Reports/m-p/149610#M489</guid>
      <dc:creator>AndiWindisch</dc:creator>
      <dc:date>2014-06-23T07:19:15Z</dc:date>
    </item>
    <item>
      <title>Usage Statistics of VA Reports</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Usage-Statistics-of-VA-Reports/m-p/149606#M485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Hey Folks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;since last November we are working with Visual Analytics, since 7th May we have the newest Release 6.4.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;We have created a bunch of reports, as it should be, everything is fine. In the last weeks we have developed a few jobs in Data Integration Studio to load the data marts automatically to VA.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Now my boss is asking if there a way to find something about the usage of the reports?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;We have very similar questions around our WIKI, there is a Plugin for this purpose.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I've taken some deeper looks to the log files (standard configuration, nothing changed since installation), but there is nothing to find what helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Is there a easy way to get Usage statistics, to figure out how our internal customers (Accounting, Marketing department) use Visual Analytics?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks a lot for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Andreas&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 09:30:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Usage-Statistics-of-VA-Reports/m-p/149606#M485</guid>
      <dc:creator>AndiWindisch</dc:creator>
      <dc:date>2014-06-20T09:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem migrating to VA 6.4</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Problem-migrating-to-VA-6-4/m-p/170313#M1015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Bram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have some similar problems with our Update 6.2 to 6.3 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As is can see there is a major change between TKGRid and Hadoop. In the 6.2 Installation thers is a TKGrid_2.1 and with 6.3 came up with TKGrid_2.4 and a new directory TKTGDat_2.4 (for text analysis). There are also changes on the hadoop installation between 6.2 and 6.3.&lt;/P&gt;&lt;P&gt;From my point of view you will have to ensure, that your installation is running quite all correct "versions", in all other cases you will have errors. I have just a short look at 6.4 but i think it comes with TKGrid_2.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Andreas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Nachricht wurde geändert durch: Andreas Windisch&#xD;
&#xD;
Have a look at &amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/documentation/solutions/hpainfrastructure/25/hpaicg25.pdf"&gt;http://support.sas.com/documentation/solutions/hpainfrastructure/25/hpaicg25.pdf&lt;/A&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 09:17:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Problem-migrating-to-VA-6-4/m-p/170313#M1015</guid>
      <dc:creator>AndiWindisch</dc:creator>
      <dc:date>2014-04-07T09:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Environment Manager on SAS Visual Analytics 6.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Environment-Manager-on-SAS-Visual-Analytics-6-3/m-p/192252#M1434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Bram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for your post. That's what I have expected, we must install the Environment Manager Agent on the other Blades.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Through your post I know what to do. Will have to talk with my installation expert because of the plan file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 19:52:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Environment-Manager-on-SAS-Visual-Analytics-6-3/m-p/192252#M1434</guid>
      <dc:creator>AndiWindisch</dc:creator>
      <dc:date>2014-03-11T19:52:46Z</dc:date>
    </item>
    <item>
      <title>SAS Environment Manager on SAS Visual Analytics 6.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Environment-Manager-on-SAS-Visual-Analytics-6-3/m-p/192249#M1431</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;we are running SAS Visual Analytics 6.3 on a distributed Linux Environment (SuSe Linux Enterprise 11) with four nodes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to see the work load, load average and so on of the worker nodes, but for now i will only see the head nodes data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a normal behaivor?&lt;/P&gt;&lt;P&gt;How could i install the necessary Environment Manager Agent on the worker nodes?&lt;/P&gt;&lt;P&gt;Is there a standalone installer available or something like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 12:23:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Environment-Manager-on-SAS-Visual-Analytics-6-3/m-p/192249#M1431</guid>
      <dc:creator>AndiWindisch</dc:creator>
      <dc:date>2014-03-04T12:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using Period to Date Calculations</title>
      <link>https://communities.sas.com/t5/SAS-Communities-Library/Using-Period-to-Date-Calculations/tac-p/221069#M701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Anna-Marie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for sharing the paper! I have tried just a few possibilities of the "Aggregate Measures", it looks very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 20:46:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Communities-Library/Using-Period-to-Date-Calculations/tac-p/221069#M701</guid>
      <dc:creator>AndiWindisch</dc:creator>
      <dc:date>2014-02-04T20:46:07Z</dc:date>
    </item>
    <item>
      <title>How to set up a non-english Stop List for Text Analysis</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-set-up-a-non-english-Stop-List-for-Text-Analysis/m-p/162318#M853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are very new to SAS Visual Analytics and have just upgraded our environment to 6.3 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to load another 'Stop List' for the Text Analysis Feature, which is came with 6.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i have no sucess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First i created the Dataset for the 'Stop List', with german stop words named GERSTOP and only one variable 'TERM'. I load it to the LASR Server, into the same folder and library where the data for the text analysis is. &lt;/P&gt;&lt;P&gt;That's how i understood the manuel (&lt;A href="http://support.sas.com/documentation/cdl/en/vaug/66720/HTML/default/viewer.htm#n1xqhifbzpl9w9n1j4shbd4cp6jg.htm" title="http://support.sas.com/documentation/cdl/en/vaug/66720/HTML/default/viewer.htm#n1xqhifbzpl9w9n1j4shbd4cp6jg.htm"&gt;SAS(R) Visual Analytics 6.3: User's Guide&lt;/A&gt;), but i won't work. I always get a information on the Word Cloud that no 'Stop List' ist defined. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone knows what is wrong in this setup? Other features of 6.3 will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for you help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 19:09:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-set-up-a-non-english-Stop-List-for-Text-Analysis/m-p/162318#M853</guid>
      <dc:creator>AndiWindisch</dc:creator>
      <dc:date>2014-02-04T19:09:07Z</dc:date>
    </item>
  </channel>
</rss>

