dbTalk Databases Forums  

Problems creating local cubes using a http-connect

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Problems creating local cubes using a http-connect in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Matthias Englert
 
Posts: n/a

Default Problems creating local cubes using a http-connect - 10-17-2003 , 07:51 AM






Hi,

I have a problem creating a local cube using a HTTP-connection with Basic
Authentification for msolap.asp. With Integrated Security or Anonymous
Authentification everything works fine!
Using Basic Authentification I get an error "unable to open cellset..." from
MDX Sample Applicaiton (AS2K with SP 3a). Here the DDL-Statement:

CREATE GLOBAL CUBE [Sales]
STORAGE 'C:\Test.cub'
FROM [Sales]
(
MEASURE [Sales].[Unit Sales],
DIMENSION [Sales].[Customers],
DIMENSION [Sales].[Gender]
)

Maybe someone has an idea where the problem is...

Regards,
Matthias



Reply With Quote
  #2  
Old   
Matthias Englert
 
Posts: n/a

Default Additional Informaiton - 10-17-2003 , 10:55 AM






In VB the error occurs when the open-method of the adomd.cellset-object is
called.


"Matthias Englert" <menglert_news_nospam (AT) hotmail (DOT) com> schrieb im Newsbeitrag
news:e1ON20KlDHA.644 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Quote:
Hi,

I have a problem creating a local cube using a HTTP-connection with Basic
Authentification for msolap.asp. With Integrated Security or Anonymous
Authentification everything works fine!
Using Basic Authentification I get an error "unable to open cellset..."
from
MDX Sample Applicaiton (AS2K with SP 3a). Here the DDL-Statement:

CREATE GLOBAL CUBE [Sales]
STORAGE 'C:\Test.cub'
FROM [Sales]
(
MEASURE [Sales].[Unit Sales],
DIMENSION [Sales].[Customers],
DIMENSION [Sales].[Gender]
)

Maybe someone has an idea where the problem is...

Regards,
Matthias





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.