Uploading SpagoBI OLAP template on SpagoBI server

926 views Asked by At

I've created the OLAP template following all the steps correctly in the SpagoBI studio. While uploading the XML template, I'm getting the following exception:

it.eng.spagobi.sdk.exceptions.SDKException
2

There are 2 answers

2
user3324723 On BEST ANSWER

If you look at the xml produced by the Studio with a text editor you may probably notice that the hasAll tag is uncorrectly generated. If this is the problem you are facing, it's a known bug. You can edit the xml manually and then redeploy the template or wait for the patch to be published.

0
LucasPG On

In most cases editing hasAll=" in your template.xml to hasAll="true" should work, but in my project editing xml file didnt help. Any other ideas how to solve it?