We're trying to synch our dev and staging instances, but we haven't set up the servers to synch with each other yet, so we're trying to use export and import to synch them up.
The client's been adding content to staging while we've been modifying code on dev, and now we need to synch the two instances.
We reduced the export to just Pages, but this error still happens:
>
> Message: Conversion failed when converting from a character string to uniqueidentifier.
>
> Exception type: System.Data.SqlClient.SqlException
> Stack Trace:
> at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
> at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
> at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
> at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows)
> at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more)
> at System.Data.SqlClient.SqlDataReader.Read()
> at System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping)
> at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue)
> at System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords)
> at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
> at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
> at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
> at CMS.DataEngine.AbstractDataConnection.ExecuteQuery(String queryText, QueryDataParameters queryParams, QueryTypeEnum queryType, Boolean requiresTransaction)
>
>
> Exporting Pages
> Preparing export
We're using v9.0, but the site was originally created with v8.2
thanks,
Marcel
↧