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.  Code Migration from DevTestProd

    Posted 05/26/04 09:17 PM

    This is with WM 6.0, if the development is done using Adapter service, notifications on DEV box , what is the best way to migrate those services to TEST or PROD?
    B’coz the Adapter services and notifications developed on DEV contain the DEV Adapter setting , probably do the same devlopment back on TEST or PROD.


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


  • 2.  RE: Code Migration from DevTestProd

    Posted 05/26/04 09:29 PM

    When you migrate Adapter code to different environments,you just need to Edit the JDBC connection settings regarding Test or Prod DB server,port info etc…But the JDBC connection names remains same.

    HTH,


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


  • 3.  RE: Code Migration from DevTestProd

    Posted 05/26/04 09:41 PM

    It is better to create a stand-alone package per environment that contains the JDBC connection settings. The package will contain the same namespace for the object but the settings themselves will be different.

    If you put the settings in the same package that is part of the migration, then you will overwrite the data unless you release a patch that does not contain the JDBC elements.

    My experience has been that it is far easier to move the code rather than reset the connection parameters each time.

    HTH

    Ray


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


  • 4.  RE: Code Migration from DevTestProd

    Posted 05/26/04 10:18 PM

    RMG,
    Migrating the Adapter code to different environment and EDITING the setting for Adapter setup, will only work for Adapter configuration, I don’t think it will solve the pain to regenerate the Adapter service, notifications back, and it will work only if the Adapter service and notification depend only on Adapter Connection Name.

    Ray,
    If i understand you better than make a seperate package for different environment and do the same “development” more than once.

    Note: The NDF file consist of tag some thing like below, i think which have all the information encoded into.

    <value>1</value>
    <value>CwQAAAABBQEEGQBjAG8AbQAuAHcAbQAuAGQAYQB0AGEALgBJAFMATQBlAG0ARABhAHQAYQBJAG0AcABsBBIAdA</value>


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


  • 5.  RE: Code Migration from DevTestProd

    Posted 05/26/04 10:28 PM

    The JDBC Adapter connection settings/namespaces will be stored in a package as Ray mentioned,i believe you are following the same thing.
    And I might have misunderstood your question,so i gave that response.

    Regards,


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


  • 6.  RE: Code Migration from DevTestProd

    Posted 05/27/04 03:57 PM

    Another alternative is to move the JDBC connection into environment during initial deployment then later on deployment won’t include that package for deployment. Or you can use the new 6.0.3 Feature PAck 1 to replace the schema by running a service during the deployment.


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


  • 7.  RE: Code Migration from DevTestProd

    Posted 05/27/04 11:25 PM

    The webMethods Deployer may be able to help here. It can be found in the 6.x Installer Component Selection panel under the “Administration” heading.

    Dave


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