How to Log in To ProjectServer By PDS remotely?

D

Daniel Lee

Hello :
I could log into projectserver to create project file by PDS
function and the role is administrator on the same server; I got one problem
that if I run my web application from another server and try to log into
original projectserver by administrator role with PDS function the error
message happens hence that I could not Log in.
Can anyone solve my problem? It seems that My web application has to
be on the same server with project server.

Regards,
Daniel Lee
 
C

Craig

There are a number of factors at play here. What authentication mode are
you using (Windows Authentication, Project server authentication?)?
To keep it simple Project Server does not like third party tokens. It has
been several months since I had to solve the problem but I ended up using
windows authentication and having to use code to run an impersonation
session. This can have its draw backs as well with security, and using
impersonation requires someone to be authenticate to begin with.
If this doesn't point you in the right direction I would suggest posting
some more details about your environment, the tools and language versions
you are using to do the programming.

Craig
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top