Guest_imported
New member
- Jan 1, 1970
- 0
I'm having a problem with authentication in Analisys Manager.
My team is developing a web site through wich we want to manage OLAP roles (not really the roles, but only the users that belong to DATABASE Roles) i. e. we have an asp page that lists all users for a selected role (the role itself cannot be managed).
Now, this is simple if the web server and the Analysis Server (OLAP Server) reside on the same machine; the site authenticates the user through NTLM (anonimous users not alowed) and then instantiates DSO objects to manage the roles, but what if the IIS resides in one machine and OLAP Server in another?
First, the asp page cannot create the objects because they don't exist on that machine, second the user cannot be authenticated in OLAP Server.
We are developing in Visual Interdev 6, and all this servers are 2000, can anyone help, please?
My team is developing a web site through wich we want to manage OLAP roles (not really the roles, but only the users that belong to DATABASE Roles) i. e. we have an asp page that lists all users for a selected role (the role itself cannot be managed).
Now, this is simple if the web server and the Analysis Server (OLAP Server) reside on the same machine; the site authenticates the user through NTLM (anonimous users not alowed) and then instantiates DSO objects to manage the roles, but what if the IIS resides in one machine and OLAP Server in another?
First, the asp page cannot create the objects because they don't exist on that machine, second the user cannot be authenticated in OLAP Server.
We are developing in Visual Interdev 6, and all this servers are 2000, can anyone help, please?