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

Login rate exceeded problem
Anyone knows what is causing "Login rate exceeded" exception for an (integration) user?
Haven't foundnd any reference/answer in "Help" or manual.
Can anyone provide me some more information abou this error, because it's really a blocker.
Previous discussion regarding this, hope it helps...
http://boards.developerforce.com/t5/General-Development/quot-Login-Rate-Exceeded-quot-Issues/td-p/181791
There is a limit of 3600 calls to login per user per hour (e.g. 1 a second), and you've exceeded that limit, likely you have an issue with your integration that is causing it to repeatedly call login.
Hi,
I am facing same 'Login Rate Exceeded issue'. Would really appreciate your help on fixing this. I am new to SalesForce and first time doing this integration. I call the 'getConnection' method each time before making API call. Inside that method I check if connection is not null then I return the same connection object or else I create a new one.
I am not sure why I get this error. The method code is like below.
PLease help.
Thnaks,
mk2013
There is a limit of 3600 calls to login() per user per hour. Exceeding this limit will result in a “Login Rate Exceeded” error.
Thanks,
Vijay