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
  • 1.  JDBC Adapter connection problem

    Posted Tue May 15, 2007 02:43 PM

    Hi all,

    I am getting the below mentioned adapter connection error msg. while creating a connection.

    Error encountered
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource Testin:First_Conn.[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.[ADA.1.204] Cannot connect to the database with DataSource class “oracle.jdbc.pool.OracleDataSource”.Invalid Oracle URL specified: OracleDataSource.makeURL
    Other details:-
    database- Oracle 9i.Remote server.Logging as a client.
    Adapter Connection :- to be created Locally(in IS localhost:5555)

    please let me know the root cause .Screenshot of the configured connection is attched herewith.

    Thnx in advance.
    Sthita


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


  • 2.  RE: JDBC Adapter connection problem

    Posted Tue May 15, 2007 04:50 PM

    Can you post all the connection properties that are specified on the JDBC Adapter Connection screen?


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


  • 3.  RE: JDBC Adapter connection problem

    Posted Wed May 16, 2007 03:57 PM

    i got the problem i had.
    I didn’t type “driver Type = thin” in proper manner.
    I had typed “driver type” instead.
    Anyway thanks Reamon.


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


  • 4.  RE: JDBC Adapter connection problem

    Posted Mon May 21, 2007 05:54 AM

    Hi all

     I have created a JDBC Adapter connection and worked on it. Next day when i am trying to open the connection , it is not connecting an d showing an error
    

    Error encountered
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource Test:mycon.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    [ADA.1.204] Cannot connect to the database with DataSource class “com.microsoft.jdbcx.sqlserver.SQLServerDataSource”.
    [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket.

    Can any one give me the correct guidence…


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


  • 5.  RE: JDBC Adapter connection problem

    Posted Mon May 21, 2007 05:08 PM

    Can you post all the connection properties that are specified on the JDBC Adapter Connection screen?


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


  • 6.  RE: JDBC Adapter connection problem

    Posted Tue May 22, 2007 04:39 AM

    Hi good morning,

    1. First i copyed three jar files in webMethod/integrationerver/lib/jars
    2. Again i copyed the same files in webMethods/integrationserver/packages/wMJDBCAdapter/code/jars
    3. i copyed a javaxsql file from there and i paste it in lib jars
    4. next i configured the adapter like
      connection------------------> mycon
      Connection Type ---------> JDBC Adapter Connection
      Package Name ----------> TestAdapter
      Transaction Type---------> LOCAL_TRANSACTION
      DataSource Class -------->com.microsoft.jdbcx.sqlserver.SQLServerDataSource
      serverName ------------------>webs
      user ------------------------------>sa
      password ---------------------> sa
      Retype password -----------> sa
      databaseName --------------->Example
      portNumber -------------------> 1433
      networkProtocol -------------->TCP/IP
      Other Properties --------------->selectMethod=cursor

    These are the steps i did.


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


  • 7.  RE: JDBC Adapter connection problem

    Posted Tue May 22, 2007 06:25 AM

    The “Error establishing socket.” would seem to suggest that your server’s hostname, port or both is incorrect or that your SQLServer is not running.

    Mark


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


  • 8.  RE: JDBC Adapter connection problem

    Posted Tue May 22, 2007 07:37 AM

    Hi,

    My serevr name is correct and my SQL is also running fine. I deleted that connection and created new one now its working. All our team members got the same error at one.


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