0

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
Cœur
  • 37,241
  • 25
  • 195
  • 267
ravi
  • 45
  • 4

2 Answers2

1

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.

  • Thanks for the reply! But how must be the hasAll tag i.e; what is the correct way to use hasAll tag? – ravi Dec 24 '14 at 04:57
  • Thanks man! as you said, there was bug in xml file. I corrected it, and it's working! – ravi Dec 24 '14 at 07:22
0

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?

LucasPG
  • 423
  • 1
  • 6
  • 22