You need to sign in to do that
Don't have an account?
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.
I would recommend to log a case with salesforce support for this issue.