Skip to main content
Question

AGOL Feature Service Writer: Change number of records updated at a time.

  • April 25, 2022
  • 2 replies
  • 73 views

rtreecare
Contributor
Forum|alt.badge.img

I have a workspace that is updating about 100,000 records online. It will do a couple groups of 1000 updates before the rest service returns an error:

"The error code from the server was '1000' and the message was: 'Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding."

 

Is there a way to get around this error? I was thinking that reducing the number of records updated per rest call would help but I dont see a way to change the number from 1000.

 

Thanks!

2 replies

rahulsharma
Safer
Forum|alt.badge.img+10
  • Safer
  • April 25, 2022

Hi @rtreecare​ 

Just wondering what version of FME Desktop are you currently using.

For changing Feature Per Request, you can go to Navigator Windows --> AGOL Writer --> Advanced --> Feature Per Request

Switch the value from Default 1000 to a lower number i.e. 500


rtreecare
Contributor
Forum|alt.badge.img
  • Author
  • Contributor
  • April 25, 2022

Thanks! hope that solves the error.