CreateProject Returns Error Status 1016

A

Arif Eqbal

Hi,
I am a new user to the Project Server, using version 2003
I am trying to create a project from my .NET App using PDS
I use the XML
<Request>
<ProjectCreate>
<Project>
<ProjectName>TestProject</ProjectName>
<StartDate>20061024</StartDate>
</Project>
</ProjectCreate>
</Request>
Whatever the Name I provide it always shows me 1016 - ProjectNameInvalid

What is the right way to Create a Project from My .NET App ?

Thanks
Arif Eqbal
 
Top