A restore workflow from version 6 to version 7 successfully imports most records but skips others with this error message pointing to three invalid column names:
Exception information for document with Id: 825, DocuWare.DAL.XChange.DWDBException: Invalid column name 'DWUSRVERSION'.
Invalid column name 'DWVERSTATUS'.
Invalid column name 'DWVERCOMMENT'.
at DocuWare.DAL.DataAccess.BaseSQLBuilder.ExecuteScalar(IDataCommand command, Int32 contextId)
at DocuWare.DAL.DataAccess.SQLBuilder.ExecuteNonQuery(String sql, SQLCommandContent content)
at DocuWare.DAL.DataAccess.BaseSQLBuilder.Ex.........etc
I checked the xml header files and found two differences, marked *** below. The Flags value is "2" in successful records. The CheckOutDoc section does not appear in the successful records. I also wonder if the checkin fcguid needs to be updated to match the new destination fc. I have not yet run a restore after eliminating the CheckOutDoc section.
*** <Flags>8194</Flags>
<StoreUser>USERNAME</StoreUser>
<Offset>0</Offset>
<ModificationUser>USERNAME</ModificationUser>
<StoreDateTime>2013-06-20T13:43:15</StoreDateTime>
<ModificationDateTime>2014-01-09T15:44:28</ModificationDateTime>
*** <CheckOutDoc user="USERNAME" computer="dom.local\USERPC" datetime="2014-01-09T15:44:28">
*** <checkin fcGuid="11984f36-2c0d-4904-9d50-8eb11d24641d" docID="825" />
*** </CheckOutDoc>
Any clarification will be welcome. Best regards.