JOBS.AVALOQAGENT.FETCHALLAVALOQBATCHES

{"URL":["/*.*/awa/pa_view_sheet_fetchallbatches_avaloq"],"heroDescriptionIdentifier":"ice_hero_FETCHALLAVALOQBATCHES","customCards":[{"id":"ice_connecting_Jobs","title":"Adding the Connection Section","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_AVALOQ/*.*/Agent%20Guide/Content/AVALOQ/AVALOQ_FETCHALLAVALOQBATCHES.htm","languages":["en-us"]},{"id":"ice_FETCHALLAVALOQBATCHES_Avaloq","title":"Defining the Generate Import File for Avaloq Jobs Section","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_AVALOQ/*.*/Agent%20Guide/Content/AVALOQ/AVALOQ_FETCHALLAVALOQBATCHES.htm","languages":["en-us"]},{"id":"ice_RA_Integration_Report","title":"RA / Integration Reports","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_AVALOQ/*.*/Agent%20Guide/Content/AVALOQ/AVALOQ_Reports.htm","languages":["en-us"]},{"id":"ice_four_FETCHALLAVALOQBATCHES_script","title":"Setting Job Properties through Scripts","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_AVALOQ/*.*/Agent%20Guide/Content/AVALOQ/AVALOQ_Scripting_Attributes.htm","languages":["en-us"]},{"id":"ice_related_information_FETCHALLAVALOQBATCHES","title":"Related Information","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_AVALOQ/*.*/Agent%20Guide/Content/AVALOQ/AVALOQ_FETCHALLAVALOQBATCHES.htm","languages":["en-us"]}]}

On the Fetch All Avaloq Batches page you define the parameters relevant to run that job on the Avaloq system from Automic Automation.

You use JOBS.AVALOQAGENT.FETCHALLAVALOQBATCHES jobs to generate Automation Engine Jobs out of existing jobs from the target Avaloq system. JOBS.AVALOQAGENT.FETCHALLAVALOQBATCHES jobs query for jobs in the Avaloq database and generate an XML file with the Avaloq job data that you then import into the Automation Engine.

For more information about this script statement, please refer to the Automic System product documentation at docs.automic.com (Using > Designing > Working with Objects > Importing and Exporting).

This page includes the following:

Defining the Connection Settings

Each Avaloq Job includes a section that you use to connect:

  • Avaloq Instance

    Select the Connection object that will establish the communication between the Automation Engine and your Avaloq system.

Defining the Generate Import File for Avaloq Jobs Section

In the Generate Import File for Avaloq Jobs section, you define the parameters relevant to run that job on the Avaloq system from Automic Automation:

  • Template File

    Name and path of the XML file to be used for generating the jobs is stored.

    When you execute the JOBS.AVALOQAGENT.FETCHALLAVALOQBATCHES job, this template is created. It contains the structure expected by the Automation Engine for importing it.

    Notes:
    • The first two lines and the last line in this file are used as header and footer in the output file respectively.

    • This file must be stored on the host where the Avaloq Agent runs.

    Example

    Automic/Agent/_Template_Job.xml

  • Output File

    Name and path of the XML file that the JOBS.AVALOQAGENT.FETCHALLAVALOQBATCHES will create and that can be then imported into the Automation Engine system. This output file is stored on the host where the Avaloq Agent runs.

    Example

    tmp/_Export_Jobs.xml

  • Job Filter

    SQL standard query to identify the jobs for which the JOBS.AVALOQAGENT.FETCHALLAVALOQBATCHES job will create Automation Engine jobs.

    If you leave this field empty, Automation Engine jobs are created for all available jobs.

    Example

    Enter %EOD Performance% to generate Automation Enginejobs for all Avaloq jobs whose names contain EOD Performance.

  • Target Connection

    Connection object that establishes the communication between the Avaloq system from which you export the Avaloq jobs and the target Avaloq Agent solution where you want to import the generated output file.

    Example

    You may want to generate the XML file from your TEST environment and, after validating the results, import the jobd into your PROD system. In this case, you enter the Connection object used with the PROD system here.

  • Business Unit ID

    Avaloq Business Units from which the JOBS.AVALOQAGENT.FETCHALLAVALOQBATCHES job will generate the corresponding Automation Engine jobs.

    If you leave this field empty, the Avaloq jobs will be taken from all available Business Units.

    Enter -1 for Sentinel in Business Unit ID.

Next Steps

Once you have defined the FETCHALLAVALOQBATCHES Job, you can execute and monitor it. You can add it to other Automic Automation objects, such as Workflows or Schedules to orchestrate and automate its execution. For information about Automic Automation Workflows, Schedules and so forth, see Object Types in the Automic Automation product documentation.

Go to the Rapid Automation tab to configure the job reporting options. For more information, see Monitoring Avaloq Jobs, Reports and Optional Reports.

See also: