Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error when deploying OLAP cube in spagoBI. message: cannot deploy document on server: class it.eng.spagobi.sdk.exceptions.SDKException

error when deploying OLAP cube in SpagoBI. error message: cannot deploy document on server: class it.eng.spagobi.sdk.exceptions.SDKException

like image 630
Hareesh Reddy Avatar asked Apr 10 '15 12:04

Hareesh Reddy


People also ask

Why can't I process an OLAP cube on my SSAS server?

In certain situations, processing an OLAP cube on a remote SSAS server might fail because the firewall has not been configured properly. The default instance of SSAS uses TCP/IP port 2383, and this port must be unblocked in the firewall to allow access.

Can I uninstall the OLAP cube extension?

However, if you do have an error in the MDX expression when you add it in a management pack by using a CubeExtension, you can uninstall the cube extension to revert any changes that were made on the OLAP cube.

How to test the MDX expression on the OLAP cube?

You should test the MDX expression on the OLAP cube using Business Intelligence Development Studio (BIDS) or SSAS, without saving the changes, before you add the MDX expression to the OLAP cube using a CubeExtension or defining it in the SystemCenterCube element.


1 Answers

  1. Open template.xml file as any editor you like.
  2. Then there is an Hierarchy element, where it has hasAll element which configured wrongly.
  3. So, update hasAll=true then save.
  4. Deploy template.xml on SpagoBI server.
like image 72
aman agrawal Avatar answered Sep 30 '22 20:09

aman agrawal