List View Mass Update Error

Hi All,

               I was doing a mass update for the list view of Accounts the first 1000 records.

1.Error Mass Update failed. Initiating new attempt (3 of 3).Error Mass Update failed. Initiating new attempt (3 of 3).

2.Internal error The server encountered an error and could not complete your request.Please try again. If the error persists, please contact your Sugar Administrator.

I also noticed that the mass update list check boxes were not ticked for few records in the list view.Which has be defaultly ticked when i select the first 1000.

This is occurring only for Accounts and remaining modules are fine

When i check console i can see like

"<>/rest/v10/Accounts/MassUpdate Failed to load resource: the server responded with a status of 500 (Internal "

Can any one please give me suggestion David López Mehul  Bhandari

Regards

Sidhu

Parents Reply
  • Hi sidhu,

    1000 records are quite a lot to process. I believe you are getting 500 errors on the fly.(Check php_error.log you must see somethint there, probably memory or execution time excited).

    Especially performing mass-update for all the records. (Depends on what action you are doing, mass update might take a lot of time even for single record). 

    I would recommend you to reduce the number of record. If you need to update more than that, I would build a script and perform it in DB, etc.. 

    Hope this helps. 

    Best Regards

    Tevfik Tümer
    Developer Support Engineer

Children