IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Deployer.sh output

    Posted 05/23/18 11:38 AM

    Hi,

    we want to automate with Deployer.sh which is working not so bad.
    But:
    at the end of the output are these lines:

    
    [DEP.0100.3.39] Report file name       :/opt/softwareag/IntegrationServer/instan
    ces/default/packages/WmDeployer/pub/proj
    ects/pq__odeploy_qxa/targets/m
    yDeploymentMap/reports/myDeploymentMap_p
    reviewReport_1527082109069.xml

    i’d like to add the output xml to an email, but with this string i do not know how to do it.
    Is it possible to manipulate the output or do you have some better ideas, howto get this?

    thanks
    stefan


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 2.  RE: Deployer.sh output

    Posted 05/23/18 07:32 PM

    Do you mean, you want the file name ouput into one line so that you can get it easier and then read the produced output file itself and copy it into the mail that you presumably send from your automation script?

    You could of course create a feature request on brain storm, but IMO you’d be better off to just write some code to find those last lines and concatenate them. You’ll get the desired result very much sooner than via brain storm. This could even be made with some standard unix text utilities (I’m not sure though).


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 3.  RE: Deployer.sh output

    Posted 05/24/18 03:23 AM

    exactly what you say.
    ok i’ll try to figure out how to concatenate the string.


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods