How to check the jQuery version in TIBCO Data Virtualization?
book
Article ID: KB0070472
calendar_today
Updated On:
Products
Versions
TIBCO Data Virtualization
All supported versions
Description
Various methods can be used to determine the jQuery version in your installed TIBCO Data Virtualization server.
Environment
All supported environment
Resolution
To determine the jQuery version in TIBCO Data Virtualization, you can use either of the following methods:
Method 1: (1) Log in to the TIBCO Data Virtualization Web Manager and enter developer tool mode by pressing Ctrl + Shift + I (Windows/Linux). Alternatively, right-click on the page and select "Inspect."
(2) Navigate to the Network tab and search for jquery.min.js. Click on it. If not visible, refresh the Web Manager page.
(3) After clicking on jquery.min.js, go to the "Response" tab. Observe and verify the jQuery version. Refer to the attached snapshot for a sample illustration.
Method 2: (1) In your TIBCO Data Virtualization install dir navigate to the below Path: <TIBCO Data Virtualization_Install_Directory>\apps\server\webapps\manager\com.compositesw.web.Manager\app\jquery
(2) Open the file jquery.min.js using Notepad or Notepad++. You can find the jQuery version within the file.
Issue/Introduction
This article mentions the steps to check the jQuery version in TIBCO Data Virtualization