Exporting the Source LDAP Structure from Windchill Directory Server
This section includes instructions for export of the source LDAP structure from Windchill Directory Server. The export command exports the entire LDAP structure, including all top level nodes and their children.
Windows
<WindchillDS_Installation_Directory>\server\bat\export-ldif.bat --backendID userRoot
--ldifFile
<Output_Dir>
\sourceLdap.ldif
UNIX
/opt/ptc/windchillds/server/bin/export-ldif --backendID
userRoot --ldifFile
<Output_Dir>/sourceLdap.ldif
For example
C:\WindchillDS\server\bat\export-ldif.bat --backendID userRoot
--ldifFile C:\tmp\SourceLdap.ldif
For source system as Windchill 12.0.1.0 or later releases, take backup of the below JSON files from <WINDCHILL_HOME>/IEConf of the source system:
adapterservice.json
repositorydefinition.json
domain.json
Was this helpful?