We have a web application which uses sp lists web service.
1. We have a resume database (Document Library) in sharepoint
2. A .Net application uses Lists.asmx and updates the resumes DL
everyday for any changes which are tracked in the Employees Database
this is a table which has inforamtion of employees for changes in a
seprate Database server
3. This particular application is run as scheduled job every day at
7.45 AM Central time on our servers. This server is different from our
sharpeoint application and web front end servers
Intermittently we are getting the above error, we log errors and
succes and everyday we receive a log file.
The error is points to ListGetListItems and ListItems.Update methods
in our Check Modified method which actually gets a resultset of all
the modified records.
The items /resumes are updated individually not as bulk, each item is
processed and updated using ITem.Update

I have checked the code and  my gut feeling is error is not from code.
If it is from the code it should not work at all, also we use the same
code to test, in the test server and it does not break there
Also I h ave checked the RequestmaxLength in the web config files of
our web fron end, it is around 50000+
We do not have any  other services like incremental crawl/full crawl
running at same time on the sharepoint server when the lists.asmx is
trying to update the DL list. or any other scheduled jobs running at
the same time on the server from where this update job is scheduled.

Kind of lost here, any  ideas  or any help would be appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to