Unable to connect to analysis server -
02-22-2005
, 09:26 AM
in order to connect to Analysis Server thru ASP.net, i
need msolap.asp to be copied to the default website.
however, my registry do not have msolap registered at
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\ Provider
s\MSOLAP], i cant run http://localhost/msolap.asp on my
server.
i had followed instructions provided by msdn, but still
cannot find any soltuions, i need to connect to my AA with
the followng connection string:
oleDbConn.ConnectionString = "Provider=MSOLAP.2;Data
Source=JOHNBOY;Initial Catalog=Foodmart;User
ID=sa;Password="
can anyone help? |