Folks,
We're trying to move a project from one Vault repository to another, and tried to export the project using the Folder Import/Export utility on the Vault server.
Unfortunately, this export keeps failing at about 66%. I already tried all sorts of things I found a mention of in this support forum, e.g. running "DBCC CHECKDB" on the Vault DB and so forth, to no avail.
The error we're getting is:
08.02.2007 07:59:16 <generic>: [<No Name>:3224] Folder Export: An exception occurred in ProcessResults_ProcessTransaction_BuildChangesetForTransaction(). Tx: 578 Transaction before exception: 578 on 23.05.2006 13:37:07
Change Set Items. Object reference not set to an instance of an object. at VaultFolderExportImport.frmExport.PickDeltaSummaryItem(ArrayList alSummaryItems, String strItemPath, Int32 nChange, PinStatus ps, Int64 nObjVerID, String strPrefObjPath, String strPrefObjPathWithSlash)
at VaultFolderExportImport.frmExport.BuildChangesetForTransaction(String strCalleePrefix, String strDeltaObjPath, String strDeltaObjPathWithSlash, HybridDictionary hdObjectIDsToExport, VaultFolderExportTxInfo tx, VaultTxDetail txDetail, VaultRepositoryDeltaSummary summary) [System.NullReferenceException: Object reference not set to an instance of an object.
at VaultFolderExportImport.frmExport.PickDeltaSummaryItem(ArrayList alSummaryItems, String strItemPath, Int32 nChange, PinStatus ps, Int64 nObjVerID, String strPrefObjPath, String strPrefObjPathWithSlash)
at VaultFolderExportImport.frmExport.BuildChangesetForTransaction(String strCalleePrefix, String strDeltaObjPath, String strDeltaObjPathWithSlash, HybridDictionary hdObjectIDsToExport, VaultFolderExportTxInfo tx, VaultTxDetail txDetail, VaultRepositoryDeltaSummary summary)]Object reference not set to an instance of an object.
08.02.2007 07:59:16 <generic>: [<No Name>:3224] Folder Export: An exception occurred in ProcessResults_ProcessTransaction() Object reference not set to an instance of an object. at VaultFolderExportImport.frmExport.PickDeltaSummaryItem(ArrayList alSummaryItems, String strItemPath, Int32 nChange, PinStatus ps, Int64 nObjVerID, String strPrefObjPath, String strPrefObjPathWithSlash)
at VaultFolderExportImport.frmExport.BuildChangesetForTransaction(String strCalleePrefix, String strDeltaObjPath, String strDeltaObjPathWithSlash, HybridDictionary hdObjectIDsToExport, VaultFolderExportTxInfo tx, VaultTxDetail txDetail, VaultRepositoryDeltaSummary summary)
at VaultFolderExportImport.frmExport.ProcessResults_ProcessTransaction(ExportCommand ec) [System.NullReferenceException: Object reference not set to an instance of an object.
at VaultFolderExportImport.frmExport.PickDeltaSummaryItem(ArrayList alSummaryItems, String strItemPath, Int32 nChange, PinStatus ps, Int64 nObjVerID, String strPrefObjPath, String strPrefObjPathWithSlash)
at VaultFolderExportImport.frmExport.BuildChangesetForTransaction(String strCalleePrefix, String strDeltaObjPath, String strDeltaObjPathWithSlash, HybridDictionary hdObjectIDsToExport, VaultFolderExportTxInfo tx, VaultTxDetail txDetail, VaultRepositoryDeltaSummary summary)
at VaultFolderExportImport.frmExport.ProcessResults_ProcessTransaction(ExportCommand ec)]Object reference not set to an instance of an object.
Any ideas what might be causing this, and how to get around it?
Thanks!
Marc
Folder export not working - aborts at 66%
Moderator: SourceGear