Table of Contents

Search

  1. Preface
  2. Command Line Programs and Utilities
  3. Installing and Configuring Command Line Utilities
  4. Using the Command Line Programs
  5. Environment Variables for Command Line Programs
  6. Using infacmd
  7. infacmd as Command Reference
  8. infacmd aud Command Reference
  9. infacmd autotune Command Reference
  10. Infacmd bg Command Reference
  11. infacmd ccps Command Reference
  12. infacmd cluster Command Reference
  13. infacmd cms Command Reference
  14. infacmd dis Command Reference
  15. infacmd dp Command Reference
  16. infacmd idp Command Reference
  17. infacmd edp Command Reference
  18. Infacmd es Command Reference
  19. infacmd ihs Command Reference
  20. infacmd ipc Command Reference
  21. infacmd isp Command Reference
  22. infacmd ldm Command Reference
  23. infacmd mas Command Reference
  24. infacmd mi Command Reference
  25. infacmd mrs Command Reference
  26. infacmd ms Command Reference
  27. infacmd oie Command Reference
  28. infacmd ps Command Reference
  29. infacmd pwx Command Reference
  30. infacmd roh Command Reference
  31. infacmd rms Command Reference
  32. infacmd rtm Command Reference
  33. infacmd sch Command Reference
  34. infacmd search Command Reference
  35. infacmd sql Command Reference
  36. infacmd tdm Command Reference
  37. infacmd tools Command Reference
  38. infacmd wfs Command Reference
  39. infacmd ws Command Reference
  40. infacmd xrf Command Reference
  41. infacmd Control Files
  42. infasetup Command Reference
  43. pmcmd Command Reference
  44. pmrep Command Reference
  45. Working with pmrep Files

Command Reference

Command Reference

Export Control File Parameters for Model Repository Objects

Export Control File Parameters for Model Repository Objects

Use the export control file parameters to configure the objects that you want to export from the Model repository.
An export control file for Model repository objects can contain the following elements:
  • exportParams. Can contain a single folders element.
  • folders. Can contain multiple folder elements.
  • folder. Contains attributes to filter objects in a specific folder. Can contain multiple objectList elements.
  • objectList. Contains attributes to filter objects by type. Can contain multiple object elements.
  • object. Contains an attribute to filter objects by name.
The following table describes the configurable attributes for the folder element in the export control file:
Attribute Name
Attribute Description
path
Optional. Path of the folder that contains the objects you want to export. Use the following format:
"/<folder_name>/<folder_name>"
For example, if a project contains a folder named F1, then the folder path of F1 is "/F1." To export all objects in the project, specify "/." The value is not case sensitive. Default is "/."
recursive
Optional. Indicates whether to export objects from subfolders of the specified folder. Set to true to export from subfolders. Valid values are true and false. The value is case sensitive. Default is true.
select
Optional. Indicates whether infacmd exports all remaining objects in the specified folder when you define an objectList element for the folder. Set to all to export all remaining objects. For example, the following lines export mappings that were created by user1. The lines export all remaining objects in the specified folder:
<folder path="/Testfolder" select="all"> <objectList type="Mapping" createdBy="user1" /> </folder>
If you define an objectList element and do not use the select attribute, then infacmd exports objects that satisfy the attributes defined in objectList. For example, the following lines export mappings that were created by user1 in the specified folder:
<folder path="/Testfolder"> <objectList type="Mapping" createdBy="user1" /> </folder>
If you do not define an objectList element for the folder, then the default value of the select attribute is all. For example, the following line exports all objects in the specified folder:
<folder path="/Testfolder" />
Valid value is all.
createdBy
Optional. User name. Exports objects created by this user. The value is not case sensitive.
createdBefore
Optional. Date and time. Exports objects created before this date and time. Enter the date and time in the following format:
yyyy-MM-dd HH:mm:ssZ
createdAfter
Optional. Date and time. Exports objects created after this date and time. Enter the date and time in the following format:
yyyy-MM-dd HH:mm:ssZ
lastUpdatedBefore
Optional. Date and time. Exports objects updated before this date and time. Enter the date and time in the following format:
yyyy-MM-dd HH:mm:ssZ
lastUpdatedAfter
Optional. Date and time. Exports objects updated after this date and time. Enter the date and time in the following format:
yyyy-MM-dd HH:mm:ssZ
lastUpdatedBy
Optional. User name. Exports objects that were last updated by this user. The value is not case sensitive.
The following table describes the configurable attributes for the objectList element in the export control file:
Attribute Name
Attribute Description
type
Required. Type of Model repository object to export from the specified folder path. Valid values include all object types present in the Model repository. You can view the type of the object in the Properties view in the Developer tool. For example, you can enter "Relational Data Object" or "Profile." The value is not case sensitive.
createdBy
Optional. User name. Exports objects of the specified type created by this user. The value is not case sensitive.
createdBefore
Optional. Date and time. Exports objects of the specified type created before this date and time. Enter the date and time in the following format:
yyyy-MM-dd HH:mm:ssZ
createdAfter
Optional. Date and time. Exports objects of the specified type created after this date and time. Enter the date and time in the following format:
yyyy-MM-dd HH:mm:ssZ
lastUpdatedBefore
Optional. Date and time. Exports objects of the specified type updated before this date and time. Enter the date and time in the following format:
yyyy-MM-dd HH:mm:ssZ
lastUpdatedAfter
Optional. Date and time. Exports objects of the specified type updated after this date and time. Enter the date and time in the following format:
yyyy-MM-dd HH:mm:ssZ
lastUpdatedBy
Optional. User name. Exports objects of the specified type that were last updated by this user. The value is not case sensitive.
The following table describes the configurable attribute for the object element in the export control file:
Attribute Name
Attribute Description
name
Required. Name of the object to export. If the containing objectList element includes a user or time attribute, infacmd exports objects that match both the specified object name and the user or time filter. The value is case sensitive.

0 COMMENTS

We’d like to hear from you!