How to check out the Resource Global?

K

Kevin

I try to use PDS to add a resource into the Resource Global Pool like below:
<Request>
<ResourcesAdd>
<Resources>
<Resource>
<Name>aaron</Name>
</Resource>
</Resources>
</ResourcesAdd>
</Request>
but it responsed a error 'rsResGlobalNotCheckedout'. Should I check out the
Resource global first? How can I do that?
 
K

Kurt Verhaegen

Kevin:
You have to check out the project Resglobal by:
<Request>
<ProjectsCheckout>
<Project>
<ProjectType>3</ProjectType>
</Project>
</ProjectsCheckout>
</Request>
Grtz Kurt
 
K

Kevin

Thanks, Kurt

Kurt Verhaegen said:
Kevin:
You have to check out the project Resglobal by:
<Request>
<ProjectsCheckout>
<Project>
<ProjectType>3</ProjectType>
</Project>
</ProjectsCheckout>
</Request>
Grtz Kurt
 

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