Web Components connection with Cubo by http://

P

putini

I am having problems when using the Web Components to carry through the
connection saw HTTP:// with the Cube, making with that it carries
through an authentication with the user windows and the permissions of
the users in the cube. If someone will be able to help I will be been
thankful.

Example:
<%
set adomdCell = CreateObject("ADOMD.CellSet")
set adomdCat = CreateObject("ADOMD.Catalog")

adomdCell.ActiveConnection = "Provider=MSOLAP.2;Data
Source=http://<ip>/<virutal direcotyr>;Initial Catalog=<Base>"

strSource = "Select {[Measures].AllMembers} on Columns from [PBIT]"
adomdCell.Source = strSource

set adomdCat = nothing
set adomdCell = nothing
%>

When i get this ERROR:
Microsoft® OLE DB Provider for Analysis Services error '80040e4d'

Unauthorized

OS: All the permissions are correct. Only that I do not obtain to make
the integration and authentication with the users of the Windows and
the Cube
 

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