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.  SQL Adapter configured operations and user name

    Posted Mon October 21, 2002 02:48 PM

    When we create any configured operation in SQL Server Intelligent adapter, we have to specify 1st the user name and when we select the user name the list of tables owned by the user are displayed. Generally all tables in SQL Server are owned by dbo.
    But if in our case the table is not owned by DBO and we have different users in development database and production database. After importing the development integration in the production, I have to manually go and chg the user name field in all the integration component. Otherwise the integration does not work.

    In this case we are specifically changing the code after moving it in production. How to avoid such problem?

    Regards,
    -Vandana.


    #webMethods
    #Universal-Messaging-Broker
    #broker
    #Integration-Server-and-ESB


  • 2.  RE: SQL Adapter configured operations and user name

    Posted Mon October 21, 2002 02:58 PM

    Use the user name to get access to the table first and then select the user tab to select a ‘blank’ user.

    This way you can select only the table and when you migrate this to production


    #webMethods
    #Universal-Messaging-Broker
    #Integration-Server-and-ESB
    #broker


  • 3.  RE: SQL Adapter configured operations and user name

    Posted Mon October 21, 2002 05:10 PM

    This is also a prime candidate for using configuration files. There was a discussion about it last week. Read up at [url=“wmusers.com”]wmusers.com.

    Good luck.


    #webMethods
    #Universal-Messaging-Broker
    #broker
    #Integration-Server-and-ESB


  • 4.  RE: SQL Adapter configured operations and user name

    Posted Thu November 14, 2002 11:57 AM

    Hi Vandana,
    can u tell me what driver is required to configure the sql server(intelligent) adapter.what parameter need to pass on “Add to CLASSPATH” Tab. i am unable to configure the SQL server adapter.u need to install SQL client first before configuring the adapter???.
    Ur responce will be highly appreciated,
    Regards,
    Ashu


    #Integration-Server-and-ESB
    #Universal-Messaging-Broker
    #webMethods
    #broker


  • 5.  RE: SQL Adapter configured operations and user name

    Posted Thu November 14, 2002 12:04 PM

    Ashu,

    You don’t need a driver for SQL Server adapter. And you don’t need to add any classpath also. Only the server name, user, password are enough.

    If you give any specific error it will be helpfull.

    =Jeya=


    #Integration-Server-and-ESB
    #webMethods
    #Universal-Messaging-Broker
    #broker


  • 6.  RE: SQL Adapter configured operations and user name

    Posted Thu November 14, 2002 12:26 PM

    Hi jayaraman,
    ok fine i just gave the username,servername and password but it is giving error. do i need to install sql client before configuring the adapter.
    Regards,
    Ashu


    #broker
    #webMethods
    #Universal-Messaging-Broker
    #Integration-Server-and-ESB


  • 7.  RE: SQL Adapter configured operations and user name

    Posted Wed November 27, 2002 11:46 PM

    Vandana,

    Your problem is what occurs in everyday situation at our workplace. SQL Server, AS400 or DB2. All these databases get their configured operations reset when you import the Integration components.

    The best way (not the wM recommended way atleast) is to export the component as an adl. Open the adl either in NotePad or TextPad, look for the Userid, replace it with the Production’s Userid and save the adl. No changes anywhere other than where you require to do so.

    Now import the adl, and LO!!!, you should have the exact userid and table name as needed for your Production environment in your Integration.

    Hope this helps.


    #Integration-Server-and-ESB
    #webMethods
    #broker
    #Universal-Messaging-Broker