Unable to logon PS2007 using WindowsAuth Webservices in VM Ware Se

P

Psk

Hi,

I am working in VM Ware server for developing ProjectServer2007
customization,

unable to logon using "Windows Credentials"(WindowsLogin.asmx webserice). Not

showing any error, but failed.

if loginWindows.Login() logonSuccessed = true;
....doesnot satisfy this condition.( i believe my coding is right and tested)

All posible rights has given to the user's login.

how can i findout the solution? Please help..

Details:
Windows 2003 Server,Project Server 2007,Visual Studio 2005

Regards,
Suresh Kannan
 
C

Christophe Fiessinger [MSFT]

run a SQL profiler to see why your request is being rejected, the trace will
show you exactly what login is passed to the Project DB.
 
Top