How to verify whether no other process than TIBCO Data Virtualization(TDV) process is bound to a TDV port on Windows?

How to verify whether no other process than TIBCO Data Virtualization(TDV) process is bound to a TDV port on Windows?

book

Article ID: KB0072631

calendar_today

Updated On:

Products Versions
TIBCO Data Virtualization All supported versions

Description

This article helps understand if there is any process other than TIBCO Data Virtualization (TDV) that has bound to a TDV port in a Windows installation.

Issue/Introduction

How to verify whether no other process than TIBCO Data Virtualization(TDV) process is bound to a TDV port on Windows?

Environment

Windows Operating System

Resolution

Follow the below steps: 
(1) Open a command prompt terminal as 'Run as an Administrator'.
(2) Run the following command to get the Process ID (PID):
netstat -a -b -o | findstr [port_to_be_checked]

Screenshot for reference:
User-added image
The last number is the PID (process ID). In this example it is 5500

(3) Open the Task Manager. Click on the 'Details' tab and locate the PID. Once PID is found, right-click on it and select 'Properties'. A dialog will popup displaying information on the executable.
Verify that the dialog shows:
"java.exe" and shows the TDV location (eg: [TDV_Server_dir]\jdb\bin)

This concludes the port is being used by the TDV JDK and not by any other process. 

Screenshot for reference:
User-added image