Hi Chris,
Thanks for the confirm. I was able to get the script to work on a different test system. Based on that, I am creating a map of the rehost.properties values to where can find them in the Windchill configuration. I was using the "summary.html" file in the .../Windchill/PSI/Installer directory, which uses two different values. I had the misfortune of selecting the wrong one:
[from the summary.html file]
Base Installation Directory:
E:\ptc\Windchill\
(wrong. This was the one I was using)
Installing To: E:\ptc\Windchill\Windchill
(correct.)
Once I replaced the following values in the rehost.properties file, the script no longer stopped at the ant error:
target.wt.home=E:\ptc\Windchill\Windchill
source.directory.windchill=E:\ptc\Windchill\Windchill
target.directory.windchill=E:\ptc\Windchill\Windchill
It completed successfully. This now makes the summary.html file outdated, however it is a record of the original installation. The new values could be extracted from properties.db, site.xconf and others if that was necessary.
Now I can't get Windchill to start, but that is the next puzzle to work on : )
Thank you.
Regards,
MLS