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

Connection Error while running Database Component Configurator after installing webMethod

  • 1.  Connection Error while running Database Component Configurator after installing webMethod

    Posted Sun July 12, 2015 05:26 AM

    Error Description:

    After successful installation of Webmethod and Microsoft SQL Server (in this case), the first step is to RUN Database Component Configurator for the TABLE creation of the required WM Components and Product.
    Most often we get the below error details after executing the DB Configurator.


    • Executing action
    • Action : create
    • Database : SQL Server
    • Component(s) : storage
    • Component(s) version : latest
    • URL : jdbc:wm:sqlserver://localhost:1433;databaseName=master
    • User : sa


    • create Database Component: Storage STR

    • Versions
    • Version: sqlserver 30.0
    • Scripts create
      
    •   Script(1): C:\SoftwareAG98\common\db/scripts/mssql/storage/30/create/mss_str_c_ddl_database.sql
      
    •   Script(2): C:\SoftwareAG98\common\db/scripts/mssql/storage/30/create/mss_str_c_ddl_user.sql
      
    •   Script(3): C:\SoftwareAG98\common\db/scripts/mssql/storage/20/create/mss_str_c_sp_kill_process.sql
      

    • Database Connection error: [SoftwareAG][SQLServer JDBC Driver]Error establishing socket to host and port: localhost:1433. Reason: Connection refused: connect

    Resolution :

    Step 1 : Check if the connection URL specified in the DB Component Configurator is correct or not
    Correct URL : jdbc:wm:sqlserver://:1433;databaseName=
    Where <> and depends upon system to system

    Step 2 : Open SQL Server Configuration Manager and check for each SQL Server Configurations whether the TCP/IP and Named Pipes are Enabled or not.
    If Disable, then Enable it.

    Step 3 : After completion of Step 2, open services.msc using RUN command(Window+R) and STOP & START the SQL Server (MSSQLSERVER) services , so that the STEP 2 changes gets reflected at the Service level.

    For STEP 2 and STEP 3 , you can refer the attached screenshot.

    After completing the above mentioned steps, EXECUTE the Database Component Configurator , which will now be success and all the required TABLES will be created.

    Thanks,
    Ankit Tibrewal



    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 2.  RE: Connection Error while running Database Component Configurator after installing webMethod

    Posted Sun July 12, 2015 10:33 AM

    Thanks for your efforts in writing this. I really appreciate :slight_smile:


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 3.  RE: Connection Error while running Database Component Configurator after installing webMethod

    Posted Mon December 07, 2015 06:02 AM

    Thanks a lot Ankit, my db issue got resolved :slight_smile:


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 4.  RE: Connection Error while running Database Component Configurator after installing webMethod

    Posted Thu December 10, 2015 07:17 AM


  • 5.  RE: Connection Error while running Database Component Configurator after installing webMethod

    Posted Wed January 20, 2016 09:38 AM