Hi,
I have installed SQLServer 2000 and Analysis services in Windows 2000 stand-alone server, on client I use Office Web Components (v10).
When my domain user and password are identical as user and password on OLAP server, I can connect using such connection string:
rovider=MSOLAP.2;Integrated Security=SSPI;Persist Security Info=True;Data Source=cubeserver;Initial Catalog=CubeTest;Client Cache Size=25;Auto Synch Period=10000
But I want to give Internet users access to cubes, so I had to change connection string:
Provider=MSOLAP.2;Password=pass;Persist Security Info=True;User ID=test;Data Source= Catalog=CubeTest;Client Cache Size=25;Auto Synch Period=10000
It doesn't work - no error message, just empty table
"Q279489 INF: How to Connect to Analysis Server 2000 with HTTP Connection" is missing in Microsoft Knowledge Base, so I don't have any idea what is wrong.
Thanks for any suggestions
Radek
I have installed SQLServer 2000 and Analysis services in Windows 2000 stand-alone server, on client I use Office Web Components (v10).
When my domain user and password are identical as user and password on OLAP server, I can connect using such connection string:
rovider=MSOLAP.2;Integrated Security=SSPI;Persist Security Info=True;Data Source=cubeserver;Initial Catalog=CubeTest;Client Cache Size=25;Auto Synch Period=10000
But I want to give Internet users access to cubes, so I had to change connection string:
Provider=MSOLAP.2;Password=pass;Persist Security Info=True;User ID=test;Data Source= Catalog=CubeTest;Client Cache Size=25;Auto Synch Period=10000
It doesn't work - no error message, just empty table
"Q279489 INF: How to Connect to Analysis Server 2000 with HTTP Connection" is missing in Microsoft Knowledge Base, so I don't have any idea what is wrong.
Thanks for any suggestions
Radek