Hi all,
I've defined virtual directory on IIS 6.0 that points to ..\isapi
directory
holding msxisapi.dll file.
I can connect but I have issues with authentication - users get
authenticated as other users.
Here is the scenario:
(I've defined calculated member in Foodmart's HR cube that returns
Username
function to debug this)
1. I connect to http://server/xmla/msxisapi.dll
as user UserA
2. I connect to http://server/xmla/msxisapi.dll
as user UserB but get
reckognized as UserA
or
1. I connect to http://server/xmla/msxisapi.dll
as user UserA
2. I connect to http://server/xmla/msxisapi.dll
as user UserB
3. I browse a little as UserB but after a while credentials change to
UserA
or
1. I connect to http://server/xmla/msxisapi.dll
as user UserB but get
reckognized as UserA
Credentials keep mixing as though some kind of invalid connection pooling
is being used.
IIS is configured for Basic authentication (and only that).
I've tried running IIS6 in IIS5 isolation mode but that didn't help.
I have the old asp (NOT .net) app on the same box that doesn't use XMLA
but
adomd and it works fine
Any suggestions?
Thanks,
Igor