How to find the version of the ActiveSpaces product installed?

How to find the version of the ActiveSpaces product installed?

book

Article ID: KB0075935

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces All Support Versions

Description

This article provides info on finding the exact version of the AS product installed.

Issue/Introduction

This article provides info on finding the exact version of the AS product installed.

Environment

All Support Platforms

Resolution

For AS2.x
=========
- Look for the product version files under <TIBCO_HOME>/_installInfo folder
for e.g.:
Here are the files for AS2.3.0 and AS2.3.0+HF8:
activespaces_2.3.0_prodInfo.xml
activespaces_2.3.0.021_prodInfo.xml
(the 2nd file should also indicate the hotfix number.)

- Run the as-agent or as-admin utility, after the env is set.
-- The console output should show the version in use.

On Running AS Cluster you can run as-admin > execute on members version  to check all peer and remote members version.

For AS3.x/4.x
========
- The 'product_info' folder would indicate the base version installed: <TIBCO_HOME>/as/<ver>/product_info

- The exact version in place can be seen when you run any process: "tibdg -d" or tibdgnode.

Here are the outputs from AS3.5.1 and AS3.5.1=HF5
------------------------
C:\AS351_HOME\as\bin>tibdgnode
TIBCO ActiveSpaces Version 3.5.1  V4

C:\AS351_HOME\as\3.5.1_HF5\bin>tibdgproxy
TIBCO ActiveSpaces Version 3.5.1  V12
-----------------------