PDS ProjectCreate status 3000

M

marcbb

Hi all!

Every time a try to create a new Project I get status code= 3000
(rsVersionNotFound)

My request is:

<Request>
<ProjectCreate>
<AutoPublish>1</AutoPublish>
<Project>
<ProjectName>NewProj.Published</ProjectName>
<StartDate>20060421</StartDate>
</Project>
</ProjectCreate>
</Request>

and I'm getting this response:

<Reply>
<HRESULT>0</HRESULT>
<STATUS>3000</STATUS>
<UserName>Administrador</UserName>
</Reply>


what i'm doing wrong?
 
C

clin341

Can't say I've tried this before but have you tried just NewProj as the
ProjectName?

CLin
 
M

marcbb

Hi clin341,

If I put NewPorj then I get error status 1016 (rsProjectNameInvalid).
But I think that is normal because the projectname is the composition
of <nameproject>.<version>

However, thanks for your response clin341 ;-)

More ideas?
 
M

marcbb

Ok, finally I'have resolved the problem...

I was accessing an Spanish version of Project Server who save the
published projects with the name: "projectname.Publicada"

Then, this line:

<ProjectName>NewProj.Published</ProjectName>

had to be replaced by:

<ProjectName>NewProj.Publicada</ProjectName> (spanish form)

and now it's all OK!

Thanks a lot for your attention ;-)
 

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