Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
How to install openDJ with windchill and how to do import and export openDJ?
Solved! Go to Solution.
If you use OpenDJ Control Panel to perform a manual export, the UI will show the syntax of the export command. You can turn that into a script and run as needed.
The GUI is notorious for slipping in unicode characters. So be prepared to replace spaces and dashes in your standard text editor. Also, most double quotes are unnecessary.
D:\PTC\opendj-4.5.4\opendj\bat\export-ldif.bat --ldifFile D:\PTC\WindchillOpenJD.ldif --backendID userRoot --hostName db.ptc-training.ptc.com --port 4444 --bindDN "cn=Directory Manager" --bindPassword password --trustAll --noPropertiesFile
I believe this has been answered before in this thread.
this is helpful. we have already implemented WC12.0 with OpenDJ and running fine.
but we want to export openDJ every week as part of Back up activity. in short, we want to make the backup of openDJ LDAP every week and save in another location.
do you have any short notes on process of making export or back up of openDJ periodically?
If you use OpenDJ Control Panel to perform a manual export, the UI will show the syntax of the export command. You can turn that into a script and run as needed.
The GUI is notorious for slipping in unicode characters. So be prepared to replace spaces and dashes in your standard text editor. Also, most double quotes are unnecessary.
D:\PTC\opendj-4.5.4\opendj\bat\export-ldif.bat --ldifFile D:\PTC\WindchillOpenJD.ldif --backendID userRoot --hostName db.ptc-training.ptc.com --port 4444 --bindDN "cn=Directory Manager" --bindPassword password --trustAll --noPropertiesFile