Hi Chris,
One of the reasons I skipped over the LDAP step was because quite litterally I don't have an Ldap server to refer to. I defined server name and the fully qualified server server name within the local hosts file when I set up the original server.
I've been playing around with rehosting command as you suggested, but it crashes because I have no idea what to use in this situation.
ant "-Dtarget-ldap=ldap://administrator:<adminPassword>@spkwindgdn1.spkaa.com/" -Dtarget-domain=spkwindgdn1.spkaa.com
The error I get is:
C:\ptc\Windchill_10.2_next\Windchill\bin\adminTools\rehost\build.xml:63: Could not create type ldapUrl due to java.lang.NoClassDefFoundError: org/apache/log4j/spi/RepositorySelector
Also, as far as I can tell, I am not making further changes to the Repository changes than those I looked at above. The table itself has only 3 lines:
displayName | guid | lastKnownDomain | local | createStampA2 | markForDeleteA2 | modifyStampA2 | classnameA2A2 | idA2A2 | updateCountA2 | updateStampA2 | guidWC |
Windchill | 074500856-1407956499147-1465318690-32-100-16-172 | spkwindgdn1.spkaa.com | 1 | 2014-08-13 19:01:39.000 | 0 | 2014-08-13 19:01:39.000 | wt.ufid.Repository | 1 | 1 | 2014-08-13 19:01:39.000 | U074500856-1407956499147-1465318690-32-100-16-172 |
NULL | Ldap.spkaa.com | Ldap.spkaa.com | 0 | 2014-08-13 19:01:41.000 | 0 | 2014-08-13 19:01:41.000 | wt.ufid.Repository | 2 | 1 | 2014-08-13 19:01:41.000 | ULdap.spkaa.com |
NULL | 680906748-1364429139245-598340657-243-13-253-132 | lestepp203d.ptcnet.ptc.com | 0 | 2014-08-13 19:07:55.000 | 0 | 2014-08-13 19:07:55.000 | wt.ufid.Repository | 48254 | 1 | 2014-08-13 19:07:55.000 | U680906748-1364429139245-598340657-243-13-253-132 |
I updated the DisplayName line as directed in the instructions, but I am not changing the domain name, so why would the second line need to change? I'm assuming it would still say Ldap.spkaa.com when I got done with the SQL command.
I'm assuming the last line is something best left alone.
Comments?