Z
zhoemar
I am creating an ASP page in which an OWC Pivot Table is
embedded that references an OLAP cube. I am a newbie with
this control, and borrowed most of the code from the MS
Office Web Components Toolpack.
What I have seems to always pass the Windows username &
Password of the user to the OLAP server for authentication
(Data Source Logon dialog box). What I want is to specify
a username & password is the code such that all users
connect using the same one.
(By the way, the reason for this is that the page will be
deployed on a company intranet that is accessible across
many NT domains, and I can't figure any other way to work
around the fact that the MS Analysis server (2000) can
only recognise accounts in the domain it is in. If anyone
knows an answer to this, I want to know!)
My connection string is set up like this:
pt.ConnectionString = "Provider=MSOLAP.2;Persist Security
Why doesn't the Username=OWC;Password=XXXXX; part work?
embedded that references an OLAP cube. I am a newbie with
this control, and borrowed most of the code from the MS
Office Web Components Toolpack.
What I have seems to always pass the Windows username &
Password of the user to the OLAP server for authentication
(Data Source Logon dialog box). What I want is to specify
a username & password is the code such that all users
connect using the same one.
(By the way, the reason for this is that the page will be
deployed on a company intranet that is accessible across
many NT domains, and I can't figure any other way to work
around the fact that the MS Analysis server (2000) can
only recognise accounts in the domain it is in. If anyone
knows an answer to this, I want to know!)
My connection string is set up like this:
pt.ConnectionString = "Provider=MSOLAP.2;Persist Security
pt.DataMember = "<%= sCube %>"Info=True;Data Source= said:
Why doesn't the Username=OWC;Password=XXXXX; part work?