Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
57 views

Hyperion Essbase Connection in SSIS

How can I get SSIS to connect to an Oracle Hyperion Essbase cube to use it as a data source? Googling this returned the following: A similar question was asked about a specific version with no real ...
2
votes
1answer
1k views

MDX filter problem

I'm pretty new to the whole MDX thing, but the following is just driving me batty. A FILTER statement I'm using is acting... strangely. Code sample, followed by description: SELECT { ...
0
votes
1answer
44 views

Alternatives to Essbase

I have Essbase as the BI solution (for Predictive Analytics and Data Mining) in my current workplace. It's a really clunky tool, hard to configure and slow to use. We're looking at alternatives. Any ...
0
votes
0answers
62 views

How we identify the Provider details from Adomd Connections' response

We are using the AdomdConnection object for XMLA Service connection. Is there any option to get the provider details like Mondrian or MS-SSAS or Oracle-Essbase or any XMLAService with ...
0
votes
2answers
1k views

Consuming Database Result Sets with Silverlight DataGrid

So I have a WCF Service that gets a result set from a database (not SQL) - I can get this data as a DataTable, string[][], etc. I can't use LINQ or ADO.NET Entity Framework very easily as it's not ...
0
votes
2answers
211 views

What are the options for extracting data out of Hyperion 7.3 with SSIS?

We need to get data out of some Hyperion cubes (databases) using SSIS. Are there any connection managers available for this? Has anyone done this?