[closed] Upgrade.Bat Old version and new version showing 3.0.0 ? This is a 5.0.2 server with 6.0 installed for upgrade
The question has been closed for the following reason: "Problem is not reproducible or outdated" by rschoon Apr 19 '18, 8:08 a.m.
4 answers
The OldJTSVersion is determined by the value of the script parameter -oldJTSVersion or automatically by the repotools command repotools -version executed from the 5.02 system. See what the 5.0.2 system is returns if you run repotools-jts.bat -version. It should be 5.0.2.
I suspect that the repotools -version command in the old directory isn't exiting correctly. In this case it returns 3.0.
Is the -oldJTSHome set properly? Setting the option -oldJTSVersion might be a workaround to the problem, but shouldn't be needed.
Comments
repotools-jts.bat -version returns = Jazz Foundation - Core Libraries, Version 5.0.2
Also to note, i've tried adding the -oldJTSVersion 5.0.2 but the upgrade still fails because the new JTS version comes up as 3.0.0.
Ruby
Martha (Ruby) Andrews
Jazz Foundation L3 Development Team Lead
Comments
Also: the online help says the oldJTSHome should not contain spaces. Try using the windows 8.3 notation instead:
d:\progra~1\IBM ....
For more information on the upgrade script, here is the online help:
http://www-01.ibm.com/support/knowledgecenter/SSYMRC_6.0.0/com.ibm.jazz.install.doc/topics/r_jts_upgrade.html
Ruby