Error: Transaction has been cancelled while running fix script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 11:22 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 11:45 PM - edited 03-19-2024 11:46 PM
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
Harish