OLAP Actions over HTTP

A

Andreas Hennig

Hello,
I have the following problem.
I've defined actions in a cube. If I connect over normal servername I got
the data and the I could use the actions. If I use a connection over http://
.... (msolap.asp)
I got the data but there seems to be no actions.

Analysis Services version: 8.00.382
IIS works fine
Pivottable 10

Tested with the actions example from the office component toolpack.

I guess it dosent work, because these lines return no rows:
// the Actions schema is not defined in the list of standard ADO constants
for schemas yet, so use a GUID.
adors = element.Connection.OpenSchema(-1, sarrRestrictions,
"{A07CCD08-8148-11D0-87BB-00C04FC33942}");

thanks Andreas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top