I have had a consistent issue with the upgrademanager in that when it is done and it claims to be successful I cannot get windchill to start.
I get the following message in the server logs
main: Nested exception is: wt.util.WTException: com.infoengine.exception.adapter.IEAdapterException; nested exception is:
main: javax.naming.InvalidNameException: null: [LDAP: error code 34 - The provided value "null" could not be parsed as a valid distinguished name because it contained an RDN containing an empty attribute name]; remaining name 'null'
I check WindchillDS and find the configuration node is blank.
Towards the very end of the upgrademanager log it lists the following
Task PENDING: Removing Source Configuration Node
Task EXECUTING: Removing Source Configuration Node
Task SUCCEEDED: Removing Source Configuration Node
After I import a ldif file that was exported just before the upgrade manager is run, everything works fine.
Has any body else had this happen?
Joe
Upgrading from WI9.1 M050 to WI10.0 M010
1. The property values from the ieStructProperties.txt file is listed below and looks correct.
ie.ldap.managerDn=cn\=Manager
ie.ldap.managerPw=encrypted.ie.ldap.managerPw
ie.ldap.propertyBaseDn=cn\=configuration,cn\=Windchill,o\=ptc
ie.ldap.serverHostName=svr-wlink555.companyname.com
ie.ldap.serverPort=389
ie.ldap.serviceName=
2. The base DN is the same for source and target
cn=configuration,cn=Windchill,o=ptc
ou=people,cn=AdministrativeLdap,cn=Windchill,o=ptc
ou=people,cn=EnterpriseLdap,cn=Windchill,o=ptc
Joe
The target was a complete Install including the WindchillDS server. I imported the ldif as specified in the section you mentioned.
Joe