Enterprise Administration > Windchill Export and Import > Understanding Windchill Export and Import > Windchill Export Properties
  
Windchill Export Properties
Properties that control Windchill export operations can appear in the wt.properties file or in mapping files. If you do not set properties through a graphical user interface or in mapping files, you add or edit them with the xconfmanager utility. For more information, see Using the xconfmanager Utility.
wt.ixb.export.objectSetPageSize (name in wt.properties file or in mapping files) or export.objectSetPageSize (name in mapping files)—Specifies the page size for export to prevent an out-of-memory problem when the number of objects to be exported is very large. If out-of-memory problem occurs, decrease the page size. The default value is 1000.
wt.ixb.export.validateOnExport (name in wt.properties file or in mapping files) or export.validateOnExport (name in mapping files)—When set to true, ensures that export operations generate valid XML files for virtually any XML parser when the XML files contain “strange” characters.
If this property is set to false, some values in the XML files (primarily attributes, such as description of WTDocument objects, which are user-editable) may not be acceptable by the XML parser even if they are manually wrapped by Cdata Sections.
The default value is false. When this property needs to be enabled, you can achieve the best performance by leaving this property set to false in the wt.properties file and setting it to true from the client.
wt.ixb.export.filterByConfigSpec (name in wt.properties file or in mapping files)—Disables configuration specification filtering for a single export session and allows you to export non-latest parts and documents from their information pages. The default value is false. To enable this property, set it to true.
wt.ixb.useZip64—When set to true, export uses Zip64 format to create JAR and ZIP files. Use this option to create ZIP and JAR files greater than 4 GB or 65536 entries. When set to false, the standard ZIP package is used, which can create ZIP and JAR files of up to 4 GB or 65536 entries. The default value is false.
This setting also affects the behavior of import, zip package for delivery and Windchill export.
Performance may be impacted when you select this option. You should test the performance impact on sample datasets before enabling this property for production.