PDS - EnterpriseCustomFieldUpdate method

I

Ingrid Weng

The data in one of the enterprise custom filed (Text, value list) need to be
renew daily. The data source is from another system, so I wrote an
application, update the value list by calling the PDS
EnterpriseCustomFieldUpdate method.
The problem is :
If the data row from the source is few (maybe, let's say, under 1000), it
works fine. But if the data row is up to 3000, the system(project server)
throw a message as "the size of the request exceeds the limit allowed by the
server".

Is it the limit of xml document or the project server?
What can I do?

Please help! Thanks!
 
G

Gord Schmidt

Hi Ingrid,

The maximum post size for SOAP requests must be increased in order for the
request to be handled.

On the Project Server machine use RegEdit…
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ MSSOAP \ 30 \ SOAPISAP \
MaxPostSize

…and set the value from 0x00019000 to, say, A00000.

Gord
 

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