Cannot call Sql2005CreateBackup twice in same 6hr period with different database names

Discussion in 'Control Panel API' started by kingjs, Aug 7, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. If I try to call Sql2005CreateBackup for each of the two databases I have, the API will not allow it in the same 6hr period - these seems a little unreasonable? Shouldn't this be DB specific?

    Jeff


    {'Server was unable to process request. ---> Method 'Sql2005CreateBackup' can only be called once every 21600 seconds.'}
    [System.Web.Services.Protocols.SoapException]: {'Server was unable to process request. ---> Method 'Sql2005CreateBackup' can only be called once every 21600 seconds.'}
    Data: {System.Collections.ListDictionaryInternal}
    HelpLink: null
    InnerException: null
    Message: 'Server was unable to process request. ---> Method 'Sql2005CreateBackup' can only be called once every 21600 seconds.'
    Source: 'System.Web.Services'
    StackTrace: ' at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)\r\n at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)\r\n at MadissonPark.Scheduling.TaskImplementation.net.discountasp.api.CustomerApi.Sql2005CreateBackup(String key, String databaseName)...:line 276'
    TargetSite: {System.Object[] ReadResponse(System.Web.Services.Protocols.SoapClientMessage, System.Net.WebResponse, System.IO.Stream, Boolean)}
     
  2. Yes, we are looking into making it DB specific.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     
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