<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>FreeAnalysis, Open Source Olap Platform</title>
	<atom:link href="http://freeanalysis.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://freeanalysis.wordpress.com</link>
	<description>Your next Open Source Olap Platform</description>
	<lastBuildDate>Sat, 28 Jan 2012 00:27:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='freeanalysis.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>FreeAnalysis, Open Source Olap Platform</title>
		<link>http://freeanalysis.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://freeanalysis.wordpress.com/osd.xml" title="FreeAnalysis, Open Source Olap Platform" />
	<atom:link rel='hub' href='http://freeanalysis.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Vanilla Audit &amp; Performance &#8211; Hypervision Features (Part 3)</title>
		<link>http://freeanalysis.wordpress.com/2012/01/28/vanilla-audit-performance-hypervision-features-part-3/</link>
		<comments>http://freeanalysis.wordpress.com/2012/01/28/vanilla-audit-performance-hypervision-features-part-3/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 00:27:19 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Hypervision]]></category>
		<category><![CDATA[Vanilla]]></category>
		<category><![CDATA[Vanilla4]]></category>

		<guid isPermaLink="false">http://freeanalysis.wordpress.com/?p=1031</guid>
		<description><![CDATA[Dear Reader, Last post of a serie about Auditing Vanilla Requests, using Hypervision to analyse FreeMetadata requests and Mdx Requests sent to UnitedOlap engine (by the way, I will post later on Vanilla Platform process Audit) After connecting to your Vanilla server with Hypervision, you have the following interface where you have specific PlugIn to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=1031&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dear Reader,</p>
<p>Last post of a serie about Auditing Vanilla Requests, using Hypervision to analyse FreeMetadata requests and Mdx Requests sent to UnitedOlap engine (by the way, I will post later on Vanilla Platform process Audit)</p>
<p>After connecting to your Vanilla server with Hypervision, you have the following interface where you have specific PlugIn to analyse your performance</p>
<p style="text-align:center;"><em><span style="text-decoration:underline;">Hypervision interface</span></em></p>
<p style="text-align:center;"><em><span style="text-decoration:underline;"><a href="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_hypervision.png"><img class="aligncenter size-full wp-image-1032" title="VanillaV4_Hypervision" src="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_hypervision.png?w=468&#038;h=249" alt="" width="468" height="249" /></a></span></em></p>
<p style="text-align:left;">Running the FreeMetadata Requests Analysis (item 1) will display this interface &#8211; with a filter on date to reduce the number of entries &#8211; where you can view the convert sql statment issued against the database (understanding the document is based on a Metadata datasource).</p>
<p style="text-align:left;">You can even detect some errors in the generated sql statment : this can occurs when you burst a report with groups that are not allowed on the document, when you have an issue in your filter strategy (you forget to set a where clause) or if your database has changed and a column is not available anymore). For each item, you can view which group ran the request and how much times it took to get the result from database.</p>
<p style="text-align:center;"><span style="text-decoration:underline;"><em>FreeMetadata Requests Analysis</em></span></p>
<p style="text-align:center;"><span style="text-decoration:underline;"><a href="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_fmdtloganalysis.png"><img class="aligncenter size-full wp-image-1034" title="VanillaV4_FmdtLogAnalysis" src="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_fmdtloganalysis.png?w=468&#038;h=249" alt="" width="468" height="249" /></a></span></p>
<p>&nbsp;</p>
<p>The second interface (item 2 from main Hypervision interface) is about UnitedOlap requests performance. A simple screenshot is worth than thousand words : you can select your cube, and from the cube you can view the most popular requests and see the response time evolution (outside cache strategy)</p>
<p style="text-align:center;"><span style="text-decoration:underline;"><em>UnitedOlap Requests Analysis</em></span></p>
<p style="text-align:center;"><span style="text-decoration:underline;"><a href="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_mdxloganalysis.png"><img class="aligncenter size-full wp-image-1035" title="VanillaV4_MdxLogAnalysis" src="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_mdxloganalysis.png?w=468&#038;h=249" alt="" width="468" height="249" /></a></span></p>
<p>Running analysis makes sense only if you can manage the potential issues. Using the Vanilla Admin interface, Bi developer and Admin person can enhance the Metadata document to improve sql statment, modify some join path with additional aggregate tables or even play with the cache manager to pre-cache the most popular dataset or datagrid.</p>
<p>Vanilla Analysis features is a must, look around in your commercial experience &#8230; and think about a move to Vanilla, its time now !</p>
<p>Have Fun !</p>
<p>Patrick</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freeanalysis.wordpress.com/1031/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freeanalysis.wordpress.com/1031/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freeanalysis.wordpress.com/1031/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freeanalysis.wordpress.com/1031/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/freeanalysis.wordpress.com/1031/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/freeanalysis.wordpress.com/1031/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/freeanalysis.wordpress.com/1031/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/freeanalysis.wordpress.com/1031/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freeanalysis.wordpress.com/1031/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freeanalysis.wordpress.com/1031/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freeanalysis.wordpress.com/1031/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freeanalysis.wordpress.com/1031/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freeanalysis.wordpress.com/1031/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freeanalysis.wordpress.com/1031/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=1031&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://freeanalysis.wordpress.com/2012/01/28/vanilla-audit-performance-hypervision-features-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fef776b144f77ad35c8c2bef4709d875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">freeanalysis</media:title>
		</media:content>

		<media:content url="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_hypervision.png" medium="image">
			<media:title type="html">VanillaV4_Hypervision</media:title>
		</media:content>

		<media:content url="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_fmdtloganalysis.png" medium="image">
			<media:title type="html">VanillaV4_FmdtLogAnalysis</media:title>
		</media:content>

		<media:content url="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_mdxloganalysis.png" medium="image">
			<media:title type="html">VanillaV4_MdxLogAnalysis</media:title>
		</media:content>
	</item>
		<item>
		<title>Vanilla v4 launch, 2 weeks after</title>
		<link>http://freeanalysis.wordpress.com/2012/01/27/vanilla-v4-launch-2-weeks-after/</link>
		<comments>http://freeanalysis.wordpress.com/2012/01/27/vanilla-v4-launch-2-weeks-after/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 04:51:08 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Vanilla]]></category>
		<category><![CDATA[Vanilla4]]></category>

		<guid isPermaLink="false">http://freeanalysis.wordpress.com/?p=1023</guid>
		<description><![CDATA[Dear Readers, Even it&#8217;s not yet visible to forever blind people (turned blind after beeing slamed by marketing noise !), and even if the Vanilla project still suffer from the low investment of its promoter in the media (dont forget we want to keep Vanilla Open Source, which means we are not willing to follow [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=1023&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dear Readers,</p>
<p>Even it&#8217;s not yet visible to forever blind people (turned blind after beeing slamed by marketing noise !), and even if the Vanilla project still suffer from the low investment of its promoter in the media (dont forget we want to keep Vanilla Open Source, which means we are not willing to follow the us marketing companies in terms of marketing campaign!), Vanilla v4 is a true real success.</p>
<p>Number of download is above our expectation (more than 350 downloads in 2 weeks, including more than 95 full server &amp; designers download) and message sent by developer are really nice.</p>
<p>Number of declared bugs is really minimum : as date of this writting, we fixed a Java7 Vanilla version, and all other declared bugs are cosmetics enhancement. There was also some issues in relation with database type for repository (example with postgresql, to manage external Url), which has been fixed at database level. As we have improved our internal methods to delivere version 4 (compare to version 3), we are really happy with the result, and we believe we have found methods and people to apply our strategy in term of version management.</p>
<p>Deployment of version 4 has started for some of our customers, under control of our integration team. New partners have joined us, and important to notice is the size of the partner : new large system integration have adopted Vanilla, not specialised in Open Source or Bi, but simply looking for a ready-to-use Bi platform to use in request for proposal (Trend, Bid &#8230; name can change).</p>
<p>Future is bright for Vanilla, don&#8217;t miss the move to the Only True Open Source Bi Platform</p>
<p>Have Fun !</p>
<p>Patrick</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freeanalysis.wordpress.com/1023/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freeanalysis.wordpress.com/1023/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freeanalysis.wordpress.com/1023/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freeanalysis.wordpress.com/1023/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/freeanalysis.wordpress.com/1023/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/freeanalysis.wordpress.com/1023/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/freeanalysis.wordpress.com/1023/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/freeanalysis.wordpress.com/1023/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freeanalysis.wordpress.com/1023/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freeanalysis.wordpress.com/1023/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freeanalysis.wordpress.com/1023/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freeanalysis.wordpress.com/1023/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freeanalysis.wordpress.com/1023/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freeanalysis.wordpress.com/1023/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=1023&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://freeanalysis.wordpress.com/2012/01/27/vanilla-v4-launch-2-weeks-after/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fef776b144f77ad35c8c2bef4709d875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">freeanalysis</media:title>
		</media:content>
	</item>
		<item>
		<title>Vanilla Audit &amp; Performance &#8211; Managing weight for requests (part 2)</title>
		<link>http://freeanalysis.wordpress.com/2012/01/26/vanilla-audit-performance-managing-weight-for-requests/</link>
		<comments>http://freeanalysis.wordpress.com/2012/01/26/vanilla-audit-performance-managing-weight-for-requests/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 00:07:38 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Enterprise Services]]></category>
		<category><![CDATA[FreeMetadata]]></category>
		<category><![CDATA[Vanilla]]></category>
		<category><![CDATA[Vanilla4]]></category>

		<guid isPermaLink="false">http://freeanalysis.wordpress.com/?p=1018</guid>
		<description><![CDATA[Dear Readers, Something usefull with Vanilla v4 is the possibility to manage weight for requests, and prevent the request to be issued against the database - based on predefined rules &#8211; if the weight exceed the predefined limit. What is the interest ? Using FreeWebReport, user are able to build complex report that contain crosstab elements [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=1018&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dear Readers,</p>
<p>Something usefull with Vanilla v4 is the possibility to manage weight for requests, and prevent the request to be issued against the database - based on predefined rules &#8211; if the weight exceed the predefined limit.</p>
<p><strong><span style="text-decoration:underline;">What is the interest ?</span></strong></p>
<p>Using FreeWebReport, user are able to build complex report that contain crosstab elements and various grouping strategy. Some user need &#8220;assistance&#8221; when it comes to build complex reports, and sometimes, putting too many element in a report is not effecient. Purpose is to stop the request a user may raise before it goes to the database if Bi admin think the request is too heavy (simple example : too many tables in the sql statment).</p>
<p><strong><span style="text-decoration:underline;">How does it works ?</span></strong></p>
<p>Each table in the Metadata document is set with a predefined weight. We all understand its not a database admin feature, but more a datawarehouse features : tables have different behaviour &#8211; fact tables, dimension tables, aggregate table &#8211; different number of records and different index strategy. &#8211; Using Enterprise Services, each group of the Vanilla Group Table is set with a global limit. &#8211; When a user run a request, the Vanilla platform calculate the sum of weight for all the tables included in the requests. If the sum is superior to the limit set to the group, the request is stopped and a message raised in the interface.</p>
<p style="text-align:center;"><span style="text-decoration:underline;"><em>FreeMetadata &#8211; Setting Weight for Tables</em></span></p>
<p style="text-align:center;"><span style="text-decoration:underline;"><a href="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_weightcontroltabledefinition.png"><img class="aligncenter size-full wp-image-1019" title="VanillaV4_WeightControlTableDefinition" src="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_weightcontroltabledefinition.png?w=468&#038;h=249" alt="" width="468" height="249" /></a></span></p>
<p style="text-align:center;"><span style="text-decoration:underline;"><em>Enterprise Services &#8211; Setting limit for Groups</em></span></p>
<p style="text-align:center;"><span style="text-decoration:underline;"><a href="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_weightcontrolgrouplimitdefinition.png"><img class="aligncenter size-full wp-image-1020" title="VanillaV4_WeightControlGroupLimitDefinition" src="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_weightcontrolgrouplimitdefinition.png?w=468&#038;h=249" alt="" width="468" height="249" /></a></span></p>
<p>This feature is very flexible, and allow you to set a strategy outside of the database landscape. This can be an explanation, as we will see in next post in another audit &amp; control interface, why a request can&#8217;t run for a specific group</p>
<p>Have Fun !</p>
<p>Patrick</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freeanalysis.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freeanalysis.wordpress.com/1018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freeanalysis.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freeanalysis.wordpress.com/1018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/freeanalysis.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/freeanalysis.wordpress.com/1018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/freeanalysis.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/freeanalysis.wordpress.com/1018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freeanalysis.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freeanalysis.wordpress.com/1018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freeanalysis.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freeanalysis.wordpress.com/1018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freeanalysis.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freeanalysis.wordpress.com/1018/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=1018&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://freeanalysis.wordpress.com/2012/01/26/vanilla-audit-performance-managing-weight-for-requests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fef776b144f77ad35c8c2bef4709d875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">freeanalysis</media:title>
		</media:content>

		<media:content url="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_weightcontroltabledefinition.png" medium="image">
			<media:title type="html">VanillaV4_WeightControlTableDefinition</media:title>
		</media:content>

		<media:content url="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_weightcontrolgrouplimitdefinition.png" medium="image">
			<media:title type="html">VanillaV4_WeightControlGroupLimitDefinition</media:title>
		</media:content>
	</item>
		<item>
		<title>How to run Audit on requests with Vanilla (part 1)</title>
		<link>http://freeanalysis.wordpress.com/2012/01/25/how-to-run-audit-on-requests-with-vanilla-part-1/</link>
		<comments>http://freeanalysis.wordpress.com/2012/01/25/how-to-run-audit-on-requests-with-vanilla-part-1/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 02:41:04 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Enterprise Services]]></category>
		<category><![CDATA[Vanilla]]></category>
		<category><![CDATA[Vanilla4]]></category>

		<guid isPermaLink="false">http://freeanalysis.wordpress.com/?p=1013</guid>
		<description><![CDATA[Dear Readers, Something interesting with a Bi platform is the presence of audit function to analysis the query issued through the platform (to any kind of destination, such as sql database, olap database &#8230;). This post is the first of a serie talking about Audit, Performancance Audit &#38; Platform Management. With Vanilla, using Enterprise Services (an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=1013&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dear Readers,</p>
<p>Something interesting with a Bi platform is the presence of audit function to analysis the query issued through the platform (to any kind of destination, such as sql database, olap database &#8230;). This post is the first of a serie talking about Audit, Performancance Audit &amp; Platform Management.</p>
<p>With Vanilla, using Enterprise Services (an Open Source &#8230; thanks to the French Government initiative !), you can easilly control the different requests issued &#8211; per report &amp; per group of user &#8211; using the Audit Perspective. Usage is so easy : you select one or more reports from the repository treeview &#8211; zone 1 - and drag &amp; drop those reports in zone 2. Then, you select the groups for which you want to audit the different request statment &#8211; in zone 3.</p>
<p>Zone 4 of the image is the result : you can easilly view for a specific report the differents statments per groups, then control your security policy, detect a mistake in your Metadata join strategy, or even seea &#8220;no statment issued&#8221; if the group is not allowed to issue the request that built the report.</p>
<p style="text-align:center;"><span style="text-decoration:underline;"><em>Enterprise Services &#8211; Audit Perspective</em></span></p>
<p style="text-align:center;"><span style="text-decoration:underline;"><a href="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_requestaudit.png"><img class="aligncenter size-full wp-image-1014" title="VanillaV4_RequestAudit" src="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_requestaudit.png?w=468&#038;h=249" alt="" width="468" height="249" /></a></span></p>
<p>As usual, we focus on making the life easier to Bi developer and Bi Admin, by providing tools that reduce the development, validation &amp; production cycle</p>
<p>Have Fun !</p>
<p>Patrick</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freeanalysis.wordpress.com/1013/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freeanalysis.wordpress.com/1013/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freeanalysis.wordpress.com/1013/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freeanalysis.wordpress.com/1013/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/freeanalysis.wordpress.com/1013/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/freeanalysis.wordpress.com/1013/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/freeanalysis.wordpress.com/1013/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/freeanalysis.wordpress.com/1013/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freeanalysis.wordpress.com/1013/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freeanalysis.wordpress.com/1013/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freeanalysis.wordpress.com/1013/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freeanalysis.wordpress.com/1013/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freeanalysis.wordpress.com/1013/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freeanalysis.wordpress.com/1013/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=1013&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://freeanalysis.wordpress.com/2012/01/25/how-to-run-audit-on-requests-with-vanilla-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fef776b144f77ad35c8c2bef4709d875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">freeanalysis</media:title>
		</media:content>

		<media:content url="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_requestaudit.png" medium="image">
			<media:title type="html">VanillaV4_RequestAudit</media:title>
		</media:content>
	</item>
		<item>
		<title>Vanilla is Cool &#8230; and support from Bpm-Conseil is Great !</title>
		<link>http://freeanalysis.wordpress.com/2012/01/23/vanilla-is-cool-and-support-from-bpm-conseil-is-great/</link>
		<comments>http://freeanalysis.wordpress.com/2012/01/23/vanilla-is-cool-and-support-from-bpm-conseil-is-great/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 06:43:00 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Vanilla]]></category>
		<category><![CDATA[Vanilla4]]></category>

		<guid isPermaLink="false">http://freeanalysis.wordpress.com/?p=1005</guid>
		<description><![CDATA[Dear Readers, Over the last few days, I gave some Vanilla presentation to potential customers and potential system integrators. Its always nice to receive real-time feedback &#8230; especially when the feed-back is good, and that&#8217;s the situation after Vanilla presentation. Based on their previous professional experience with commercial products, attendees focus more on the Bi area [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=1005&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dear Readers,</p>
<p>Over the last few days, I gave some Vanilla presentation to potential customers and potential system integrators. Its always nice to receive real-time feedback &#8230; especially when the feed-back is good, and that&#8217;s the situation after Vanilla presentation.</p>
<p>Based on their previous professional experience with commercial products, attendees focus more on the Bi area (if they have experience with commercial product, they always like FreeMetadata, and our Designer (Reporting, Olap, Dashboard, Kpi) have also great recognition), on Etl area (they like the integration with the Bi side and with our workflow, the clean usable interface (not an old fashion Ide interface), on workflow area (they like again the integration with the Bi side, integration of Bi resources, support for different forms engine and visual deployment of Workflow) and even on document management area (indexation of Vanilla reports with access to an integrated search engine is a must !) &#8230; everyone with an experience of a commercial product find himself immediatly confident with Vanilla modules, its really a great message and great indication for the Vanilla Team : we meet our public !</p>
<p>In parallel, some new Vanilla Fans coming from different countries (Brazil, Chili, Irland, Poland, France, India, Philippines) can witness the quality of our support, when it comes to show that we are ready to help starting with Vanilla version 4 (along with solving some issues like Java 7 support). On my side, I was also surprised with the origin &#8211; countries &#8211; of the requests : it&#8217;s coming from all over the world &#8230;</p>
<p>Those who still confuse Open Source &amp; Free, joined by those who confuse the natural motivation from <a title="Bpm Conseil, the company behind the Vanilla project" href="http://www.bpm-conseil.com" target="_blank">Bpm-Conseil</a> to help on first demands, may disagree with this &#8230; well, every game has a limited time, and we all need the same rules, right ? pre-sale is not support without limit, I&#8217;m not shy to claim we are in Open Source area, I&#8217;m not shy we are also doing business, to invest on further development and to maintain a support team.</p>
<p>Have Fun !</p>
<p>Patrick</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freeanalysis.wordpress.com/1005/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freeanalysis.wordpress.com/1005/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freeanalysis.wordpress.com/1005/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freeanalysis.wordpress.com/1005/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/freeanalysis.wordpress.com/1005/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/freeanalysis.wordpress.com/1005/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/freeanalysis.wordpress.com/1005/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/freeanalysis.wordpress.com/1005/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freeanalysis.wordpress.com/1005/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freeanalysis.wordpress.com/1005/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freeanalysis.wordpress.com/1005/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freeanalysis.wordpress.com/1005/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freeanalysis.wordpress.com/1005/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freeanalysis.wordpress.com/1005/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=1005&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://freeanalysis.wordpress.com/2012/01/23/vanilla-is-cool-and-support-from-bpm-conseil-is-great/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fef776b144f77ad35c8c2bef4709d875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">freeanalysis</media:title>
		</media:content>
	</item>
		<item>
		<title>Vanilla &amp; Analysts &#8211; Triple A !</title>
		<link>http://freeanalysis.wordpress.com/2012/01/18/vanilla-analysts-triple-a/</link>
		<comments>http://freeanalysis.wordpress.com/2012/01/18/vanilla-analysts-triple-a/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 01:55:06 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Vanilla]]></category>
		<category><![CDATA[Vanilla4]]></category>

		<guid isPermaLink="false">http://freeanalysis.wordpress.com/?p=1001</guid>
		<description><![CDATA[Dear Readers, Those who already read my previous posts know already I dont take attention to commercial &#38; marketing &#8220;analyst firm&#8221;, like the &#8220;.G&#8221; company (at least, without telling about the whole company activity, I focus on the Bi marketing hero who run analysis by sending survey to editors &#8230; those editors are filling the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=1001&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dear Readers,</p>
<p>Those who already read my previous posts know already I dont take attention to commercial &amp; marketing &#8220;analyst firm&#8221;, like the &#8220;.G&#8221; company (at least, without telling about the whole company activity, I focus on the Bi marketing hero who run analysis by sending survey to editors &#8230; those editors are filling the answers themself &#8230; Great Summer student Job). This has led to &#8220;analyst results&#8221; completly out of the reality (you can just read some comment about their first Open Source study, and the same &#8216;study&#8217; one year after !!!)&#8230; who take benefit of this ?</p>
<p>As opposed to .G, I will mention Forrester &#8230; because we had clear exchanges with the Bi Analyst. He did a great job, and is open to discussion. Our view of the situation may be different, because we have different position and are running different objectives, but at least, communication is &#8220;On&#8221;.</p>
<p>You may have heard France has just lost its AAA rating (1 Analysts firm only &#8230; which lead to more confusion) &#8230; well &#8230; who are the person who issue rate ? What do they know of France ? Our way of life, social security, retirement funds, security, safety hospital &amp; good education &#8230; we are building our next generation of winner, in peace. We dont have to focus on those US notation for our long term situation &#8230; even if this event will have direct impact on some financial subject.</p>
<p>Funny to notice that now France is AA+ &#8230; 2 &#8216;A&#8221;, same number of &#8220;A&#8221; you can find in vAnillA &#8230; looking at the spelling of our Us competitor, I&#8217;m now a little worried about the evolution of the US rating ! &#8230; Analyst : I just offered you a new way of rating, which is at least an open and official method to rate &#8230; because your internal methods are too dark, we dont understand how you rate now, considering how we manage the current situation (I&#8217;m pretty certain readers from Canada will like my method, I just apologize for my Belgium friends)</p>
<p>Have Fun !</p>
<p>Patrick</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freeanalysis.wordpress.com/1001/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freeanalysis.wordpress.com/1001/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freeanalysis.wordpress.com/1001/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freeanalysis.wordpress.com/1001/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/freeanalysis.wordpress.com/1001/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/freeanalysis.wordpress.com/1001/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/freeanalysis.wordpress.com/1001/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/freeanalysis.wordpress.com/1001/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freeanalysis.wordpress.com/1001/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freeanalysis.wordpress.com/1001/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freeanalysis.wordpress.com/1001/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freeanalysis.wordpress.com/1001/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freeanalysis.wordpress.com/1001/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freeanalysis.wordpress.com/1001/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=1001&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://freeanalysis.wordpress.com/2012/01/18/vanilla-analysts-triple-a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fef776b144f77ad35c8c2bef4709d875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">freeanalysis</media:title>
		</media:content>
	</item>
		<item>
		<title>Vanilla v4 &#8211; Now !</title>
		<link>http://freeanalysis.wordpress.com/2012/01/13/vanilla-v4-now/</link>
		<comments>http://freeanalysis.wordpress.com/2012/01/13/vanilla-v4-now/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 14:52:19 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Vanilla]]></category>
		<category><![CDATA[Vanilla4]]></category>

		<guid isPermaLink="false">http://freeanalysis.wordpress.com/?p=996</guid>
		<description><![CDATA[Dear Readers, Even with a crash from our hoster yesterday, we are &#8220;on time&#8221; for version 4 (hardware versus software &#8230; ever-lasting dispute !). Bpm-Conseil, the company behind the Vanilla project has made available Win/Linux/Mac version today. You can access it from Bpm-Conseil Web Site. Most of new subjects have been addressed in previous posts &#8230; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=996&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dear Readers,</p>
<p>Even with a crash from our hoster yesterday, we are &#8220;on time&#8221; for version 4 (hardware versus software &#8230; ever-lasting dispute !).</p>
<p>Bpm-Conseil, the company behind the Vanilla project has made available Win/Linux/Mac version today. You can access it from <a title="Bpm Conseil, The Company behind the Vanilla project" href="http://www.bpm-conseil.com" target="_blank">Bpm-Conseil Web Site</a>.</p>
<p>Most of new subjects have been addressed in previous posts &#8230; its time now to move to Vanilla Version 4</p>
<p>Have Fun !</p>
<p>Patrick</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freeanalysis.wordpress.com/996/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freeanalysis.wordpress.com/996/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freeanalysis.wordpress.com/996/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freeanalysis.wordpress.com/996/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/freeanalysis.wordpress.com/996/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/freeanalysis.wordpress.com/996/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/freeanalysis.wordpress.com/996/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/freeanalysis.wordpress.com/996/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freeanalysis.wordpress.com/996/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freeanalysis.wordpress.com/996/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freeanalysis.wordpress.com/996/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freeanalysis.wordpress.com/996/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freeanalysis.wordpress.com/996/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freeanalysis.wordpress.com/996/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=996&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://freeanalysis.wordpress.com/2012/01/13/vanilla-v4-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fef776b144f77ad35c8c2bef4709d875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">freeanalysis</media:title>
		</media:content>
	</item>
		<item>
		<title>Vanilla v4 &#8211; 1 day before &#8230;</title>
		<link>http://freeanalysis.wordpress.com/2012/01/12/vanilla-v4-1-day-before/</link>
		<comments>http://freeanalysis.wordpress.com/2012/01/12/vanilla-v4-1-day-before/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 10:49:48 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Vanilla]]></category>
		<category><![CDATA[Vanilla4]]></category>

		<guid isPermaLink="false">http://freeanalysis.wordpress.com/?p=991</guid>
		<description><![CDATA[Dear Readers, Smooth launch &#8230; all under control &#8230; upload of version are ok, new Web site is soon published &#8230; What else ? : First customer with Vanilla v4 deployed TODAY &#8230; and everybody is relax, happy &#8230; proud of Version 4 ! What will you find tomorrow ? New features for Version 4 include : [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=991&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dear Readers,</p>
<p>Smooth launch &#8230; all under control &#8230; upload of version are ok, new Web site is soon published &#8230; What else ? : First customer with Vanilla v4 deployed TODAY &#8230; and everybody is relax, happy &#8230; proud of Version 4 ! What will you find tomorrow ? New features for Version 4 include :</p>
<ul>
<li><em><strong>Architecture evolutions, more Service oriented and based on Osgi</strong></em></li>
<li><em><strong>UnitedOlap, the first true Open Source Olap Server </strong></em></li>
<li><em><strong>Vanilla Viewer, a viewer able to run any kind of Bi documents, such as reports, dashboards, cubes or even Etl transformations </strong></em></li>
<li><em><strong>FreeWebReport, Wysiwyg edition : Web interface to create Reports using secured Metadata documents </strong></em></li>
<li><em><strong>BiPortal, Web 2.0 collaborative portal to manage user access to documents and provide collaborative functions </strong></em></li>
<li><em><strong>Wms support, to deploy KPIs on any Wms compliant geo server </strong></em></li>
<li><em><strong>Update of Vanilla Apps, with a new edition of Hypervision, our cluster manager, and more than 15 packages ready to deploy using Vanilla Place</strong></em></li>
</ul>
<p>Tomorrow, friday 13th &#8230; a nice day for Vanilla &#8230; a nice day for Open Source also, because we are still there, competing now with major commercial platforms. Just a little sad that some other &#8220;said Open Source&#8221; are no more Open source, still old-fashion and out of features &#8230; which give a bad focus for Open Source Bi. I personally wish some of those actors will go soon out of business, to clarify what is Open Source and what is not &#8230;</p>
<p>I read some weeks before a note about French IT Manager, now pushing Open Source in general and claiming IT Manager have to justify now if they go for commercial products. Soon, I hope it will be same situation for the Bi area &#8230; why you still invest in commercial Bi platform ? &#8230; I know there are many justification &#8230; but relax, take a long breath and try to put any old justification in front of the reality &#8230;. and review your position now with Vanilla v4</p>
<p>Have Fun !</p>
<p>Patrick</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freeanalysis.wordpress.com/991/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freeanalysis.wordpress.com/991/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freeanalysis.wordpress.com/991/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freeanalysis.wordpress.com/991/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/freeanalysis.wordpress.com/991/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/freeanalysis.wordpress.com/991/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/freeanalysis.wordpress.com/991/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/freeanalysis.wordpress.com/991/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freeanalysis.wordpress.com/991/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freeanalysis.wordpress.com/991/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freeanalysis.wordpress.com/991/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freeanalysis.wordpress.com/991/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freeanalysis.wordpress.com/991/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freeanalysis.wordpress.com/991/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=991&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://freeanalysis.wordpress.com/2012/01/12/vanilla-v4-1-day-before/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fef776b144f77ad35c8c2bef4709d875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">freeanalysis</media:title>
		</media:content>
	</item>
		<item>
		<title>Vanilla v4 &#8211; Reminder about FreeMetadata</title>
		<link>http://freeanalysis.wordpress.com/2012/01/10/vanilla-v4-reminder-about-freemetadata/</link>
		<comments>http://freeanalysis.wordpress.com/2012/01/10/vanilla-v4-reminder-about-freemetadata/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 19:39:15 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[FreeMetadata]]></category>
		<category><![CDATA[Vanilla]]></category>
		<category><![CDATA[Vanilla4]]></category>

		<guid isPermaLink="false">http://freeanalysis.wordpress.com/?p=975</guid>
		<description><![CDATA[Dear Reader, Its an evidence FreeMetadata is a must  in Open Source area ! Just ask JasperSoft &#8230; they dont have any document like that (how do you secure your dataset again : ok, I need to insert sql into a table &#8230; wow !) &#8230; Just ask Pentaho &#8230; ok, they have one &#8230; but who [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=975&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dear Reader,</p>
<p>Its an evidence FreeMetadata is a must  in Open Source area ! Just ask JasperSoft &#8230; they dont have any document like that (how do you secure your dataset again : ok, I need to insert sql into a table &#8230; wow !) &#8230; Just ask Pentaho &#8230; ok, they have one &#8230; but who is using it &#8230; with which designer ? Again, I&#8217;m not talking about the Italian Slide xxx &#8230; because even the slide are crashing !!!!!!!!!</p>
<p>Its an evidence since 2008, we didn&#8217;t pushed enough FreeMetadata, because &#8230;. its running well ! Package is available since the first version of Vanilla and has proven to be robust, bug free, and completly Open Source (yes, its possible !)</p>
<p>Let&#8217;s be serious : FreeMetadata compete with major commercial products : integration with Dashboard, Olap Designer, Reporting (java &amp; Web), Kpi Designer and even BiGateWay (Etl) &#8230; we provide security for groups, at row level, and at column level (column suppression and hide of content). Just walk through the different methods, with 2 groups : Default &amp; Designer. Below, we show the result inside FreeMetadata &#8211; Designer Preview &#8230; in all the other designers, you just get the same resultset (yes, its ok with Birt &#8230; no, its not possible with IReport, simply because the IReport Eclipse development is just a marketing announcement !)</p>
<p><strong>Group &#8220;Default&#8221; has a filter on &#8220;France&#8221;, and can&#8217;t see the &#8220;name&#8221; column</strong></p>
<p style="text-align:center;"><span style="text-decoration:underline;"><em>Filter definition on dateset</em></span></p>
<p style="text-align:center;"><em>Very easy to definer simple or complex filter for a group &#8230; just imagine what you can use !</em></p>
<p style="text-align:center;"><span style="text-decoration:underline;"><a href="http://freeanalysis.files.wordpress.com/2012/01/fmdt_datasetfilter1.png"><img class="aligncenter size-full wp-image-981" title="Fmdt_DataSetFilter" src="http://freeanalysis.files.wordpress.com/2012/01/fmdt_datasetfilter1.png?w=468&#038;h=285" alt="" width="468" height="285" /></a></span></p>
<p style="text-align:center;"><span style="text-decoration:underline;"><em>Column Management : we remove access for the group</em></span></p>
<p style="text-align:center;"><span style="text-decoration:underline;"><em><a href="http://freeanalysis.files.wordpress.com/2012/01/fmdt_secureddefault.png"><img class="aligncenter size-full wp-image-982" title="Fmdt_SecuredDefault" src="http://freeanalysis.files.wordpress.com/2012/01/fmdt_secureddefault.png?w=468&#038;h=284" alt="" width="468" height="284" /></a></em></span></p>
<p style="text-align:center;"><span style="text-decoration:underline;"><em>Result</em></span></p>
<p style="text-align:center;"><em>you dont have the column available for selection, and data are automitically filtered on &#8216;France&#8217; </em></p>
<p style="text-align:center;"><span style="text-decoration:underline;"><a href="http://freeanalysis.files.wordpress.com/2012/01/fmdt_defaultrequest.png"><img class="aligncenter size-full wp-image-983" title="Fmdt_DefaultRequest" src="http://freeanalysis.files.wordpress.com/2012/01/fmdt_defaultrequest.png?w=468&#038;h=262" alt="" width="468" height="262" /></a></span></p>
<p><strong>Group &#8220;Designer&#8221; has no filter, and content of column &#8220;name&#8221; is dynamically hidden (we can call it &#8220;anonymisation&#8221;)</strong></p>
<p style="text-align:center;"><span style="text-decoration:underline;"><em>Column Management : we hide column content for the group</em></span></p>
<p style="text-align:center;"><a href="http://freeanalysis.files.wordpress.com/2012/01/fmdt_visibledesigner.png"><img class="aligncenter size-full wp-image-984" title="Fmdt_VisibleDesigner" src="http://freeanalysis.files.wordpress.com/2012/01/fmdt_visibledesigner.png?w=468&#038;h=284" alt="" width="468" height="284" /></a><br />
<em><span style="text-decoration:underline;">Result</span> </em></p>
<p style="text-align:center;"><em>We can see the column &#8230; but not its content !</em></p>
<p style="text-align:center;"><a href="http://freeanalysis.files.wordpress.com/2012/01/fmdt_designerrequest1.png"><img class="aligncenter size-full wp-image-988" title="Fmdt_DesignerRequest" src="http://freeanalysis.files.wordpress.com/2012/01/fmdt_designerrequest1.png?w=468&#038;h=262" alt="" width="468" height="262" /></a></p>
<p>What&#8217;s the interest to hide the content ? Just suppose you need to hire an external consultant to build report on sensitive data (yes, it happen in bank, financial department, police &amp; military department, telco &#8230;.) and you dont want this consultant to read the value. This person need access to the colum to build the report, but you need to hide the column content &#8230;. just imagine how much you can save, because until now, you need to anonymise your database &#8230;. its a heavy job &#8230;</p>
<p>Have Fun !</p>
<p>Patrick</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freeanalysis.wordpress.com/975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freeanalysis.wordpress.com/975/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freeanalysis.wordpress.com/975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freeanalysis.wordpress.com/975/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/freeanalysis.wordpress.com/975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/freeanalysis.wordpress.com/975/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/freeanalysis.wordpress.com/975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/freeanalysis.wordpress.com/975/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freeanalysis.wordpress.com/975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freeanalysis.wordpress.com/975/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freeanalysis.wordpress.com/975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freeanalysis.wordpress.com/975/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freeanalysis.wordpress.com/975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freeanalysis.wordpress.com/975/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=975&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://freeanalysis.wordpress.com/2012/01/10/vanilla-v4-reminder-about-freemetadata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fef776b144f77ad35c8c2bef4709d875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">freeanalysis</media:title>
		</media:content>

		<media:content url="http://freeanalysis.files.wordpress.com/2012/01/fmdt_datasetfilter1.png" medium="image">
			<media:title type="html">Fmdt_DataSetFilter</media:title>
		</media:content>

		<media:content url="http://freeanalysis.files.wordpress.com/2012/01/fmdt_secureddefault.png" medium="image">
			<media:title type="html">Fmdt_SecuredDefault</media:title>
		</media:content>

		<media:content url="http://freeanalysis.files.wordpress.com/2012/01/fmdt_defaultrequest.png" medium="image">
			<media:title type="html">Fmdt_DefaultRequest</media:title>
		</media:content>

		<media:content url="http://freeanalysis.files.wordpress.com/2012/01/fmdt_visibledesigner.png" medium="image">
			<media:title type="html">Fmdt_VisibleDesigner</media:title>
		</media:content>

		<media:content url="http://freeanalysis.files.wordpress.com/2012/01/fmdt_designerrequest1.png" medium="image">
			<media:title type="html">Fmdt_DesignerRequest</media:title>
		</media:content>
	</item>
		<item>
		<title>Vanilla v4 &#8211; New Bundles</title>
		<link>http://freeanalysis.wordpress.com/2012/01/09/vanilla-v4-new-bundle/</link>
		<comments>http://freeanalysis.wordpress.com/2012/01/09/vanilla-v4-new-bundle/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 17:12:59 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Vanilla]]></category>
		<category><![CDATA[Vanilla4]]></category>

		<guid isPermaLink="false">http://freeanalysis.wordpress.com/?p=968</guid>
		<description><![CDATA[Dear Readers, With version 4, we will also make first access to Vanilla more easy. We still delivere the Open Source production version (MySql &#38; PostGreSql), available since the origin, along with the h2 version. In past version, the h2 version had some limitation (no demo for cube, or limited number of report). With Vanilla [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=968&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dear Readers,</p>
<p>With version 4, we will also make first access to Vanilla more easy. We still delivere the Open Source production version (MySql &amp; PostGreSql), available since the origin, along with the h2 version. In past version, the h2 version had some limitation (no demo for cube, or limited number of report). With Vanilla version 4, h2 version has the same features &amp; samples than version mysql and postgresql.</p>
<p>Using h2 version, you can run a Vanilla server along with all the development studio, without any additional installation (such as creation of the Mysql catalog). Those &#8220;sql&#8221; version can be view as &#8220;stand alone installation&#8221;, and only require a java JDK 1.6 (we dont embed it in the h2, simply because most of you have a JDK 1.6 on your workstation, to make the bundle lighter). In addition to those version, we provide 2 additional bundle :</p>
<p>- a VirtualBox version : its so easy to run Virtual Box image (just the download may be a little long, but you run it over night !). Its a Debian/PostGreSql platform, running Vanilla v4. Only the server (you need to download the development studios in parallel). With this VirtualBox bundle, without any additional installation, you have a full Vanilla platform already configured. The only thing you need is a machine to run your virtual box.</p>
<p style="text-align:center;"><span style="text-decoration:underline;"><em>2 instances of VirtualBox (Vanilla3.4/Mysql,Vanilla4/PostGreSql) running on my laptop</em></span></p>
<p><a href="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_virtualbox.png"><img class="aligncenter size-full wp-image-969" title="Vanillav4_VirtualBox" src="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_virtualbox.png?w=468&#038;h=251" alt="" width="468" height="251" /></a></p>
<p>- An Amazon Machine Image : if you have no server available, but you have a credit card, you can subscribe to Amazon EC2 cloud offer and run a Vanilla instance within a second. Its the perfect method to test Vanilla features and discovere the beauty of Vanilla, with any local installation (still you need to download the studio if you want to develop, and also connect your database).</p>
<p>Also, we have installed a Vanilla server on the cloud, for those who don&#8217;t want to pay Amazon instance &#8230; but for some good reasons, we open this instance to only identified contacts &#8230;</p>
<p>H2 version, VirtualBox and our own cloud instance will be available this coming friday, 13th january. For the Amazon AMI, we just need a couple of days to configure and load the image. We hope those new bundle will make the first Vanilla usage more easy for new adopters</p>
<p>Have Fun !</p>
<p>Patrick</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freeanalysis.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freeanalysis.wordpress.com/968/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freeanalysis.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freeanalysis.wordpress.com/968/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/freeanalysis.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/freeanalysis.wordpress.com/968/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/freeanalysis.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/freeanalysis.wordpress.com/968/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freeanalysis.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freeanalysis.wordpress.com/968/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freeanalysis.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freeanalysis.wordpress.com/968/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freeanalysis.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freeanalysis.wordpress.com/968/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freeanalysis.wordpress.com&amp;blog=1280882&amp;post=968&amp;subd=freeanalysis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://freeanalysis.wordpress.com/2012/01/09/vanilla-v4-new-bundle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fef776b144f77ad35c8c2bef4709d875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">freeanalysis</media:title>
		</media:content>

		<media:content url="http://freeanalysis.files.wordpress.com/2012/01/vanillav4_virtualbox.png" medium="image">
			<media:title type="html">Vanillav4_VirtualBox</media:title>
		</media:content>
	</item>
	</channel>
</rss>
