jpadilla
19th June 2003, 01:49
How to know which version some components are???

I'm working with an installation that does not work well.. I suspect that they have some diferent version objects... ( IVc2_mcr combined with IVc4)

Does anybody know some way to determine wich version all object are??

do I need to run what command for every one??

thanks

JP

NPRao
19th June 2003, 02:38
You can use the sessions - ttadv2539m000 - Objects by Program Script/Library (or) ttadv3536m000 - Display Objects by Reports.

NvanBeest
19th June 2003, 10:08
Or use the session ttstpsessinfo.

Regards
Nico

OmeLuuk
19th June 2003, 11:26
If you need it for all objects: use bic_info -w object_code

You may only need the line with the compilation date (first of the idents) to determine things like: age of the object, the VRC it was build on. Just use it like:
bic_info6.1 -w ottstprepdll | grep From
or
bic_info -w ottstprepdll | findstr From

estotz
19th June 2003, 16:51
Or use:

explode6.1 (unix) OR
bic_explode (nt/win2000)

to determine which object is being used in your package combo.