Rational Insight : migrateDW to the current version
Hi All,
I am in the process of doing staging server for Rational Insight (1.1.1.6) and done with the CLM staging server and its up (CLM 5.0.2). While configuring IBM Rational Insight Data Warehouse in Rational Insight Setup page I got this warning message "The database was created with a previous version. Run the migrateDW migration tool to migrate the data warehouse to the current version."
Can anyone tell me/guide me, what is that exact problem for the warning message and Do I need to migrate Data Warehouse to proceed further activities?
Any solution...
Thanks and Regards,
Kiran
2 answers
Hi Kiran,
You need to have a machine with Rational Insight Development Tools installed and run migrateDW command:
Windows
migrateDW.exe -dbServer hostname -dbPort port_number -dbName database_name -dbType database_type -dbUser user_name -dbPassword password -modifyViews -migrate
Linux, AIX
migrateDW.sh -dbServer hostname -dbPort port_number -dbName database_name -dbType database_type -dbUser user_name -dbPassword password -modifyViews -migrate
For more details:
https://www.ibm.com/support/knowledgecenter/SSRL5J_1.1.1.6/com.ibm.rational.raer.migrating.doc/topics/t_migrate_dw.html
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Apr 16 '18, 7:57 a.m.I would suggest to search the documentation of Insight for migrateDW