How to write programs using PDS ???
by Sobin » Fri, 30 Dec 2005 21:16:39 GMT
Hi,
I am new to PDS. I have gone thru lot materials related to PDS. But
still got confused at certain points.
1. In microsoft's documentation, they are talking about an EXTENDER
class. I want to know where it is located in our system (In project
server system).? Can we modify the code for EXTENDER class?
2. Regarding REPLY through XML.. For, eg:
<Reply>
<UserName></UserName>
<ProjectsAccess>
<Mode></Mode>
<ResGlobalID></ResGlobalID>
<ResGlobalName></ResGlobalName>
</ProjectsAccess>
</Reply>
How do we modify the contents of the existing PDS method's reply ? OR
How to create new reply for a method?
3. How the nodes (Mode, ResGlobalID, etc..) for each reply is
selected?? Is there any List containg the available nodes??
Where all these information are located ??
Any help appreciated....
Thanx
Re: How to write programs using PDS ???
by davegb » Fri, 30 Dec 2005 23:56:12 GMT
This forum is for users of MS Project. I suggest you look for
information on PDS, whatever it is, elsewhere.
Re: How to write programs using PDS ???
by Jan De Messemaeker » Sat, 31 Dec 2005 00:56:58 GMT
Hi,
I suppose this is PDS extender for Project Server?
You will have more luck in microsoft.public.project.developer
Greetings,
Similar Threads:
1.How to write programs using PDS ???
Hi,
I am new to PDS. I have gone thru lot materials related to PDS. But
still got confused at certain points.
1. In microsoft's documentation, they are talking about an EXTENDER
class. I want to know where it is located in our system (In project
server system).? Can we modify the code for EXTENDER class?
2. Regarding REPLY through XML.. For, eg:
<Reply>
<UserName></UserName>
<ProjectsAccess>
<Mode></Mode>
<ResGlobalID></ResGlobalID>
<ResGlobalName></ResGlobalName>
</ProjectsAccess>
</Reply>
How do we modify the contents of the existing PDS method's reply ? OR
How to create new reply for a method?
3. How the nodes (Mode, ResGlobalID, etc..) for each reply is
selected?? Is there any List containg the available nodes??
Where all these information are located ??
Any help appreciated....
Thanx
2.How to write Programs using PDS ???
Hi,
I am new to PDS. I have gone thru lot materials related to PDS. But
still got confused at certain points.
1. In microsoft's documentation, they are talking about an EXTENDER
class. I want to know where it is located in our system (In project
server system).? Can we modify the code for EXTENDER class?
2. Regarding REPLY through XML.. For, eg:
<Reply>
<UserName></UserName>
<ProjectsAccess>
<Mode></Mode>
<ResGlobalID></ResGlobalID>
<ResGlobalName></ResGlobalName>
</ProjectsAccess>
</Reply>
How do we modify the contents of the existing PDS method's reply ? OR
How to create new reply for a method?
3. How the nodes (Mode, ResGlobalID, etc..) for each reply is
selected?? Is there any List containg the available nodes??
Where all these information are located ??
Any help appreciated....
Thanx
3.How to write programs using PDS ??
Hi,
I am new to PDS. I have gone thru lot materials related to PDS. But
still got confused at certain points.
1. In microsoft's documentation, they are talking about an EXTENDER
class. I want to know where it is located in our system (In project
server system).? Can we modify the code for EXTENDER class?
2. Regarding REPLY through XML.. For, eg:
<Reply>
<UserName></UserName>
<ProjectsAccess>
<Mode></Mode>
<ResGlobalID></ResGlobalID>
<ResGlobalName></ResGlobalName>
</ProjectsAccess>
</Reply>
How do we modify the contents of the existing PDS method's reply ? OR
How to create new reply for a method?
3. How the nodes (Mode, ResGlobalID, etc..) for each reply is
selected?? Is there any List containg the available nodes??
Where all these information are located ??
Any help appreciated....
Thanx
4.Using PDS to write
Hello all,
I was wondering if anyone knows how I can use the PDS to
actually write some information into the MSProject Tables.
Thank you for your help?
5.Help need for writing PDS Extender
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