Automic Workload Automation

 View Only
  • 1.  Automic Integration With SAP BODS

    Posted Oct 16, 2020 05:41 AM
    Hi Community,

    We are in the process of setting up a new SAP environment. One of the backend pieces is a SAP BODS system residing on a windows server that they're asking me if I can have Automic connect to and run BODS jobs using the BODS interface commands. We were looking at the potential of using a SOAP call. Is anyone else doing something like this? Any thoughts, tips or hints would be greatly appreciated. 


    Kind Regards, 




    ------------------------------
    Dan Haberer
    [Global Ops Manager]
    [VF Corp] US
    ------------------------------


  • 2.  RE: Automic Integration With SAP BODS

    Posted Oct 16, 2020 07:10 AM
    We schedule on SAP BO without using SOAP only with Windows Batch

    It's possible (using BO Web Console)  to export every Chain  to .bat file 

    Commands inside this windows bath are like this:

    "D:\Program Files (x86)\SAP BusinessObjects\Data Services/bin/AL_RWJobLauncher.exe " "D:\ProgramData\SAP BusinessObjects\Data Services/log/JobServer_1/" -w "inet:<SERVERNAME>:3500" -C "D:\ProgramData\SAP BusinessObjects\Data Services/log/JOB_XXXXXXXXXXXXXXXXX.txt"

    inside .txt are all login and application parameters

    Kind Regards



  • 3.  RE: Automic Integration With SAP BODS

    Posted Oct 16, 2020 08:20 AM
    Thank you Christian. That's an interesting alternative. If we move forward with the soap idea and get it working, I'll share what we did.

    ------------------------------
    Dan Haberer
    [Global Ops Manager]
    [VF Corp] US
    ------------------------------