Automic Workload Automation

 View Only
  • 1.  Oracle Retail 14v template issues

    Posted Oct 08, 2014 06:45 PM
    Hello,

    We are using UC4 version 10 for Oracle Retail 14v.
    We also received template from automic for Oracle retail version 14.

    But there are few batches in template which are not executing correctly like:
    BATCH_SAIMPTLOGI
    BATCH_SARULES
    BATCH_TOTALS
    BATCH_SAVOUCH

    These batches are calling internally respective proc* batch. (RA Batch Job)
    And also passes input as either file or database value.

    Issues is -- Everytime these batches calls respective proc* at that time, it passes only the last file or the last database value instead of looping through all the files or all the database values and passing it.
    So these batches are only processing the last file or last database value.


    Regards,
    Aniket



  • 2.  Oracle Retail 14v template issues

    Posted Oct 10, 2014 10:16 AM
    Hi,

    The batch_* scripts and jobs are provided as a sample in the template.  You will need to modify the scripts to match the patterns you are using.

    Also, we provide the an Automic Scripted sollution under ORACLE_RETAIL/RMS/SAIMPTLOGI.  This solution using Automic objects and jobs to dynamically build the workflow for saimptlogi and etc in Automic.

    Steve Nguyen


  • 3.  Oracle Retail 14v template issues

    Posted Oct 10, 2014 10:57 AM
    Thanks Steve.

    We tried using Automic Scripted Solution under ORACLE_RETAIL/RMS/SAIMPTLOGI.
    same for SATOTALS, SARULES and SAVOUCH.

    These are bnot looping correctly.
    They are only processing last file or last record and skipping rest of the files and records.