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.  JDBC Error

    Posted 09/18/10 06:21 PM

    I have installed webMthods 8 and SQL server 2008 R2 and I have been trying to create webMethods tables using Database Component Configurator but I’m getting the following error :
    Database Connection error:

    CDC Error: java.sql.SQLException: [wm-cjdbc40-0034][SQLServer JDBC Driver]Error establishing socket to host and port: 127.0.0.1:1433. Reason: Connection refused: connect


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


  • 2.  RE: JDBC Error

    Posted 09/20/10 04:44 PM

    You got some issues with your Database, try the below.

    1. First check if you DB is up and running by connecting from some Cleint app.
    2. Cross check if windows firewall is not blocking the requests.
    3. Port 1433 is open to accept the requests.
    4. try to replace localhost in place of ip.

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


  • 3.  RE: JDBC Error

    Posted 09/22/10 09:06 AM

    Thanks guys , it working now. The port was not available and windows firewall was blocking the request.


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