R
Rayan
I'm developing a web application for project server, and I'm using the
XmlStoredProcedure method to retrieve the data from SQL server.
Our servers are:
• windows 2003 (project server)
• windows 2000 (SQL)
All the stored procedures have EXECUTE permission set for the
MSProjectServerRole, and views have SELECT permission for the
MSProjectServerRole.
The problem is I got an error massage
"Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'."
When I use any another PDS Extension I didn't get this error!
Could any one help me please ?
XmlStoredProcedure method to retrieve the data from SQL server.
Our servers are:
• windows 2003 (project server)
• windows 2000 (SQL)
All the stored procedures have EXECUTE permission set for the
MSProjectServerRole, and views have SELECT permission for the
MSProjectServerRole.
The problem is I got an error massage
"Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'."
When I use any another PDS Extension I didn't get this error!
Could any one help me please ?