Automic Continuous Delivery Automation

  • 1.  Variable in POSTCONDITION not having value set in Action

    Posted Jan 02, 2018 07:40 AM
    Hello Community,

    Best wishes for the New Year 2018.

    I am using ARA version 12.0.1HF2, running on Windows with SQL database.

    I have an issue when I check the value of a variable in the POSTCONDITION tab.

    Users should input file share path in a dynamic property of the package. Latter is reference in a prompt set. The action checks whether a value is entered. If this is the case, the variable &ROUTINE_EXIST#  is set to Y, otherwise it is set to N. In the POSTCONDITION, when &ROUTINE_EXIST# is set to Y, it checks whether the file share exists.. This check is done in the POSTCONDITION of the action.

    See attached action_configuration.docx for configuration details. See attached action_report.docx. for the Activation Report of the action.

    Is there any configuration error in the flow, which is making this fail?

    Cheers and thanks,
    Ajay

    Attachment(s)

    docx
    action_configuration.docx   208 KB 1 version
    docx
    Action_Report.docx   55 KB 1 version


  • 2.  Variable in POSTCONDITION not having value set in Action

    Posted Jan 02, 2018 11:15 AM
    I am not certain if this is exactly the cause but...

    Try to define &ROUTINE_EXIST# output variable at Action Designer level and not as part of Application/Component workflow. 

    I believe this variable should be defined not at the JOBS (Unix/Windows) level but at JOBP level.

    Then in Post-Process of JOBS level have value assigned to your variable.

    See the example of one of the Automic provided standard Actions...

    suidkgwd4ynu.pnghttps://us.v-cdn.net/5019921/uploads/editor/2h/suidkgwd4ynu.png" width="1086">

    v4kttce5dywr.pnghttps://us.v-cdn.net/5019921/uploads/editor/lf/v4kttce5dywr.png" width="1047">




  • 3.  Variable in POSTCONDITION not having value set in Action

    Posted Jan 04, 2018 04:25 AM
    Hello Vlad,

    Thank you for the response.

    I tried this change, but the issue still persists. Hereunder are screenshots of the change and the resulting flow:ahc2pcouoscg.pnghttps://us.v-cdn.net/5019921/uploads/editor/lz/ahc2pcouoscg.png" width="1358">hmrz7ftf4p0q.png
    wbdl4wv7u37a.pnghttps://us.v-cdn.net/5019921/uploads/editor/n1/wbdl4wv7u37a.png" width="800">


  • 4.  Variable in POSTCONDITION not having value set in Action

    Posted Jan 04, 2018 06:10 AM
    Hi Ajay Ori 

    You may want to try to set the activation time instead of run time
    fdpgka6gv461.pnghttps://us.v-cdn.net/5019921/uploads/editor/2h/fdpgka6gv461.png" width="750">


  • 5.  Variable in POSTCONDITION not having value set in Action

    Posted Jan 04, 2018 06:28 AM
    Hi Hau,

    Thank you so much for the suggestion.

    The flow now works perfectly.

    Cheers,
    Ajay