Upgrade from Insight 1.0.1.1 to 1.1.1.2 - Framework Manager projects migration issues
Hi,
I have upgraded Insight from 1.0.1.1 to 1.1.1.2 and able to access the reports and all tools.
As part of Migration IBM suggests to migrate Framework manager projects also using MigrateFM batch script.
I am getting a java null pointer exception when I am trying this. It doesn't log anything in migratefm.log file.
Platform: Windows 2008 64 bit.
Command running:
E:\IBM\RRDIDevTools\migration\1.1.1.2\fm>
migrateFM.bat -cpf "E:\IBM\RRDI\framemgr\AESS RTC Live\AESS RTC Live.cpf" -riInstallDir "E:\IBM\RRDI" -version v1.0.1.1 -conflict skip -type dw -noMigrate
Error:
java.lang.NullPointerException
at com.ibm.rational.insight.migration.fm.command.FeatureMigration.getChildByName(FeatureMigration.java:190)
at com.ibm.rational.insight.migration.fm.command.FeatureCmdLineMigration
.checkForExistingDBImportItemsToUpdate(FeatureCmdLineMigration.java:72)
at com.ibm.rational.insight.migration.fm.command.FeatureCmdLineMigration
.checkForExistingDBImportItemsToUpdate(FeatureCmdLineMigration.java:86)
at com.ibm.rational.insight.migration.fm.command.FeatureCmdLineMigration
.checkForExistingDBImportItemsToUpdate(FeatureCmdLineMigration.java:86)
at com.ibm.rational.insight.migration.fm.command.FeatureCmdLineMigration
.checkForExistingDBImportItemsToUpdate(FeatureCmdLineMigration.java:86)
at com.ibm.rational.insight.migration.fm.command.FeatureCmdLineMigration.dbImport(FeatureCmdLineMigration.java:61)
at com.ibm.rational.insight.migration.fm.command.v111.TimelineIterationMigration.updatePhysicalLayer(TimelineIterationMigration.java:63)
at com.ibm.rational.insight.migration.fm.command.v111.TimelineIterationMigration.migrate(TimelineIterationMigration.java:49)
at com.ibm.rational.insight.migration.fm.command.FeatureMigration.migrate(FeatureMigration.java:183)
at com.ibm.rational.insight.migration.fm.command.FmMigration.migrateFeature(FmMigration.java:659)
at com.ibm.rational.insight.migration.fm.command.FmMigration.migrateDW111(FmMigration.java:570)
at com.ibm.rational.insight.migration.fm.command.FmMigration.migrateDW(FmMigration.java:514)
at com.ibm.rational.insight.migration.fm.command.FmMigration.migrate(FmMigration.java:359)
at com.ibm.rational.insight.migration.fm.command.FmMigration.main(FmMigration.java:759)
Any help would be appreciated.
4 answers
Jaffar,
Can you give me details about your migration? Has the DW been migrated to 1.1.1.2 before FM migration? Did you customize your FM model in 1.0.1.1?
Hello Andrew,
in the original case of this post we found that the code was checking for a namespace called "Physical Metadata" and throws an NPE when it does not exist.
Creating an empty namespace in the model called "Physical Metadata", the migration would run to completion but does nothing because the model was entirely customized.
The conclusion is that if the model is fully customized there's no need to migrate it.
Best Regards,
Francesco Chiossi
in the original case of this post we found that the code was checking for a namespace called "Physical Metadata" and throws an NPE when it does not exist.
Creating an empty namespace in the model called "Physical Metadata", the migration would run to completion but does nothing because the model was entirely customized.
The conclusion is that if the model is fully customized there's no need to migrate it.
Best Regards,
Francesco Chiossi