cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

How to install openDJ with windchill

SModugu
12-Amethyst

How to install openDJ with windchill

How to install openDJ with windchill and how to do import and export openDJ?

@HelesicPetr @BenLoosli @TomU 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
mmeadows-3
13-Aquamarine
(To:SModugu)

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.

 

 

OpenDJExport.PNG

 

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

View solution in original post

3 REPLIES 3
mmeadows-3
13-Aquamarine
(To:SModugu)

SModugu
12-Amethyst
(To:mmeadows-3)

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?

mmeadows-3
13-Aquamarine
(To:SModugu)

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.

 

 

OpenDJExport.PNG

 

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

Top Tags