dbTalk Databases Forums  

Re: What's required to get cube info from separate web server?

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


Discuss Re: What's required to get cube info from separate web server? in the microsoft.public.sqlserver.olap forum.



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

Default Re: What's required to get cube info from separate web server? - 07-01-2003 , 08:49 AM






Thanks for the reply.

The article was very interesting but I'm still confused. Reading that
article, I would expect my OWC to not function without the datapump
installed on the IIS server. But our users are able to access pages with
OWC charts without any problems. The only issue is when I tried to put
an MDX command on the ASP page and try to get the cube last process
date. I really didn't see anything in the article that would explain why
one thing works and the other does not.



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Reply With Quote
  #2  
Old   
Vincent
 
Posts: n/a

Default Re: What's required to get cube info from separate web server? - 07-02-2003 , 08:26 AM






matt,
the owc really has nothing to do with the web server. the only purpose the web server holds in the case of OWC is to host the page that contains the code that runs on your local machine to start the OWC. from there, all requests to AS occur directly between your machine and the AS server, via PTS. you could even create a .htm file on your hard drive that hosts an OWC and run it from there (without any web server) and it will work.

when you run mdx in your asp, the asp code is being processed on the web server and therefore, the web server must be able to communicate/authenticate to the AS, as well as have the necessary olap objects installed, like oledb for olap.

does this make sense?
vincent

Quote:
Matt<mcqueenenospam (AT) hotmail (DOT) com> 7/1/2003 8:49:25 AM
Thanks for the reply.

The article was very interesting but I'm still confused. Reading that
article, I would expect my OWC to not function without the datapump
installed on the IIS server. But our users are able to access pages with
OWC charts without any problems. The only issue is when I tried to put
an MDX command on the ASP page and try to get the cube last process
date. I really didn't see anything in the article that would explain why
one thing works and the other does not.



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Reply With Quote
  #3  
Old   
Matt
 
Posts: n/a

Default Re: What's required to get cube info from separate web server? - 07-03-2003 , 08:02 AM



Interesting. I new that the PTS was required on the client machine to
run OWC but I still assumed that the web server was still involved in
the process. From what I'm reading now, the web server kind of "steps
away" from the communication and allows the client and the AS to talk
directly (almost). If this is true, that would explain why the MDX code
doesn't work since it runs "server side" and the correct DLL's aren't
installed for the web server to talk to the AS server.



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

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.