dbTalk Databases Forums  

Processing a Cube from an ASP.NET web service

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


Discuss Processing a Cube from an ASP.NET web service in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Derek Diamond
 
Posts: n/a

Default Processing a Cube from an ASP.NET web service - 12-23-2004 , 10:25 AM






I am trying to process acube from a Web Service.
I have referenced DSO, and on trying to Connect with
Server.Connect(connString) I get the message that connection was lost or data
is corrupt!
This same code works if called from a Win Form app.

Reply With Quote
  #2  
Old   
stevefromoz via SQLMonster.com
 
Posts: n/a

Default Re: Processing a Cube from an ASP.NET web service - 12-23-2004 , 05:10 PM






is the user context of ASP running under an account that is in the OLAP Admin group? You probably are in this group, so when running in winforms it uses your context. You could possibly use windows security on your web app too.

--
Message posted via http://www.sqlmonster.com

Reply With Quote
  #3  
Old   
Derek Diamond
 
Posts: n/a

Default Re: Processing a Cube from an ASP.NET web service - 12-23-2004 , 11:49 PM



Thanks Steve, However I am an OLAP admin. In fact I am also an admin, and I
have set impersonate = true in the web.config?


"stevefromoz via SQLMonster.com" wrote:

Quote:
is the user context of ASP running under an account that is in the OLAP Admin group? You probably are in this group, so when running in winforms it uses your context. You could possibly use windows security on your web app too.

--
Message posted via http://www.sqlmonster.com


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.