function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
surya prasad G Asurya prasad G A 

Data load issues when updating accounts

Hi,

I am getting below error when updating accounts
"
axgen`20181102210502.798`4LCdyAGRZvCkt7nRp0uvX-`77456`0`0`0`````36ac5e486dafb48b`0```P-`216.11.2```00DE0000000PVJs`00544000008qVwX`684882`175186``````27.0`ApexLimitExceeded:00DE0000000PVJs:ACTIVE(db=ACTIVE,api=Active):System.LimitException: Too many SOQL queries: 101 "

Could you please anyone suggest me.

Thank you,
Prasad
Silpi roy 16Silpi roy 16
Hi Surya,

It is hitting the governor Limit ,You must have some class or Trigger while updating the Account.
Where you may have written SOQL Query inside for loop or the DML Statement.

Thanks,
Silpi
surya prasad G Asurya prasad G A
Hi Silpa,

I dont have SOQL query or DML Statement inside the for loop. Please let me know if any other issues.

Thanks,
Surya
Silpi roy 16Silpi roy 16
Hi Surya,

Could you please share the code.

Thanks,
Silpi