Jump to content
We've recently updated our Privacy Statement, available here ×

jellis

Members
  • Posts

    1
  • Joined

  • Last visited

jellis's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I am trying to connect to a Cube made in SQL Service Analysis Services. I have configured an XML/A connection in JasperServer, and when I choose 'Test Connection', the server indicates that the 'Connection passed'. Everything looks good with the connection itself at this point. However, when I actually try to create a new OLAP View using that connection, I run in to an error: com.tonbeller.jpivot.olap.model.OlapException: Malformed data source given for determining XML/A provider Digging around the source a bit, I suspect I am running afoul of this segment of code in XMLA_Soap.java: String upperDSString = dataSourceString.toUpperCase(); if (!upperDSString.startsWith("PROVIDER=")) { throw new OlapException("Malformed data source given for determining XML/A provider"); } However, attempting to specify the provider as SqlServer (e.g., putting "Provider=MS;DataSource=REDACTED;" or "Provider=MICROSOFT;DataSource=REDACTED;" in the Data Source field), just results in a new error: org.olap4j.OlapException: No datasource could be found. Any insights on what it is I'm missing here to make this work?
×
×
  • Create New...