Db2

Db2

Where DBAs and data experts come together to stop operating and start innovating. Connect, share, and shape the AI era with us.


#Data


#Data
#Databases
#Operatingsystems
#Db2
#Databasesolutions
 View Only
  • 1.  Server dsweb stop failed. Check server logs for details.

    Posted 01/13/20 02:40 PM
    Getting below error while stopping

    PS D:\DB2_DMC\ibm-dmc-win64\ibm-datamgmtconsole\bin> .\stop.bat
    Stopping server dsweb.
    Server dsweb stop failed. Check server logs for details.
    PS D:\DB2_DMC\ibm-dmc-win64\ibm-datamgmtconsole\bin>

    What is the message file to check? is it messages.log under D:\DB2_DMC\ibm-dmc-win64\ibm-datamgmtconsole\logs ? 


    Is there a way to kill? force stop ?


    ------------------------------
    srijith sudhakaran
    ------------------------------

    #Db2


  • 2.  RE: Server dsweb stop failed. Check server logs for details.

    Posted 01/22/20 12:33 AM
    Hi srijith,
    We received your questions and you can send out the log here for our developer to investigate. Thanks.

    ------------------------------
    Li Hui Yan (Autumn Yan)
    From DMC Team
    ------------------------------



  • 3.  RE: Server dsweb stop failed. Check server logs for details.

    Posted 02/03/20 09:30 AM
    Hello srijith,

    You can run the following commands to force stop IBM Db2  Data Management Console server.
    1. wmic process where name="javaw.exe" get executablepath,name,processid
        Note: This command is used to get the process ID and executable path that may need to be stopped.
    2. wmic process where processid="processid" delete
        Note: Replace the value of the process ID in this command. And make sure that the location of the process to be stopped is where the IBM Db2  Data Management Console is installed.

    Thanks!
    Yun Bo Zhang

    ------------------------------
    Yun Bo Zhang
    ------------------------------



  • 4.  RE: Server dsweb stop failed. Check server logs for details.

    Posted 02/03/20 09:30 AM
    Edited by System Admin 01/20/23 04:22 PM
    Hello srijith 

    Can you provide logs so that we can analyze this problem? 

    Thanks!

    ------------------------------
    Yun Bo Zhang
    ------------------------------