H
Harish Siripuram
Hello Everybody
I'm working on a solution which needs to be integrated with MS Project Server 2003. For which I have used PDS APIs for integrating with MSP Server and developed the soultion also every thing went fine till pre production environment.
During the deployment we found that the project server 2003 (PWA in IIS) installed was configured to support only Windows Authentication Mode (Integrated windows authentication) in order to support this we have incorporated the changes to support & it was working fine. But when I move the same solution to Production Environment it's not working.
Initially I was using the following URL to connect to the PDS API in project server authentication mode.
http://servername/projectserver/lgnpsau.asp?un=username&pwd=password
Now to support windows authentication mode we are using the following URL
http://servername/projectserver/lgnintau.asp
When I try accessing the above URLs it works fine from the IE Browser. I have created a domain account in Project server and tired, the project server logged in automaticaly using (SSO).
But when I try to connect to the project server with same URLs through programatically it is giving me errors.
Project Server Error: 9006 / 5002
Can some one please help me on this.
Regards
Harish Siripuram
I'm working on a solution which needs to be integrated with MS Project Server 2003. For which I have used PDS APIs for integrating with MSP Server and developed the soultion also every thing went fine till pre production environment.
During the deployment we found that the project server 2003 (PWA in IIS) installed was configured to support only Windows Authentication Mode (Integrated windows authentication) in order to support this we have incorporated the changes to support & it was working fine. But when I move the same solution to Production Environment it's not working.
Initially I was using the following URL to connect to the PDS API in project server authentication mode.
http://servername/projectserver/lgnpsau.asp?un=username&pwd=password
Now to support windows authentication mode we are using the following URL
http://servername/projectserver/lgnintau.asp
When I try accessing the above URLs it works fine from the IE Browser. I have created a domain account in Project server and tired, the project server logged in automaticaly using (SSO).
But when I try to connect to the project server with same URLs through programatically it is giving me errors.
Project Server Error: 9006 / 5002
Can some one please help me on this.
Regards
Harish Siripuram