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
pluviosillapluviosilla 

Problem Saving Apex Code to Server in Force.com IDE: ServiceException: LIMIT_EXCEEDED

I'm getting a really strange error spew when I try to save files to the server in the Force.com IDE. Here's the message:

 

Problem Saving Apex Code to Server in Force.com IDE: ServiceException: LIMIT_EXCEEDED

 

Unable to save resource ‘src’ to server: ServiceException: LIMIT_EXCEEDED: java.sql.SQLExcepton: ORA-20526:
ORA-06512: at “SLEEPY.CCUSTOMINDEX”, line 275
ORA-06512: at line 1
:{call cCustomIndex.insert_detail(?,?,?,?,?,?,?,?,?,?,?)} (LIMIT_EXCEEDED)

 

Reason:

LIMIT_EXCEEDED: java.sql.SQLException: ORA-20526:

ORA-06512: at “SLEEPY.CCUSTOMINDEX”, line 275
ORA-06512: at line 1
:{call cCustomIndex.insert_detail(?,?,?,?,?,?,?,?,?,?,?)} (LIMIT_EXCEEDED)

 

Any idea what might be causing this?

 

Again, I'm not running the app. I'm simply trying to upload code that shows no syntax errors.

Vinit_KumarVinit_Kumar

I would recommend to log a case with salesforce support for this issue.