Sync is failing
Last Post 02/18/2013 3:36 PM by Peter Donker. 1 Replies.
Author Messages
dsteinmetz
New Member
New Member
Posts:14


--
02/13/2013 5:02 PM
I'm running into an issue after I have moved our install to a different server and upgraded to the latest version of DNN and DMX.

I've cleaned out the DMX repository and the Sync conflict is set to 'Source Leading'. I have all of the source files in a folder (E:\Clients) on the same drive share as the DNN installation (E:\Websites).

I'm trying to re-sync DMX fresh from the source and the below is what I am getting for each of the existing collections. Any ideas?

13 10:47:56 I: Synchronization Start.
13 10:47:56 I: 0 Checking SyncFolder 10.
13 10:47:56 I: 0 Locking SyncFolder 10.
13 10:48:26 I: 0 Unlocking SyncFolder 10.
13 10:48:26 E: 0 Failed folder sync.
13 10:48:26 E: 0 Exception: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues)
at Bring2mind.DNN.Modules.DMX.Data.SqlDataProvider.LockEntry(Int32 PortalId, Int32 EntryId, DateTime LockedUntil, Int32 LockedBy, Guid LockKey)
at Bring2mind.DNN.Modules.DMX.Entities.Entries.EntriesController.LockEntry(Int32 PortalId, Int32 UserId, EntryInfo& Entry, TimeSpan LockDuration, Guid LockKey)
at Bring2mind.DNN.Modules.DMX.Entities.Entries.EntriesController.LockEntry(Int32 PortalId, Int32 UserId, Int32 EntryId, TimeSpan LockDuration)
at Bring2mind.DNN.Modules.DMX.Services.SyncFolders.SyncFolderTask.DoWork()
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
02/18/2013 3:36 PM
The problem appears to be in the SQL connection. It is timing out. It is hard to tell from here what could be causing this.

Peter


---