webMethods

webMethods

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
Expand all | Collapse all

webMethods adapter connection migration from Sybase to SQL RDS

  • 1.  webMethods adapter connection migration from Sybase to SQL RDS

    Posted Tue June 16, 2020 04:40 AM

    Hi All Good wishes!!

    WM version used 10.3

    Looking for your inputs and valuable suggestions for migrating webMethods adapter DB from SYBASE to SQL RDS.

    Stored Procedures internally call SP and make use of JDBC Adapter connection dependent adapter services.

    From migration perspective
    Will it be change in config?
    or it will involve DB type or version change – which could result in multiple other changes in the integration code.


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 2.  RE: webMethods adapter connection migration from Sybase to SQL RDS

    Posted Tue June 16, 2020 09:57 AM

    Hi Isthkhar,

    FYI, Sybase is a SAP RDBMS product, there is no way you can migrate to Amazon RDS directly with any migration tool. There is no portability between different database products from different vendors.

    The reason is Amazon RDS has only flavors for:

    1. Amazon Aurora
    2. PostgresSQL
    3. MySQL
    4. MariaSQL
    5. Oracle
    6. MS SQL Server

    As such when you plan to migrate over, all the database objects and setup needs to be created from scratch.


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: webMethods adapter connection migration from Sybase to SQL RDS

    Posted Tue June 16, 2020 11:24 PM

    Thanks @Mike_Ng for all inputs.

    Earlier there was same migration happened from sybase to RDS which had involved following steps which were done in adapter connection in IS.

    A) Change DB server name
    B) Change Data Source Class name
    C) Change DB name
    D) Add Jar in webMethods server
    E) Change the port number.

    And StoredProcedure changes at DB level.

    Please correct me if i am wrong.


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 4.  RE: webMethods adapter connection migration from Sybase to SQL RDS

    Posted Wed June 17, 2020 10:45 AM

    Theoretically the steps you have mentioned are correct. If you can confirm that there is no issue with thE database objects and procedures,then the steps are correct.


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards