mraguthu
29th December 2001, 08:55
Hi I am working on Unix long time, but suddenly I need to work on NT for one client.
Can any one can explain what are the major differences in between these two, like log on to the bshell6.2, run sessions, add crontabs etc.
Thanks for your help.

patvdv
29th December 2001, 15:54
What a question :) I think you can write a whole book about this topic. To put in a couple of lines: any type of action that is done within the Baan application - that is running sessions etc - should be similar on NT and UNIX platforms. As Baan is supposed to have a 'platform independant' front layer. However when you are talking about everything 'around' the Baan application - e.g. system administration, database maintenance - you are facing a completely different ball game. Compare it with the following analogy: if your UNIX system was a highly customizable, programmable PC at which you can add, tweak, mess around with at much as you like, then your NT system would be the average kitchen refrigerator where you can control its operations by pushing a few buttons only.

Have I now invoked the wrath of NT guru's? :p

mraguthu
30th December 2001, 07:40
My question is very basic, like how to go to bshell (like..Run Program --ksh in Unix) in NT, how to check what output of the objects etc...If you have a chance to explain about different buttons in NT, that would be very gratefull.


Thanks for your help.

patvdv
30th December 2001, 15:12
Mraguthu,

For your direct questions: if I remember correctly, you also have on NT the option to start a 'shell' from the Run Program menu only this will not spawn a ksh (Korn Shell) but rather an MS-DOS-like box. From this you can use the standard MS-DOS commands to view, edit, manipulate files and objects. Additionally there is a what6.1 binary available in your $BSE/bin - again if I am not mistaken - that replaces the default UNIX what command under MS-DOS.

Hope this helps some.

Han Brinkman
31st December 2001, 13:02
The biggest problem on NT is that the shared memory is not updated automaticly as it is with UNIX. So after an update of the software you have to make sure that your environment is stopped and started again in order to make sure that the latest table definitions and objects are loaded.
Futher a reprint is not possible. (at least a few month ago it wasn't).

All other issues can be solved.

Kind regards,
Han

evesely
31st December 2001, 22:41
I have been able to do an NT "shell" on the server itself (whether doing File, Run cmd or just running cmd from the OS's File Run). However, I haven't had success at any old workstation running BW.

This is a pain when you want to run things like bic_info that errors if you don't have shared memory available.:mad: