Backing up a large ...
 
Notifications
Clear all

Backing up a large database

8 Posts
4 Users
0 Reactions
3,153 Views
Posts: 103
 ram
Topic starter
(@ram)
Estimable Member
Joined: 9 years ago

I am backing up a large database (2.5 GB) using SolidCP 1.3.0 and SQL Server 2012:

SolidCP > Databases > SQL Server 2012 > [Database name] > Maintenance Tools > Backup

Error message:

Stack Trace: System.Net.WebException: The operation has timed out
at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
at Microsoft.Web.Services3.WebServicesClientProtocol.GetResponse(WebRequest request, IAsyncResult result)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at SolidCP.EnterpriseServer.esDatabaseServers.BackupSqlDatabase(Int32 itemId, String backupName, Boolean zipBackup, Boolean download, String folderName)
at SolidCP.Portal.SqlBackupDatabase.BackupDatabase()

 

Additional information: I can backup databases without issue.

7 Replies
Posts: 1983
Admin
(@m-tiggelaar)
Noble Member
Joined: 9 years ago

Hello,

I think for larger db's you will need to increase timeout values on the SQL connection string but also the existing timeout values in the web.configs

 

Once increased it should work as expected

Reply
Posts: 103
 ram
Topic starter
(@ram)
Estimable Member
Joined: 9 years ago

Please, send me more details:

  1. How to increase timeout values on the SQL connection string?
  2. Hot to increase the existing timeout values in the web.configs?
Reply
Posts: 1983
Admin
(@m-tiggelaar)
Noble Member
Joined: 9 years ago

Most easy is to check google for those but:

MSSQL Connection string you add "Connection Timeout=30" for example

For exact values on web.config it's better to just open up a web.config and check for any time sensetive values (as there's quite a few it's not easy to list them all here).

Reply
Posts: 103
 ram
Topic starter
(@ram)
Estimable Member
Joined: 9 years ago

Should I updated the web.config file for "Enterprise Server" folder only? Or I'm forgetting another web.config file?

Reply
Page 1 / 2
Share: