cbknight01
5th November 2009, 04:08
Hi,
In unix I could do a what or an explode and find the object and its path. How do you do this in Windows?
Thanks
Han Brinkman
5th November 2009, 09:27
Use session ttstpsessinfo.
toolswizard
6th November 2009, 18:32
You need to be logged into the application server either on the console, or remote desktop to the server. Once there you need to make sure that the BSE, BSE_COMPNR, and PACKAGE_COMB are set. Then you can run explode or bic_info. You could also run the set vars command file that is used to run jobs to set the variables.
dave_23
7th November 2009, 06:17
Or if you love the command line:
bic_info -w (i think)
is explode in windows.
you can try bic_info -h to get more options.
Dave