Hi
I am trying to write a PDS Extender for MS Project Server 2003, using
.Net platform. The problem is, if the client of the Extender has
Windows Administrative privileges then PDS propagates/ communicates the
request to my Extender and a successful reply is returned. If the user
does not have Windows Administrative privileges then client gets a
login failed message as listed below

<Reply>
<HRESULT>0</HRESULT>
<STATUS>1</STATUS>
<ProjectSites>
<Error>Login failed for user 'WIN2K3\Steve Masters'.</Error>
</ProjectSites>
</Reply>

Can any one tell me what sort of permission do I have to set for the
client.

Thanks

Re: Help need for writing PDS Extender by Mike

Mike
Fri Jan 07 12:43:02 CST 2005

Hi Burki,

Try posting on the developer newsgroup. Please see FAQ Item: 24. Project
Newsgroups. FAQs, companion products and other useful Project information
can be seen at this web address: http://www.mvps.org/project/.

Mike Glen
Project MVP





Burki wrote:
> Hi
> I am trying to write a PDS Extender for MS Project Server 2003, using
> .Net platform. The problem is, if the client of the Extender has
> Windows Administrative privileges then PDS propagates/ communicates
> the request to my Extender and a successful reply is returned. If the
> user does not have Windows Administrative privileges then client gets
> a login failed message as listed below
>
> <Reply>
> <HRESULT>0</HRESULT>
> <STATUS>1</STATUS>
> <ProjectSites>
> <Error>Login failed for user 'WIN2K3\Steve Masters'.</Error>
> </ProjectSites>
> </Reply>
>
> Can any one tell me what sort of permission do I have to set for the
> client.
>
> Thanks