khamneda
20th May 2004, 09:26
I have just installed baan IV (baan 4c4) on windows NT-SQL7.0.
Before proceeding to install SP12-Batch installer, I want to know what is the porting set..how can I know?
Thanks in advance
Markus Schmitz
20th May 2004, 10:00
Hi,
you can normally start any Baan binary with the "-v" otion and it will tell you the version, ie. Portingset.
try: ntbshell -v
in %BSE%/bin
EdHubbard
20th May 2004, 10:25
Or right click on it in windows explorer. Select Properties, then the version tab. The look for the version option which will you show you something like 6.1c.07.01 You can also see the porting number there as well e.g. PA.0222
It is worth checking more than 1 binary as you could have 2 different levels in operation - e.g. if Baan Support finds a problem with a newer version of 1 particular binary you be asked to revert to an older one.
nelsonR
20th May 2004, 17:13
Running on Windows I created a batch file that put's things together. The batch file is showbaan.bat.
echo off
e:
cd \baan\bin
cls
echo Baan Version
echo.
echo.
licmon -v
pause
cls
echo Baan Connections
echo.
echo.
licmon -a
pause
cls
echo Baan Usercount
echo.
echo.
licmon -u
pause
echo Baan Statistics
licmon -s
khamneda
21st May 2004, 13:13
thanks guys..
i tried "bshcmd -v" and it showed me the porting set . i will also try the other options which Markus Schmitz, EdHubbard has mentioned.