You need to sign in to do that
Don't have an account?

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
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
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
I dont have SOQL query or DML Statement inside the for loop. Please let me know if any other issues.
Thanks,
Surya
Could you please share the code.
Thanks,
Silpi