User Level
System Administrator
User LevelSystem Administrator SyntaxThe command uses this syntax.
Into File/Onto File
Exported data can be appended to a file or written to a new file using the
!Mail and !Set Clauses
When exporting person objects, there is an associated workspace. The workspace contains IconMail and sets (as well as Visuals) saved by the person being exported. When exporting Persons, workspaces are exported by default, but you can omit mail and sets using the
For example, to export all persons without mail or sets, the following can be used:
Incremental Clause
Use the
Although you can export administrative changes incrementally, it is recommended that during database migration, Business and System Administration tasks are avoided. !Archive Clause
Use the
Continue Clause
Use the
XML ClauseUse the Exclude Clause
Use the
The contents of the exclude map file for Administrative objects must follow the following format: ADMIN_TYPE NAME ADMIN_TYPE NAME
As indicated, each definition to be excluded must be delimited by a carriage return. The Exclude clause is optional. Log FILENAME ClauseApply this clause if you want to specify a file for error messages and details of the export process. The output is similar to using the verbose flag, but includes more details. Exception FILENAME Clause
Export Bus CommandUse the Export Businessobject command to export business objects from a vault or a set. Syntax
When Excluding Information
When exporting business objects, the default is to include everything about the object. However, the
For example, to export a single object without including history, use:
To export a single object without including its icon, use:
To export a single object without any of its relationships, use:
To export all objects from vault TEMP and reset the current state to the beginning of the lifecycle, use:
Exclude Clause
Use the
The contents of the exclude file for business objects must follow the following format: businessobject OBJECTIDbusinessobject OBJECTID
As indicated, each business object to be excluded must be delimited by a carriage return. Excluding FilesWhen exporting (or importing) business objects, the options for its files are:
Otherwise, both file metadata and actual file contents are written to the export file. In this case any file sharing is lost (resulting in duplication of files).
If you use
Exporting ConnectionsUse this syntax to export details about a connection (relationship). export connection RELATIONSHIP_TYPE [ xml ] [ from | vault VAULT_NAME | ] | set SET_NAME | [ [!]history ] [ [!]archive ] [ continue ] [ incremental [N] ] [ where WHERE_CLAUSE ] | into | file FILENAME [ exclude FILENAME ] [ log FILENAME ] [ exception FILENAME ]; | onto | The clauses work the same as described above. |