ImpersonateUser and NTLM authentication -
01-04-2005
, 04:27 PM
I have a client machine using ADOMD (Machine A) to connect to an MSAS
Server (Machine B). We are heavily using Cube security. Given that
the username/password is ignored in an MSOLAP connection string I am
using:
LogonUser(...)
ImpersonateUser(...)
Connection.open(...)
RevertToSelf(...)
With client and server on the same machine things work great.
With two separate machines I get "Database X does not exist".
Does ImpersonateUser(...) disallow the 'single hop' requirement of NTLM
authentication? Do I need to use a Kerberos setup?
Thanks for any help. |