Automic Workload Automation

  • 1.  eliminate manual interventions in production...

    Posted Oct 22, 2014 02:59 AM
    .. yes we need to a eliminate all manual interventions in the production environment. Is there a chance to:
    • activate automic-skript / event object (not whit activate_uc_objects() )
    • add task to the scheduler (JSCH)
    • start C_PERIOD

    thx for your help.



  • 2.  eliminate manual interventions in production...
    Best Answer

    Posted Oct 22, 2014 09:33 AM
    Could you provide some more detail here about what your requirements are?  I'm puzzled how you could be expected to run something in production without allowing either a user to execute it or a UC4 task to activate it...

    Can you address your concerns by simply limiting which users have the rights to execute objects (via authorizations / permissions in either a User or UserGroup object)?


  • 3.  eliminate manual interventions in production...

    Posted Oct 23, 2014 03:52 AM
    ok, we are at the release stand is automic v9 sp9. the user can start a uc4 task, but it should not do the manual adjustments, like add new task in scheduler oder start a C_PERIOD... in the past are here too many errors happened..

    i think with automic (UC4.ApplicationInterface) can i do all manually task..

    Procedure:
    1. create a "Rollout-Storyboard for Release XY" like:
      - start object EVENT.I_M_A_TIME_EVENT
      - start c_period JOBP.I_M_WORKFLOW 01.00 - 06.00 15m00h KALENDER:WEEK_5
      - add task scheduler JOBP.I_M_WORKFLOW 15.00
      - ....
    2. Then i test it on TEST / DEV Enviroment
    3. Plan a Workflow in de PROD with these "Rollout-Storyboard for Release XY"
    4. the PROD-operator from start it Rollout-Workflow
      -> the Rollout-Workflow do all from the Storyboard
    5. finished