cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
When would I use this plugin?
In some cases, we'd like to be able to save the schema of our ElastiCubes for backup after each build. That way, if something happens to the ElastiCube (such as a mistake we made in the data model and/or build failures), we'll have the ElastiCube schema file that we can always revert back to.
Since the .ecube file is comparatively tiny (tens/hundreds of KBs max), this will have a negligent effect on the hard disk space.
 
How do I install it?
1) End the ElastiCube.Service.exe process using Task Manager > Processes tab.
Note: Make sure to do this when no Cubes are building as this will cause a few moments of downtime.
 
2) Download the plugin from here
 Make sure to unblock the file after download. This can be done by right-clicking the file, choosing Properties and clicking the Unblock button under the Security section.
3) Save the DLL to C:\Program Files\Sisense\Prism\Server\Plugins. If the Plugins directory doesn't exist, please create it.
 
4) Start the ElastiCubeManagement service using Task Manager > Services tab.
 
5) Open the ElastiCube Manager and load the ElastiCube you'd like to apply the plugin to.
 
6) Choose ElastiCube > Pre & Post Execution Plugins from the ElastiCube Manager upper menu.
 
7) Click Add in the Post Execution Plugins and name the new plugin SaveEcubePostBuildPlugin (name is important!). Then click on the little script icon and paste the following XML:
 
<Attributes
   backupPath="C:\temp">
</Attributes>
Change the backupPath value to whichever directory you'd like to create the backup .ecube file to. Make sure to use the UNC convention in the path.
In this example, if I had an ElastiCube named ProductReview, after the build succeeds, a new .ecube file will be created in the following path:
C:\temp\ProductReview\ProductReview_yyyyMMddHHmmss.ecube
Let me know if you have any other suggestions/improvements to make the plugin better!
Tested on versions 6.6.1 and 7.0.1.
Version history
Last update:
‎03-02-2023 09:22 AM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

Sisense Privacy Policy