 Export File Structure
 Export File StructureThe table shown below describes the XML file structure of Variable objects and explains the individual elements.
| Element | Description | 
|---|---|
| uc-export | Main element of the export file clientvers = Automation Engine version in which the export file was created | 
| VARA | client = The client. | 
| HEADER | XHEADER in executable objects HEADER = in active, passive and system objects see object types The attribute "state" is used system-internally and must not be changed. | 
| Title | User-defined, max. 255 characters | 
| Created | Format:  | 
| Modified | Format:
 | 
| LastUsed | Format:  | 
| ATTR_VARA | In all objects except for User, UserGroup, Cockpit, CodeTable, Documentation, Include and Login (ATTR_Object type) objects. The attribute "state" is used system-internally and must not be changed. | 
| Type | Allowed values: "C|String" | 
| VRName | Allowed values: "*|No scope" | 
| NotFoundErr | NotFoundErr: Error Allowed values: "1" (selected) and "0" (not selected) Only one of the two options can be selected. | 
| ShareN | ShareN: Not shareable Allowed values: "1" (selected) and "0" (not selected) Only one of the two options can be selected. All options are set to "0" if the variable cannot be found in the system client 0000. | 
| VARA | in Variable objects The attribute "state" is used system-internally and must not be changed. | 
| Variables | Attributes per content definition (row): Name = Key | 
| DOCU_Title | in all objects (DOCU_Title) The attribute "state" is used system-internally and must not be changed. The attribute "type" shows the type of documentation: text = normal documentation | 
| DOC | Content of the Documentation tab Depending on the documentation type, the CDATA section contains the text or the XML structure. | 
| Element | Description | 
|---|---|
| EXEC | in Variable objects using the setting "Source" - "EXEC" ("Attributes" tab). | 
| ExecObject | Name of the executabe object | 
| VaraResult | The variable name defined in the executable object. | 
| Parameters | The names of the script variables used in the executable object that returns the values. | 
| Element | Description | 
|---|---|
| SQL | in Variable objects using the setting "Source" - "SQL" ("Attributes" tab). | 
| Conn | Name of a CONN object of type "Database". | 
| Login | Name of a Login object for accessing the external databaseA database is an organized collection of data including relevant data structures.. | 
| prefUserConn | Allowed values: "0" (not selected) or "1" (selected) With this option being selected, the connection data will be retrieved from the CONN object which has been selected in the User object. | 
| prefUserLogin | Allowed values: "0" (not selected) or "1" (selected) With this option being activated, the Login object which is available in the User object is used for accessing the database. | 
| sql | SQL commands to be processed on the destination database. | 
| resultformat | Formatting of the Result column in dynamic variables (SQL, SQL internal, Multi). | 
| Element | Description | 
|---|---|
| SQL_INTERN | SQL commands to be processed on the AE database. Commands are specified by database type. | 
| command.sql command.ora command.db2 command.db2zos | SQL commands to be processed on the AE database. Commands are specified by database type. | 
| resultformat | Formatting of the Result column in dynamic variables (SQL, SQL internal, Multi). | 
| Element | Description | 
|---|---|
| SQL_MULTI | in Variable objects using the setting "Source" - "Multi" | 
| Vara1 Vara2 | Names of the Variable objects which serve as value source. | 
| resultformat | Formatting of the Result column in dynamic variables (SQL, SQL internal, Multi). | 
| union intersection minus | Allowed values: "0" (not selected) or "1" (selected) You can only select one of the provided three options. | 
| Element | Description | 
|---|---|
| SQL_FILELIST | 
 Variable objects using the setting "Source" - "Filelist" | 
| directory | Path and file filter for retrieving the file names. | 
| HostDst | Name of an OS agent. | 
| Login | Name of the Login object which includes the host's login data. | 
| preferUserHost | Allowed values: "0" (not selected) or "1" (selected) With this option being activated, the agent of the task is used which accesses the Variable object. | 
| preferUserLogin | Allowed values: "0" (not selected) or "1" (selected) With this option being activated, the Login object of the task is used which accesses the Variable. | 
| Element | Description | 
|---|---|
| XML | in Variable objects using the setting "Source" - "XML" ("Attributes" tab). | 
| Parameters | Name = The key that has been entered for the XML data structure in the static Variable object XML. | 
| Value = The value(s) of the XML data entered in the value column of the VARA.XML | 
See also:
Export File of a Variable
XML File Structure for Imports and Exports