Automic Workload Automation

  • 1.  task 's synchronisation in awa

    Posted Apr 30, 2018 07:15 AM

     Hello

    I have a problem of synchronisation of two jobs with the same name but a différent alias .

    alias is the concatenation jobs_name_base_id.

    it's a lot of base for this server.

    hows synchronise task about the same base ?

     

    Best regards



  • 2.  Re: task 's synchronisation in awa
    Best Answer

    Posted May 09, 2018 04:12 AM

    Hi

     

    if synconize = run serial (one after the other) you can set max parallel to 1 in object attributes

    OR

    use a seperate queue for this job (with all aliases) with 1..xx Queue slots

     

    a high sophisticated solution would be checking the alias of the jobs and use a scripting solution but this needs more scripting effort.

     

    cheers, Wolfgang