Created On: 10 January 2010
Problem:
How can I export or import Micro Focus ADAM classes?
Resolution:
You can use ldifde to export and import Micro Focus ADAM classes.
The command to export everything to a file called "export.ldf" into the directory where ADAM is installed in, note the export.ldf file needs to exist before running the command:
C:\\Windows\\ADAM>Ldifde -f export.ldf
That should execute and complete successfully.
To import you would use the same command but with option -i option included, such as:
C:\\Windows\\ADAM>Ldifde -i -f export.ldf
If you need to be more specific on what to import and export, there is a filter option available: -r.
You may want to read the documentation for ldifde that comes with ADAM to see what the tool can do and how to filter information. Our online documentation, http://documentation.microfocus.com, also contains information regarding how to use ldifde.
The command to export everything to a file called "export.ldf" into the directory where ADAM is installed in, note the export.ldf file needs to exist before running the command:
C:\\Windows\\ADAM>Ldifde -f export.ldf
That should execute and complete successfully.
To import you would use the same command but with option -i option included, such as:
C:\\Windows\\ADAM>Ldifde -i -f export.ldf
If you need to be more specific on what to import and export, there is a filter option available: -r.
You may want to read the documentation for ldifde that comes with ADAM to see what the tool can do and how to filter information. Our online documentation, http://documentation.microfocus.com, also contains information regarding how to use ldifde.
Incident #2488743
Old KB# 32830
#MFDS
#EnterpriseDeveloper