Data being deleted during Migration
Hi,
During migration from M3a to beta 2..at the import stage, i'm being asked if i want to drop and re create the tables. Once i do so most of the data is being lost. such indlue workitems.... whats wrong ? |
6 answers
Hi,
Migration is a 2 step process - - You need to first export the data using M3a repotools. This will create a tar file - You need to import using Beta2 repotools. This will recreate the tables and import the contents of the tar. The database schema changed from M3a to beta2, So, we have to delete all the tables and recreate it. https://jazz.net/learn/LearnItem.jsp?href=content/docs/repo-migration/MigrateData0.6Beta2.html describes the migration process. --- Balaji "farrugiarobert" <rfarrugi@it.ibm-dot-com.no-spam.invalid> wrote in message news:fk68l6$3vk$1@localhost.localdomain... Hi, |
hi, thanks for your reply...
Ive done all that. and when creating the tables some data is being skipped. MOstly work items... The following log might help: 2007-12-17 18:07:36,484 Repo Tools, Version 0.6.0.I20071214-0415 2007-12-17 18:07:36,625 Loading configuration from file:.\teamserver.properties 2007-12-17 18:07:37,828 Initial database connection successful Db Product Name: DB2/NT Db Product Version: SQL08020 Db Name/Location: //localhost:50000/JAZZDATA:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx; 2007-12-17 18:07:42,093 Creating tables for database "//localhost:50000/JAZZDATA:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;" without indices. 2007-12-17 18:08:01,578 The user ADMIN has logged in to the database "//localhost:50000/JAZZDATA:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;". 2007-12-17 18:08:01,578 Importing data from the file "c:\exportLAST.tar" into the database "//localhost:50000/JAZZDATA:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;". 2007-12-17 18:08:01,578 Reading tar file c:\exportLAST.tar... 2007-12-17 18:08:02,765 Finished reading tar file 'c:\exportLAST.tar in 1187 ms 2007-12-17 18:08:02,765 Importing contents from c:\exportLAST.tar into the repository 2007-12-17 18:08:02,812 Migrating data exported from the following model versions 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.process, Version = 0.9 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.interop, Version = 12 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.workitem, Version = 3 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.opaque, Version = 1 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.repository, Version = 4 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.scm, Version = 0.22 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.apt, Version = 3 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.workitem.query, Version = 2 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.apt.resource, Version = 1 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.foundation.wiki, Version = 1 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.build, Version = 2 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.process.simplefile, Version = 0.1 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.analysis, Version = 1 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.links, Version = 3 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.reports, Version = 1.1 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.filesystem, Version = 0.6 2007-12-17 18:08:02,812 Registered Migration Handlers 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.interop, Version = 14, Migration Handler = com.ibm.team.interop.service.internal.InteropMigrationHandler 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.workitem, Version = 5, Migration Handler = com.ibm.team.workitem.service.internal.WorkItemMigrationHandler 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.process, Version = 2, Migration Handler = com.ibm.team.process.internal.service.migration.ProcessMigrationHandlerTo2 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.repository, Version = 6, Migration Handler = com.ibm.team.repository.migration.internal.impl.RepositoryMigrationHandlerM3 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.scm, Version = 0.25, Migration Handler = com.ibm.team.scm.service.internal.migration.ScmMigrationHandler 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.apt, Version = 3, Migration Handler = com.ibm.team.apt.internal.service.APTMigrationHandler 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.workitem.query, Version = 4, Migration Handler = com.ibm.team.workitem.service.internal.QueryMigrationHandler 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.dashboard, Version = 1, Migration Handler = com.ibm.team.dashboard.service.internal.migration.MigrationHandler 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.build, Version = 4, Migration Handler = com.ibm.team.build.internal.service.migration.Migrate_2_To_4 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.process.simplefile, Version = 0.1, Migration Handler = com.ibm.team.process.internal.service.migration.SimpleFileMigrationHandler 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.analysis, Version = 1, Migration Handler = com.ibm.team.analysis.service.internal.AnalysisMigrationHandler 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.reports, Version = 1.2, Migration Handler = com.ibm.team.reports.service.internal.ReportsMigrationHandler 2007-12-17 18:08:02,812 Namespace URI = com.ibm.team.links, Version = 4, Migration Handler = com.ibm.team.links.service.internal.LinkMigrationHandler 2007-12-17 18:08:02,828 Namespace URI = com.ibm.team.filesystem, Version = 0.6, Migration Handler = com.ibm.team.filesystem.service.internal.migration.FilesystemMigrationHandler 2007-12-17 18:08:02,828 Bridge Migration Handler = com.ibm.team.filesystem.service.extensions.internal.SCMWorkItemsMigrationHandler 2007-12-17 18:08:02,828 Data Migration Handler = com.ibm.team.datawarehouse.service.internal.DataWarehouseMigrationHandler 2007-12-17 18:08:02,828 2007-12-17 18:08:02,984 Importing 'RoleAssignment' items... 2007-12-17 18:08:03,093 Imported 12 RoleAssignment items, 12 item states in 328 ms 2007-12-17 18:08:03,093 Skipped 2 RoleAssignment items, 2 item states 2007-12-17 18:08:03,093 2007-12-17 18:08:03,093 Importing 'Role' items... 2007-12-17 18:08:03,093 Imported 0 Role items, 0 item states in 0 ms 2007-12-17 18:08:03,093 Skipped 6 Role items, 6 item states 2007-12-17 18:08:03,093 2007-12-17 18:08:03,093 Importing 'Operation' items... 2007-12-17 18:08:03,265 Imported 0 Operation items, 0 item states in 172 ms 2007-12-17 18:08:03,265 Skipped 22 Operation items, 22 item states 2007-12-17 18:08:03,265 2007-12-17 18:08:03,265 Importing 'ChangeEvent' items... 2007-12-17 18:08:08,000 Imported 307 ChangeEvent items, 307 item states in 4735 ms 2007-12-17 18:08:08,000 2007-12-17 18:08:08,000 Importing 'ContributorDetails' items... 2007-12-17 18:08:08,265 Imported 12 ContributorDetails items, 15 item states in 265 ms 2007-12-17 18:08:08,265 2007-12-17 18:08:08,265 Importing 'Contributor' items... 2007-12-17 18:08:08,437 Imported 12 Contributor items, 24 item states in 172 ms 2007-12-17 18:08:08,437 2007-12-17 18:08:08,437 Importing 'ProcessChangeEventCheck' items... 2007-12-17 18:08:08,515 Imported 1 ProcessChangeEventCheck items, 1 item states in 78 ms 2007-12-17 18:08:08,515 2007-12-17 18:08:08,515 Importing 'ProjectArea' items... 2007-12-17 18:08:10,953 Imported 6 ProjectArea items, 150 item states in 2438 ms 2007-12-17 18:08:10,953 2007-12-17 18:08:10,953 Importing 'TeamArea' items... 2007-12-17 18:08:11,187 Imported 5 TeamArea items, 21 item states in 234 ms 2007-12-17 18:08:11,187 2007-12-17 18:08:11,187 Importing 'ProcessDefinition' items... 2007-12-17 18:08:11,343 Imported 4 ProcessDefinition items, 6 item states in 156 ms 2007-12-17 18:08:11,343 2007-12-17 18:08:11,343 Importing 'DevelopmentLine' items... 2007-12-17 18:08:11,421 Imported 6 DevelopmentLine items, 10 item states in 78 ms 2007-12-17 18:08:11,421 2007-12-17 18:08:11,421 Importing 'Iteration' items... 2007-12-17 18:08:12,125 Imported 40 Iteration items, 70 item states in 704 ms 2007-12-17 18:08:12,125 2007-12-17 18:08:12,125 Importing 'WorkItem' items... 2007-12-17 18:08:14,515 Imported 0 WorkItem items, 0 item states in 2390 ms 2007-12-17 18:08:14,515 Skipped 58 WorkItem items, 147 item states 2007-12-17 18:08:14,515 2007-12-17 18:08:14,515 Importing 'Category' items... 2007-12-17 18:08:14,765 Imported 10 Category items, 15 item states in 250 ms 2007-12-17 18:08:14,765 Skipped 1 Category items, 1 item states 2007-12-17 18:08:14,765 2007-12-17 18:08:14,765 Importing 'Attribute' items... 2007-12-17 18:08:16,359 Imported 179 Attribute items, 179 item states in 1594 ms 2007-12-17 18:08:16,359 Skipped 12 Attribute items, 18 item states 2007-12-17 18:08:16,359 2007-12-17 18:08:16,359 Importing 'Attachment' items... 2007-12-17 18:08:16,390 Imported 2 Attachment items, 2 item states in 31 ms 2007-12-17 18:08:16,390 2007-12-17 18:08:16,390 Importing 'Workspace' items... 2007-12-17 18:08:16,625 Imported 26 Workspace items, 26 item states in 235 ms 2007-12-17 18:08:16,625 2007-12-17 18:08:16,625 Importing 'Configuration' items... 2007-12-17 18:08:17,750 Imported 54 Configuration items, 54 item states in 1125 ms 2007-12-17 18:08:17,750 2007-12-17 18:08:17,750 Importing 'ChangeHistory' items... 2007-12-17 18:08:18,171 Imported 52 ChangeHistory items, 52 item states in 421 ms 2007-12-17 18:08:18,171 2007-12-17 18:08:18,171 Importing 'ComponentEntry' items... 2007-12-17 18:08:18,375 Imported 26 ComponentEntry items, 26 item states in 204 ms 2007-12-17 18:08:18,375 2007-12-17 18:08:18,375 Importing 'BaselineSet' items... 2007-12-17 18:08:18,953 Imported 83 BaselineSet items, 83 item states in 578 ms 2007-12-17 18:08:18,953 2007-12-17 18:08:18,953 Importing 'HistoricBasis' items... 2007-12-17 18:08:19,265 Imported 46 HistoricBasis items, 46 item states in 312 ms 2007-12-17 18:08:19,265 2007-12-17 18:08:19,265 Importing 'ChangeSet' items... 2007-12-17 18:08:21,062 Imported 37 ChangeSet items, 219 item states in 1797 ms 2007-12-17 18:08:21,062 2007-12-17 18:08:21,062 Importing 'Component' items... 2007-12-17 18:08:21,093 Imported 7 Component items, 7 item states in 31 ms 2007-12-17 18:08:21,093 2007-12-17 18:08:21,093 Importing 'Baseline' items... 2007-12-17 18:08:21,281 Imported 26 Baseline items, 26 item states in 188 ms 2007-12-17 18:08:21,281 2007-12-17 18:08:21,281 Importing 'Folder' items... 2007-12-17 18:08:21,890 Imported 86 Folder items, 104 item states in 609 ms 2007-12-17 18:08:21,890 2007-12-17 18:08:21,890 Importing 'IterationPlanRecord' items... 2007-12-17 18:08:21,968 Imported 3 IterationPlanRecord items, 3 item states in 78 ms 2007-12-17 18:08:21,968 2007-12-17 18:08:21,968 Importing 'QueryDescriptor' items... 2007-12-17 18:08:23,000 Imported 0 QueryDescriptor items, 0 item states in 1032 ms 2007-12-17 18:08:23,000 Skipped 74 QueryDescriptor items, 77 item states 2007-12-17 18:08:23,000 2007-12-17 18:08:23,000 Importing 'ContributorResourceDetails' items... 2007-12-17 18:08:23,015 Imported 1 ContributorResourceDetails items, 1 item states in 15 ms 2007-12-17 18:08:23,015 2007-12-17 18:08:23,015 Importing 'WikiPage' items... 2007-12-17 18:08:23,062 Imported 4 WikiPage items, 6 item states in 47 ms 2007-12-17 18:08:23,062 2007-12-17 18:08:23,062 Importing 'BuildEngineActivity' items... 2007-12-17 18:08:23,078 Imported 1 BuildEngineActivity items, 1 item states in 16 ms 2007-12-17 18:08:23,078 2007-12-17 18:08:23,078 Importing 'BuildAverageData' items... 2007-12-17 18:08:23,125 Imported 3 BuildAverageData items, 3 item states in 47 ms 2007-12-17 18:08:23,125 2007-12-17 18:08:23,125 Importing 'BuildResultContributions' items... 2007-12-17 18:08:25,000 Imported 0 BuildResultContributions items, 0 item states in 1875 ms 2007-12-17 18:08:25,015 Skipped 59 BuildResultContributions items, 59 item states 2007-12-17 18:08:25,015 2007-12-17 18:08:25,015 Importing 'BuildResult' items... 2007-12-17 18:08:28,078 Imported 0 BuildResult items, 396 item states in 3063 ms 2007-12-17 18:08:28,078 Skipped 59 BuildResult items, 59 item states 2007-12-17 18:08:28,078 2007-12-17 18:08:28,078 Importing 'BuildEngine' items... 2007-12-17 18:08:28,156 Imported 0 BuildEngine items, 0 item states in 78 ms 2007-12-17 18:08:28,156 Skipped 1 BuildEngine items, 8 item states 2007-12-17 18:08:28,156 2007-12-17 18:08:28,156 Importing 'BuildDefinition' items... 2007-12-17 18:08:28,703 Imported 3 BuildDefinition items, 62 item states in 547 ms 2007-12-17 18:08:28,703 2007-12-17 18:08:28,703 Importing 'BuildRequest' items... 2007-12-17 18:08:30,156 Imported 59 BuildRequest items, 118 item states in 1453 ms 2007-12-17 18:08:30,156 2007-12-17 18:08:30,156 Importing 'SimpleFile' items... 2007-12-17 18:08:31,734 Imported 2 SimpleFile items, 2 item states in 1578 ms 2007-12-17 18:08:31,734 2007-12-17 18:08:31,734 Importing 'ReportDescriptor' items... 2007-12-17 18:08:33,484 Imported 82 ReportDescriptor items, 82 item states in 1750 ms 2007-12-17 18:08:33,484 2007-12-17 18:08:33,484 Importing 'FolderDescriptor' items... 2007-12-17 18:08:33,500 Imported 1 FolderDescriptor items, 1 item states in 16 ms 2007-12-17 18:08:33,500 2007-12-17 18:08:33,500 Importing 'AuditableLink' items... 2007-12-17 18:08:34,156 Imported 94 AuditableLink items, 94 item states in 656 ms 2007-12-17 18:08:34,156 2007-12-17 18:08:34,156 Importing 'FileItem' items... 2007-12-17 18:08:44,234 Imported 290 FileItem items, 782 item states in 10078 ms 2007-12-17 18:08:44,234 2007-12-17 18:08:44,234 Importing data com.ibm.team.datawarehouse/jazz_dw_601... 2007-12-17 18:08:47,625 Imported com.ibm.team.datawarehouse/jazz_dw_601 in 3391ms 2007-12-17 18:08:47,625 2007-12-17 18:08:47,625 Importing deferred items... 2007-12-17 18:08:55,328 Finished importing deferred items 2007-12-17 18:08:55,328 Rebuilding indices... 2007-12-17 18:09:00,218 End rebuilding indices 2007-12-17 18:09:00,265 Running post import for 'com.ibm.team.repository' component... 2007-12-17 18:09:00,265 Post Import for com.ibm.team.repository took 0 ms 2007-12-17 18:09:00,265 Running post import for 'com.ibm.team.process' component... 2007-12-17 18:09:01,921 Post Import for com.ibm.team.process took 1656 ms 2007-12-17 18:09:01,921 Running post import for 'com.ibm.team.interop' component... 2007-12-17 18:09:01,921 Post Import for com.ibm.team.interop took 0 ms 2007-12-17 18:09:01,921 Running post import for 'com.ibm.team.workitem' component... 2007-12-17 18:09:02,578 Error performing post import org.eclipse.core.runtime.AssertionFailedException: assertion failed: at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) at com.ibm.team.workitem.service.internal.WorkItemMigrationHandler.migrateTeamAreaAssociationsM4D1(WorkItemMigrationHandler.java:1190) at com.ibm.team.workitem.service.internal.WorkItemMigrationHandler.migrateTeamAreaAssociationsM4D1(WorkItemMigrationHandler.java:1166) at com.ibm.team.workitem.service.internal.WorkItemMigrationHandler.doPostImport(WorkItemMigrationHandler.java:314) at com.ibm.team.workitem.service.internal.WorkItemMigrationHandler.postImport(WorkItemMigrationHandler.java:293) at com.ibm.team.repository.migration.internal.impl.MigrationHandlerDispatcher.postImport(MigrationHandlerDispatcher.java:385) at com.ibm.team.repository.migration.internal.impl.MigrationHandlerDispatcher.postImport(MigrationHandlerDispatcher.java:378) at com.ibm.team.repository.migration.internal.service.AbstractMigrationService.performPostImport(AbstractMigrationService.java:900) at com.ibm.team.repository.migration.internal.service.AbstractMigrationService.importRepository(AbstractMigrationService.java:591) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.invoke(ExportProxyServiceRecord.java:324) at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.access$0(ExportProxyServiceRecord.java:316) at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord$1.invoke(ExportProxyServiceRecord.java:106) at $Proxy220.importRepository(Unknown Source) at com.ibm.team.repotools.rcp.internal.ImportApplicationModel.importData(ImportApplicationModel.java:201) at com.ibm.team.repotools.rcp.internal.ImportApplicationModel.run(ImportApplicationModel.java:298) at com.ibm.team.repotools.rcp.internal.ApplicationModel.run(ApplicationModel.java:399) at com.ibm.team.repotools.rcp.RepositoryToolsApplication.run(RepositoryToolsApplication.java:605) at com.ibm.team.repotools.rcp.RepositoryToolsApplication.start(RepositoryToolsApplication.java:637) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) at org.eclipse.equinox.launcher.Main.run(Main.java:1173) at org.eclipse.equinox.launcher.Main.main(Main.java:1148) 2007-12-17 18:09:02,578 Post Import for com.ibm.team.workitem took 657 ms 2007-12-17 18:09:02,578 Running post import for 'com.ibm.team.scm' component... 2007-12-17 18:09:02,609 Post Import for com.ibm.team.scm took 31 ms 2007-12-17 18:09:02,609 Running post import for 'com.ibm.team.apt' component... 2007-12-17 18:09:02,718 Post Import for com.ibm.team.apt took 109 ms 2007-12-17 18:09:02,718 Running post import for 'com.ibm.team.workitem.query' component... 2007-12-17 18:09:02,718 Post Import for com.ibm.team.workitem.query took 0 ms 2007-12-17 18:09:02,718 Running post import for 'com.ibm.team.dashboard' component... 2007-12-17 18:09:02,718 Post Import for com.ibm.team.dashboard took 0 ms 2007-12-17 18:09:02,718 Running post import for 'com.ibm.team.build' component... 2007-12-17 18:09:03,218 Post Import for com.ibm.team.build took 500 ms 2007-12-17 18:09:03,218 Running post import for 'com.ibm.team.process.simplefile' component... 2007-12-17 18:09:03,218 Post Import for com.ibm.team.process.simplefile took 0 ms 2007-12-17 18:09:03,218 Running post import for 'com.ibm.team.analysis' component... 2007-12-17 18:09:03,218 Post Import for com.ibm.team.analysis took 0 ms 2007-12-17 18:09:03,218 Running post import for 'com.ibm.team.links' component... 2007-12-17 18:09:03,218 Post Import for com.ibm.team.links took 0 ms 2007-12-17 18:09:03,218 Running post import for 'com.ibm.team.reports' component... 2007-12-17 18:09:03,828 Post Import for com.ibm.team.reports took 610 ms 2007-12-17 18:09:03,828 Running post import for 'com.ibm.team.filesystem' component... 2007-12-17 18:09:03,828 Post Import for com.ibm.team.filesystem took 0 ms 2007-12-17 18:09:03,828 Running 'com.ibm.team.filesystem.service.extensions.internal.SCMWorkItemsMigrationHandler' post import... 2007-12-17 18:09:04,046 Post Import for com.ibm.team.filesystem.service.extensions.internal.SCMWorkItemsMigrationHandler took 218 ms 2007-12-17 18:09:04,046 Deleting migration data store... 2007-12-17 18:09:04,250 Deleted migration data store in 204 ms 2007-12-17 18:09:04,250 Verifying repository contents using verification level '1'... 2007-12-17 18:09:04,250 Verifying items present in 'com.ibm.team.workitem' component... 2007-12-17 18:09:04,281 Verifying items present in 'com.ibm.team.process' component... 2007-12-17 18:09:04,765 Verifying items present in 'com.ibm.team.dashboard' component... 2007-12-17 18:09:04,781 Verifying items present in 'com.ibm.team.repository' component... 2007-12-17 18:09:04,875 Verifying items present in 'com.ibm.team.scm' component... 2007-12-17 18:09:04,875 Verifying items present in 'com.ibm.team.apt.internal.service.APTMigrationVerifier' component... 2007-12-17 18:09:04,906 Imported 1582 items, 3006 item states in 62141 ms. 399 item states skipped. Error importing 0 elements 2007-12-17 18:09:04,906 com.ibm.team.workitem 2007-12-17 18:09:04,906 Attribute : 179 items, 179 item states imported 2007-12-17 18:09:04,906 WorkItem : 0 items, 0 item states imported 2007-12-17 18:09:04,906 Category : 10 items, 15 item states imported 2007-12-17 18:09:04,906 Attachment : 2 items, 2 item states imported 2007-12-17 18:09:04,906 com.ibm.team.process 2007-12-17 18:09:04,906 ProjectArea : 6 items, 150 item states imported 2007-12-17 18:09:04,906 TeamArea : 5 items, 21 item states imported 2007-12-17 18:09:04,906 DevelopmentLine : 6 items, 10 item states imported 2007-12-17 18:09:04,906 ProcessDefinition : 4 items, 6 item states imported 2007-12-17 18:09:04,906 Iteration : 40 items, 70 item states imported 2007-12-17 18:09:04,906 ProcessChangeEventCheck : 1 items, 1 item states imported 2007-12-17 18:09:04,906 com.ibm.team.repository 2007-12-17 18:09:04,906 Role : 0 items, 0 item states imported 2007-12-17 18:09:04,906 Contributor : 12 items, 24 item states imported 2007-12-17 18:09:04,906 ContributorDetails : 12 items, 15 item states imported 2007-12-17 18:09:04,921 ChangeEvent : 307 items, 307 item states imported 2007-12-17 18:09:04,921 RoleAssignment : 12 items, 12 item states imported 2007-12-17 18:09:04,921 Operation : 0 items, 0 item states imported 2007-12-17 18:09:04,921 com.ibm.team.apt 2007-12-17 18:09:04,921 IterationPlanRecord : 3 items, 3 item states imported 2007-12-17 18:09:04,921 com.ibm.team.scm 2007-12-17 18:09:04,921 ChangeHistory : 52 items, 52 item states imported 2007-12-17 18:09:04,921 Component : 7 items, 7 item states imported 2007-12-17 18:09:04,921 Baseline : 26 items, 26 item states imported 2007-12-17 18:09:04,921 ChangeSet : 37 items, 219 item states imported 2007-12-17 18:09:04,921 HistoricBasis : 46 items, 46 item states imported 2007-12-17 18:09:04,921 BaselineSet : 83 items, 83 item states imported 2007-12-17 18:09:04,921 ComponentEntry : 26 items, 26 item states imported 2007-12-17 18:09:04,921 Configuration : 54 items, 54 item states imported 2007-12-17 18:09:04,921 Workspace : 26 items, 26 item states imported 2007-12-17 18:09:04,921 Folder : 86 items, 104 item states imported 2007-12-17 18:09:04,921 com.ibm.team.workitem.query 2007-12-17 18:09:04,921 QueryDescriptor : 0 items, 0 item states imported 2007-12-17 18:09:04,921 com.ibm.team.apt.resource 2007-12-17 18:09:04,921 ContributorResourceDetails : 1 items, 1 item states imported 2007-12-17 18:09:04,921 com.ibm.team.foundation.wiki 2007-12-17 18:09:04,921 WikiPage : 4 items, 6 item states imported 2007-12-17 18:09:04,921 com.ibm.team.build 2007-12-17 18:09:04,921 BuildResult : 0 items, 396 item states imported 2007-12-17 18:09:04,937 BuildRequest : 59 items, 118 item states imported 2007-12-17 18:09:04,937 BuildEngine : 0 items, 0 item states imported 2007-12-17 18:09:04,937 BuildResultContributions : 0 items, 0 item states imported 2007-12-17 18:09:04,937 BuildEngineActivity : 1 items, 1 item states imported 2007-12-17 18:09:04,937 BuildAverageData : 3 items, 3 item states imported 2007-12-17 18:09:04,937 BuildDefinition : 3 items, 62 item states imported 2007-12-17 18:09:04,937 com.ibm.team.process.simplefile 2007-12-17 18:09:04,937 SimpleFile : 2 items, 2 item states imported 2007-12-17 18:09:04,937 com.ibm.team.links 2007-12-17 18:09:04,937 AuditableLink : 94 items, 94 item states imported 2007-12-17 18:09:04,937 com.ibm.team.reports 2007-12-17 18:09:04,937 ReportDescriptor : 82 items, 82 item states imported 2007-12-17 18:09:04,937 FolderDescriptor : 1 items, 1 item states imported 2007-12-17 18:09:04,937 com.ibm.team.filesystem 2007-12-17 18:09:04,937 FileItem : 290 items, 782 item states imported 2007-12-17 18:09:04,937 2007-12-17 18:09:04,937 Migration completed with errors. See log for details. 2007-12-17 18:09:04,937 The user ADMIN has logged out of the database "//localhost:50000/JAZZDATA:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;". |
You don't have to worry about the skipped items. When we import Work items,
we don't have all the information to import the Work items. So, we add it to a temporary store. The items added to temporary store are import during the deferred import phase. I agree we should enhance our logging to provide this information to the users. As far as the assertion error, I am not sure about it. I will take another look at the Work items post import code and provide u with more information. --- Balaji "farrugiarobert" <rfarrugi@it.ibm-dot-com.no-spam.invalid> wrote in message news:fk6bit$570$1@localhost.localdomain... hi, thanks for your reply... |
opened bug 40229.
"Balaji Krish" <balajik@us.ibm.com> wrote in message news:fk6cg4$5mg$1@localhost.localdomain... You don't have to worry about the skipped items. When we import Work |
thanks for your help,
whats the deferred import phase? is it something that we can do immediatly? or we have to wait for the next release? how much this wil ltake? thanks once again Rob |
Hi Rob,
Deferred import phase is an internal impl detail. When you do a repotools -import, we process the items in the following order. - Import the items in the tar. Components can defer the item import if they don't have all the information required to import the item. In your example, work item defers the import. - Process all the items in the deferred queue after all the items in the tar are processed. In your example, work item has all the information required to import the item. So, they import it during the deferred import phase. ------- Balaji "farrugiarobert" <rfarrugi@it.ibm-dot-com.no-spam.invalid> wrote in message news:fk85ja$tul$1@localhost.localdomain... thanks for your help, |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.