Page 1 of 1

How to check server version

Posted: Wed Aug 24, 2005 3:46 am
by victorbos
Hi all,

How can I check the exact version of datastage server.
In administrator it just says '7.0', while I would like to know if I am running 7.01 or 7.01r1 or ....
Is there some command that returns the correct version?

Victor

Posted: Wed Aug 24, 2005 5:32 am
by roy
Hi,
There was a post not long ago with this exact info for server and EE.
please search for it
(I don't recall in wich forum server or EE it was in :()

IHTH,

Posted: Wed Aug 24, 2005 5:52 am
by ArndW
I know of the unix level "uv -version" or the TCL command "LIST VOC WITH @ID EQ 'RELLEVEL' F2" but that is more the underlying Engine version. I thought there was a smat command to get this but couldn't find it.

Posted: Wed Aug 24, 2005 4:30 pm
by ray.wurlod
Help About in any of the client tools will provide this information.

Posted: Thu Aug 25, 2005 12:57 am
by victorbos
Thanks to all.

Code: Select all

uv - version
did the trick.
It returns 7.0.1.1
The aboutbox on the client says just 7.0

Victor