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
------------------------------