Page 1 of 1

How do we find the release of a DataStage version

Posted: Thu Jun 16, 2005 3:30 pm
by vinodlakshmanan
I have DataStage XE Parallel Extender V7.0.0. How do I determine which release this is?
The problem is: I want to install the latest TeraData Mload plugin, so I want to see whether my release is compatible with the plugin.

Posted: Thu Jun 16, 2005 3:51 pm
by Sainath.Srinivasan
You can find the details from 'About DataStage' option.

Posted: Thu Jun 16, 2005 6:32 pm
by vinodlakshmanan
I guess I have to word my question differently:
If my DataStage version is 7.0.0, is there something like release 7.0.0A and 7.0.0B for this? If yes, how do I find this out?

Posted: Fri Jun 17, 2005 12:25 am
by ArndW
From the Admin or UniVerse prompt execute the command 'LIST VOC WITH @ID EQ "RELLEVEL" F2' and that will show you the DataStage detailed version for that account.

Posted: Fri Jun 17, 2005 7:09 am
by ray.wurlod
Try

Code: Select all

$DSHOME/bin/dssh -admin -info
or

Code: Select all

$DSHOME/bin/uv -admin -info

Posted: Fri Jun 17, 2005 10:08 am
by vinodlakshmanan
I am confused as to which version of DataStage we have now:

"osh" gives the following output:
DataStage XE Parallel Extender V7.0.0
However

Code: Select all

$DSHOME/bin/uv -admin -info
Details for DataStage release [b]7.0.1[/b].1r1 instance "ade"
What does this mean?

Posted: Fri Jun 17, 2005 5:29 pm
by ray.wurlod
It means you have version 7.0.0 of the parallel engine and version 7.0.1 of the server engine. Every stage type also has its own version, for example you're probably running version 1.3 of the ORABULK stage.

You posted in the server forum and specified "Server" as your job style, which is why you got a server answer.

Posted: Fri Jun 17, 2005 5:51 pm
by vinodlakshmanan
Now I am more confused: :?:
Are different version of the Server and Parallel Engines compatible? I was under the impression that if we say DataStage version "7.0.0" it means server and parallel engines are both 7.0.0.
Now if we say DataStage version 7.0.0 or 7.0.1, is it a server engine version or a parallel engine version?

Posted: Sat Jun 18, 2005 6:01 pm
by ray.wurlod
Depends which forum you're posting on!

Generally we only talk about the major and minor numbers, so we say we're on 7.0, or 7.1 or 7.5 or 3.3 (eek!). At this level, both engines are compatible irrespective of the third component of the version number.

Indeed, the third component may not exist on every platform. If there is a release that fixes some problem on Windows, for example, and it happens to be version 7.1.18, then this version will not exist on any UNIX platform.

So, when your software had been shipped, there had been one patch applied to the parallel engine and none to the server engine. Your client software will be at release 7.0.x as well, but I have no idea what the value of x might be.

Posted: Mon Jun 20, 2005 12:40 pm
by vinodlakshmanan
Some findings which we got:
There are 2 files in $DSHOME:
1.
more .dsrel
7.0.0.65 ---engg build number

2.
more dsebuildinfo.txt
7.0.1.1r1 ----mfg release
Fri Sep 19 17:46:51 2003

Dont know what they mean though.

Posted: Mon Jun 20, 2005 1:43 pm
by roy
Hi vinodlakshmanan ,

I just wanted to note that normally the only time you'll find this info usufull is if and when you report a problem and at that time your support will ask and guide you to the correct manor in which to get exact version for server/EE.

And having minor release numbers like 7.0.0 EE to 7.0.1 Server has no real impact as for the ability to produce jobs of either type including sequence jobs with mix type job activities.
Bare in mind theese are 2 different engines each with it's own release.

IHTH,