James Derulo's

Portfolio

Salesforce Issue : Organization Administration Locked

1 comment
While using Salesforce Developer console, I tried to save an apex class and for some reason I found saving the class took forever. I copied the code to eclipse and retried saving file from Eclipse and I encountered this issue shown below


Organization Administration Locked
The changes you requested require salesforce.com to temporarily lock your organization's administration setup. However, the administration setup has already been locked by another change. Please wait for the previous action to finish, then try again later. 


First thing clicked to me was, may be asynchronously I was trying to update same class would have resulted in this issue, which could be possible. But after waiting for two hour(s), I am still stuck and cannot save my file.

Googling the issue I ended up to conclusion that you got to call the Salesforce for the issue and to escalate it (if required)

There are bunch of tweaks I tried which includes pulling Queue log with the query below, but none of them giving any concrete answer.

Queried Sandbox for queued process - din't gave me anything and no rights to kill them (if-have any)














Tried Anonymous Apex to kill the process

If anybody had the same issue before and knew a solution please advice, all your help would highly be appreciated
Next PostNewer Post Previous PostOlder Post Home

1 comment:

  1. It sounds as if you're deploying the class to a productive org instead of a sandbox.
    You could have a look into your productive org "Monitor Deployments" page to be sure.

    ReplyDelete