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.

 View Only
  • 1.  deploy packages issue from Wm version 9.7 to version 9.10 thru Wm Deployer

    Posted Tue November 15, 2016 12:01 AM

    I set 4 remote servers thru IS admin portal, 2 of them are Verson 9.7, 2 of them are Version 9.10. Such as
    Name | Version
    IS_A 9.7
    IS_B 9.7
    IS_C 9.10
    IS_D 9.10

    I set IS_A as source server. When I add Target Servers for Deployment Maps, there is a warning “[DEP.0002.0171] Deployer has applied a filter for targets of version 9.7 on project XXX”, which means that only one optional server IS_B could be chose. I was planing to deploy packages from Wm 9.7 to Wm 9.10. However, for now I can not choose a 9.10 server.

    How could I deal with it?


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: deploy packages issue from Wm version 9.7 to version 9.10 thru Wm Deployer

    Posted Wed November 16, 2016 09:58 AM

    Hi Aaron,

    you need 2 Deployer instances, i.e. one on IS_A and one on IS_C.

    Export the build from first Deployer (9.7), import the build to second Deployer (9.10) and migrate the project to 9.10.

    With which Version of Deployer were you trying this deployment?

    See Deployer Users Guide for details.

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: deploy packages issue from Wm version 9.7 to version 9.10 thru Wm Deployer

    Posted Wed November 16, 2016 11:18 AM

    I have an issue with my deployer,
    when i create a project with the package name containing “_”, in the WMdeployer/pub/projects, it creates a project with a bizarre name, exemple :
    projectName : ztest_Build
    projectNameEncoded : pq_ztestBuild_93a

    thanks for your help


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: deploy packages issue from Wm version 9.7 to version 9.10 thru Wm Deployer

    Posted Wed November 16, 2016 11:31 AM

    Hi,

    as the underscore is just by the Deployer itself, the underscores in the project name will removed.
    This is by default and cannot be changed.

    Which version of Deployer are you using?

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: deploy packages issue from Wm version 9.7 to version 9.10 thru Wm Deployer

    Posted Wed November 16, 2016 11:50 AM

    9.9 i think im going to remove the _ from the projectName before creating it


    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: deploy packages issue from Wm version 9.7 to version 9.10 thru Wm Deployer

    Posted Tue November 29, 2016 07:29 AM

    Hello Holger,

    I have a question about adapters and i didn’t get an answer from the forum, i have to lock a line in a table in a database and do some modification on it, and i don’t want anybody to touch it till im done with it, my question is : the lock of the lines is delt with by the database or should i use start/commit transactions to get the job done ?

    thanks
    Regards
    Marca


    #webMethods
    #Integration-Server-and-ESB


  • 7.  RE: deploy packages issue from Wm version 9.7 to version 9.10 thru Wm Deployer

    Posted Tue November 29, 2016 07:58 AM

    Hi Marca,

    first of all this question is not related to the original thread.

    Second:
    This depends on the database type and how strong you need this to be controlled.

    Usually the database can control this by itself returning the old values as long as the transaction is not committed.

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB