Java interfaces for exporting and importing data models

You can use the Java™ API to export and import your data models between source and target instances of Product Master.

When you export many Product Master objects, the export might fail with the following error if the data files are too large:

Error occurred while archiving..., Exception; A file cannot be larger than the value set by ulimit.
java.io.IOException: A file cannot be larger than the value set by ulimit
The reason is that Java limits the size of compressed files to 2 GB. If the objects that you are exporting will create a data file that is larger than 2 GB, the export fails with this error. Any data that exceeds this 2 GB limit is not included in the compressed file.

A large export can be divided into smaller exports where each export would have fewer objects than those in the original export. If there is a single object that is larger than 2 GB and cannot be exported in smaller exports, contact IBM® support for further assistance.

See IBM Javadoc Documentation to view all of the available information on the parameters, returns, exceptions, and syntax for all Java classes.