Error: Transaction has been cancelled while running fix script

Aditya1204
Tera Contributor

When I am running the fix script for around 25000 records for removing the user id from user table. But after updating 200 records. The pop up message came: "the transaction has been cancelled. Unable to download the data from server"

 

Please help me out with this.

 

Thanks in advance 

1 REPLY 1

Harish KM
Kilo Patron
Kilo Patron

Hi @Aditya1204 It is not best way to update all 25000 records in 1 go using fix script the browser will hang. You need to split the 25000 records with different job or use schedule job to update at the backend.

 

I would recommend schedule job to update 25k records and run during non business hours

Regards
Harish