Skip to main content

Posts

Showing posts from March, 2014

How export and import saiku files on Pentaho 5

After install saiku plugin for Pentaho 5 available on marketplace, by default isn't possible export the saiku files (".saiku"). So, in this post I'll explain the configuration you need to do for have this feature. Stop your pentaho server; Open the file <pentaho-path>/biserver-ce/pentaho-solutions/system/importExport.xml ; Add " <entry key="saiku" value-ref="streamConverter"/> " to  convertersMap map; Add " <entry key="saiku" value="text/xml"/> " to the map of  NameBaseMimeResolver bean; Add " <value>.saiku</value> " to the list  approvedExtensionList ; Start pentaho server again and try download one saiku file.  As an example I leave this link for the file, after configured.