Setup Pivot4J Analytics to Consume SSAS Multidimensional Models
Pivot4J Analytics is a recent replacement of JPivot OLAP Browser. Pivot4J Analytics can be used to consume SSAS Multidimensional Models. Setting up Pivot4J Analytics is very simple and should take less than 40 minutes. These are the steps: A. Configure HTTP access for your SSAS server Follow this TechNet article: http://technet.microsoft.com/en-us/library/gg492140.aspx B. Install Recent JDK Download recent JDK from https://jdk8.java.net/download.html And perform default install. C. Setup Environment Variable JAVA_HOME Open File Explorer Right Click on Computer and click on properties Click on Advanced Systems Setting Click on Advanced tab Click on Environment Variables Create a new system variable Enter the Variable name as JAVA_HOME and the value to your jdk bin path (In my case it is C:\Program Files\Java\jdk1.8.0\bin) NOTE Make sure u start with ; in the Value so that it doesn’t corrupt the other environment variables which is alread...