This commit is contained in:
2009-01-27 15:31:59 +00:00
parent ec5874fb87
commit 36323b44a7
12 changed files with 315 additions and 71 deletions

View File

@@ -40,9 +40,7 @@ namespace DataLoader
if (convertProcedures)
{
_OutTran = new OutsideTransition(cn);
// load rofst (use it later)....
DocVersionInfo dvi = DocVersionInfo.Get(docver.VersionID);
rofst = new ROFST(pth + "\\ro.fst",dvi);
MigrateROFST(pth, docver);
// Migrate library documents
MigrateLibDocs(cn, pth);
// Initialize Dictionaries
@@ -65,7 +63,7 @@ namespace DataLoader
ShowMissingTransitions();
log.InfoFormat("Completed Migration of {0}", pth);
MessageBox.Show("Completed Migration of " + pth);
rofst.Close();
if (rofstinfo != null) rofstinfo.ROFSTLookup.Close();
dicTrans_ItemDone.Clear();
dicTrans_ItemDone = null;
}