<?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: Talend and Microsoft Analysis Services / SSAS / OLAP in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-Microsoft-Analysis-Services-SSAS-OLAP/m-p/2304386#M76167</link>
    <description>from 
&lt;A href="http://blog.devdonkey.org/?tag=ssas" rel="nofollow noopener noreferrer"&gt;http://blog.devdonkey.org/?tag=ssas&lt;/A&gt; 
&lt;BR /&gt;Connect Microsoft SQL Server from olap4j 
&lt;BR /&gt;Thursday, May 21st, 2009 
&lt;BR /&gt;Browsing my Google Analytics statistics, I realized there is a lot of people out there that are searching for ways to connect Microsoft SQL Server with olap4j. 
&lt;BR /&gt;Here is a nice example. 
&lt;BR /&gt;// We must use the XMLA driver. 
&lt;BR /&gt;Class.forName("org.olap4j.driver.xmla.XmlaOlap4jDriver"); 
&lt;BR /&gt;// This code is for Java 5. With Java 6, you can directly 
&lt;BR /&gt;// unwrap the underlying connection with the .unwrap() call. 
&lt;BR /&gt;OlapConnection connection = 
&lt;BR /&gt;(OlapConnection) DriverManager.getConnection( 
&lt;BR /&gt;// This is the SQL Server service end point. 
&lt;BR /&gt;"jdbc:xmla 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;erver=http://example.com/olap/msmdpump.dll" 
&lt;BR /&gt;// Tells the XMLA driver to use a SOAP request cache layer. 
&lt;BR /&gt;// We will use an in-memory static cache. 
&lt;BR /&gt;+ ";Cache=org.olap4j.driver.xmla.cache.XmlaOlap4jNamedMemoryCache" 
&lt;BR /&gt;// Sets the cache name to use. This allows cross-connection 
&lt;BR /&gt;// cache sharing. Don't give the driver a cache name and it 
&lt;BR /&gt;// disables sharing. 
&lt;BR /&gt;+ ";Cache.Name=MyNiftyConnection" 
&lt;BR /&gt;// Some cache performance tweaks. 
&lt;BR /&gt;// Look at the javadoc for details. 
&lt;BR /&gt;+ ";Cache.Mode=LFU;Cache.Timeout=600;Cache.Size=100", 
&lt;BR /&gt;// XMLA is over HTTP, so BASIC authentication is used. 
&lt;BR /&gt;"username", 
&lt;BR /&gt;"password" ); 
&lt;BR /&gt;// We can execute a query. MDX of course. 
&lt;BR /&gt;CellSet set = connection.createStatement().executeOlapQuery( 
&lt;BR /&gt;"SELECT {} ON COLUMNS FROM CUBE");</description>
    <pubDate>Sat, 09 Jan 2010 01:43:46 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2010-01-09T01:43:46Z</dc:date>
    <item>
      <title>Talend and Microsoft Analysis Services / SSAS / OLAP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-Microsoft-Analysis-Services-SSAS-OLAP/m-p/2304383#M76164</link>
      <description>I would urgently some need connectivity to Microsoft OLAP SSAS.
&lt;BR /&gt;e.g. specify and MDX and retrieve the rows just as they are returned by Microsoft SQL Management Studio.
&lt;BR /&gt;Can this be done? I have not seen any java connectivity to SSAS.</description>
      <pubDate>Sat, 16 Nov 2024 13:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-Microsoft-Analysis-Services-SSAS-OLAP/m-p/2304383#M76164</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and Microsoft Analysis Services / SSAS / OLAP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-Microsoft-Analysis-Services-SSAS-OLAP/m-p/2304384#M76165</link>
      <description>it could be based on the simba sdk
&lt;BR /&gt;
&lt;A href="http://www.simba.com/olap-sdk.htm" rel="nofollow noopener noreferrer"&gt;http://www.simba.com/olap-sdk.htm&lt;/A&gt;
&lt;BR /&gt;but it's not open source</description>
      <pubDate>Sat, 09 Jan 2010 01:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-Microsoft-Analysis-Services-SSAS-OLAP/m-p/2304384#M76165</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-01-09T01:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and Microsoft Analysis Services / SSAS / OLAP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-Microsoft-Analysis-Services-SSAS-OLAP/m-p/2304385#M76166</link>
      <description>*  Olap4j is an open Java API for OLAP - &lt;A href="http://www.olap4j.org" rel="nofollow noopener noreferrer"&gt;http://www.olap4j.org&lt;/A&gt;&lt;BR /&gt;    * REX is a open source client that provides this functionality - &lt;A href="http://sourceforge.net/projects/whex" rel="nofollow noopener noreferrer"&gt;http://sourceforge.net/projects/whex&lt;/A&gt;&lt;BR /&gt;    * J-Integra for COM is another provider for this</description>
      <pubDate>Sat, 09 Jan 2010 01:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-Microsoft-Analysis-Services-SSAS-OLAP/m-p/2304385#M76166</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-01-09T01:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and Microsoft Analysis Services / SSAS / OLAP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-Microsoft-Analysis-Services-SSAS-OLAP/m-p/2304386#M76167</link>
      <description>from 
&lt;A href="http://blog.devdonkey.org/?tag=ssas" rel="nofollow noopener noreferrer"&gt;http://blog.devdonkey.org/?tag=ssas&lt;/A&gt; 
&lt;BR /&gt;Connect Microsoft SQL Server from olap4j 
&lt;BR /&gt;Thursday, May 21st, 2009 
&lt;BR /&gt;Browsing my Google Analytics statistics, I realized there is a lot of people out there that are searching for ways to connect Microsoft SQL Server with olap4j. 
&lt;BR /&gt;Here is a nice example. 
&lt;BR /&gt;// We must use the XMLA driver. 
&lt;BR /&gt;Class.forName("org.olap4j.driver.xmla.XmlaOlap4jDriver"); 
&lt;BR /&gt;// This code is for Java 5. With Java 6, you can directly 
&lt;BR /&gt;// unwrap the underlying connection with the .unwrap() call. 
&lt;BR /&gt;OlapConnection connection = 
&lt;BR /&gt;(OlapConnection) DriverManager.getConnection( 
&lt;BR /&gt;// This is the SQL Server service end point. 
&lt;BR /&gt;"jdbc:xmla 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;erver=http://example.com/olap/msmdpump.dll" 
&lt;BR /&gt;// Tells the XMLA driver to use a SOAP request cache layer. 
&lt;BR /&gt;// We will use an in-memory static cache. 
&lt;BR /&gt;+ ";Cache=org.olap4j.driver.xmla.cache.XmlaOlap4jNamedMemoryCache" 
&lt;BR /&gt;// Sets the cache name to use. This allows cross-connection 
&lt;BR /&gt;// cache sharing. Don't give the driver a cache name and it 
&lt;BR /&gt;// disables sharing. 
&lt;BR /&gt;+ ";Cache.Name=MyNiftyConnection" 
&lt;BR /&gt;// Some cache performance tweaks. 
&lt;BR /&gt;// Look at the javadoc for details. 
&lt;BR /&gt;+ ";Cache.Mode=LFU;Cache.Timeout=600;Cache.Size=100", 
&lt;BR /&gt;// XMLA is over HTTP, so BASIC authentication is used. 
&lt;BR /&gt;"username", 
&lt;BR /&gt;"password" ); 
&lt;BR /&gt;// We can execute a query. MDX of course. 
&lt;BR /&gt;CellSet set = connection.createStatement().executeOlapQuery( 
&lt;BR /&gt;"SELECT {} ON COLUMNS FROM CUBE");</description>
      <pubDate>Sat, 09 Jan 2010 01:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-Microsoft-Analysis-Services-SSAS-OLAP/m-p/2304386#M76167</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-01-09T01:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and Microsoft Analysis Services / SSAS / OLAP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-Microsoft-Analysis-Services-SSAS-OLAP/m-p/2304387#M76168</link>
      <description>Hi,&lt;BR /&gt;I have created a talend job to connect SSAS cube from Talend. I have imported olap4j.jar file and added the java code in the post using tjava component. It gives me error file not found for the said dll file. I already have the dll file inside sql server olap folder.&lt;BR /&gt;Please let me know how to resolve this.&lt;BR /&gt;Thanks&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 30 Jun 2010 12:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-Microsoft-Analysis-Services-SSAS-OLAP/m-p/2304387#M76168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-30T12:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and Microsoft Analysis Services / SSAS / OLAP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-Microsoft-Analysis-Services-SSAS-OLAP/m-p/2304388#M76169</link>
      <description>Are there any news in this field? I need a conectivity for IBM Cognos TM1, it would be good to use talend exept of Cognos TM1 TurboIntegrator. XMLA could be a solution.</description>
      <pubDate>Tue, 12 Feb 2013 07:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-Microsoft-Analysis-Services-SSAS-OLAP/m-p/2304388#M76169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-12T07:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and Microsoft Analysis Services / SSAS / OLAP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-Microsoft-Analysis-Services-SSAS-OLAP/m-p/2304389#M76170</link>
      <description>how to connect microsoft analysis services with talend?&amp;nbsp;</description>
      <pubDate>Wed, 08 Oct 2014 15:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-Microsoft-Analysis-Services-SSAS-OLAP/m-p/2304389#M76170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-08T15:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and Microsoft Analysis Services / SSAS / OLAP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-Microsoft-Analysis-Services-SSAS-OLAP/m-p/2304390#M76171</link>
      <description>Can you let me know if this has been resolved, I am currently having the same issue.&amp;nbsp;</description>
      <pubDate>Thu, 02 Jun 2016 13:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-Microsoft-Analysis-Services-SSAS-OLAP/m-p/2304390#M76171</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-06-02T13:56:02Z</dc:date>
    </item>
  </channel>
</rss>

