All,
I am attempting to upgrade our pilot server to Windchill 10.2 m030. I seem to be running into some problems with the upgrademanager updating the LDAP configuratons both in Apache/HTTPServer and Info*Engine. when running the upgrade it fails while trying to update user fields. It fails on active directory users. When I look at the app-Apache-Auth.conf file I can see that the file has been updated but, with the Windchill server name replacing the Active Directory server name. This causes the upgrade to fail.
Here is an example:
DC.net.test.com = Active Directory Server
Windchill.net.test.com = Windchill/Windchill directory server
The configuration should look like this:
ldap://DC.net.test.com:3268/DC=net,DC=test,DC=com?sAMAccountName?sub?(objectClass=*)
However it shows up like this:
ldap://Windchill.net.test.com:389/DC=net,DC=test,DC=com?sAMAccountName?sub?(objectClass=*)
Any idea how to fix this issue?