XML VARA Objects

XML VARA objects store one value for one or more keys. Their data must have a well-formed XML structure. They can be used to temporarily store complex data as XML structures in the CA Automic Workload Automation system. This data can be referenced and used in PromptSet objects, in Script objects, and other script contexts system-wide.

XML VARA object allow you to retrieve a list of Variable object values. Use the PREP_PROCESS_VAR and PREP_PROCESS_VAR_XML script function to access all or several particular entries of a variable. This prepares the processing of a data sequence.

You can include PromptSet variables here when using the Dynamic Reload (Combobox Prompts) feature for Combobox prompts. When you use PromptSet variables in a dynamic VARA object, the Preview feature returns an error. This is because the PromptSet variables do not exist in the dynamic VARA object. However, the PromptSet variables will be resolved when objects including the PromptSet are executed.

This page includes the following:

Important Database Considerations

The use of XPath expressions with the XML VARA object is possible, as described also in the individual sections of the relevant script functions. Depending on the database with which the CA Automic Workload Automation system is used, individual XPath expressions may work differently. In such cases, check with the database vendor.

If you use the CA Automic Workload Automation with an Oracle database, the attribute values of XML data used in this VARA object should not contain more than 4000 characters.

XML data can use only character encoding which is compatible with the character encoding in the database connection.

Attributes Page

See also: