Problem with using method 'Sql2005CreateBackup'

Discussion in 'Control Panel API' started by masmart, Feb 22, 2011.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello guys.
    I tried to get backup of me database using method 'Sql2005CreateBackup' but
    when I trying to call it, this error occurs:
    DiscountASP.net.UserErrorException: Method 'Sql2005CreateBackup' can only be
    called once every 21600 seconds.
    how can I resolve this problem?
    Thanx for any help.
     
  2. It's an intended limitation implemented on the web service to prevent needless and excessive load. The only way to resolve it is to call it less often, once every 6 hours at most.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page