K
Kevin Newman
I am attempting to add resources to an enterprise project from the Enterprise
Resource Pool using the <ProjectResourcesCreate> method in PDS. The following
is the syntax of my request:
<Request>
<ProjectResourcesCreate>
<AutoPublish>1</AutoPublish>
<ProjectName>1330482-AEC-New Madrid LP Inspection.Published</ProjectName>
<Resources>
<Resource>
<Name>103111</Name>
</Resource>
<Resource>
<Name>103121</Name>
</Resource>
+++++++ There are a few more resources. I just shortened it for the example
+++++
</Resources>
</ProjectResourcesCreate>
</Request>
After it runs I receive the following result showing that the request was
successful
<Reply>
<HRESULT>0</HRESULT>
<STATUS>1006</STATUS>
<UserName>knewman</UserName>
<ProjectResourcesCreate>
<Project>
<ProjectName>1330482-AEC-New Madrid LP
Inspection.Published</ProjectName>
<ProjectID>43</ProjectID>
</Project>
</ProjectResourcesCreate>
</Reply>
However when I check out the project and look at the resource sheet there is
nothing there. The method doesn't seem to work for any of my projects, which
are all created using the <ProjectCreate> method.
Any help would be appreciated. We are attempting to go live with Project
Server next week, and this is a major fly in the ointment.
Resource Pool using the <ProjectResourcesCreate> method in PDS. The following
is the syntax of my request:
<Request>
<ProjectResourcesCreate>
<AutoPublish>1</AutoPublish>
<ProjectName>1330482-AEC-New Madrid LP Inspection.Published</ProjectName>
<Resources>
<Resource>
<Name>103111</Name>
</Resource>
<Resource>
<Name>103121</Name>
</Resource>
+++++++ There are a few more resources. I just shortened it for the example
+++++
</Resources>
</ProjectResourcesCreate>
</Request>
After it runs I receive the following result showing that the request was
successful
<Reply>
<HRESULT>0</HRESULT>
<STATUS>1006</STATUS>
<UserName>knewman</UserName>
<ProjectResourcesCreate>
<Project>
<ProjectName>1330482-AEC-New Madrid LP
Inspection.Published</ProjectName>
<ProjectID>43</ProjectID>
</Project>
</ProjectResourcesCreate>
</Reply>
However when I check out the project and look at the resource sheet there is
nothing there. The method doesn't seem to work for any of my projects, which
are all created using the <ProjectCreate> method.
Any help would be appreciated. We are attempting to go live with Project
Server next week, and this is a major fly in the ointment.