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.  Azure Sql server connection issue

    Posted 07/13/20 11:58 PM

    Hi All,

    I am not able to enable the JDBC connection for SQL Server hosted in Microsoft AZURE cloud. Getting below error

    Error encountered
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource Package.connections:testAdapter.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    [ADA.1.204] Cannot connect to the database with DataSource class “com.microsoft.sqlserver.jdbc.SQLServerDataSource”.
    Cannot open server “XYZ” requested by the login. The login failed.

    I have placed the sql jars in proper path as well. And please refer below parameters i used to connect. Please help me here to resolve this issue

    Parameters

    Transaction Type NO_TRANSACTION
    DataSource Class com.microsoft.sqlserver.jdbc.SQLServerDataSource
    Server Name abc.database.windows.net
    User testuser
    Password ******
    Database Name databseName
    Port Number 1433
    Network Protocol tcp
    Other Properties
    Connection Management Properties
    Enable Connection Pooling true
    Minimum Pool Size 1
    Maximum Pool Size 10
    Pool Increment Size 1
    Block Timeout (msec) 1000
    Expire Timeout (msec) 1000
    Startup Retry Count 0
    Startup Backoff Timeout (sec) 10

    Shafi


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


  • 2.  RE: Azure Sql server connection issue

    Posted 07/14/20 12:24 AM

    Hello Shafi,

    Have you tried specifying testuser@abc.database.windows.net for user name in adapter connection and test?
    Please check this Cannot connect to SQL Azure server data using Management studio or ODBC for more details


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