Try adding prompt=1 to the OWC connectstring. It will prompt you for uid/pwd
to be used for basic authentication. Or, I suppose you could also hardcode
the uid/pwd on the connectstring if you want, but prompt=1 is easier.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.
<wardy1975 (AT) yahoo (DOT) com> wrote
Quote:
Hi Allison....thanks for the response. I had already added the site as
a trusted site in my IE and it still wasn't working. I have since
managed to get past this problem. I had not properly configured AS for
http requests....I had not added my msolap.asp file to the proper
directories and my connection string was wrong. Now, of course, I have
more problems....I need to have basic authentication enabled on the web
site, and if I put basic authentication on the msolap.asp file as
directed, the OWC components no longer render and I get errors. If I
leave anonymous access on the msolap file but basic authentication on
the virtual directory, then things seem to work properly, but I get
prompted to login everytime I refresh the page or click a hyperlink,
which shouldn't be happening as I am already logged in on the site.....
Any thoughts? |