julia0726
21st November 2001, 10:22
Hello,

Anybody can give me the idea on how to set-up a remote user? Basically it looks like a two- tier configuration. A separate machine both for Baan Application and Database server.

My case scenario is this:

server1 = Baan Application
Database (Bisam)

server2 = Baan Application
Database (bisam)



I will start my session on server1 but the database update will be on server2.

Is that possible?

patvdv
21st November 2001, 18:16
with a long answer...

The basic steps would be to configure a remote user with password in the session Maintain Remote User Data, copy over the r<user> files between the nodes and set the variable BSE_REM to indicate that you are connecting remotely through the bshell.

Han Brinkman
24th November 2001, 09:38
The remote user can be used for a setup in which you will have the application only on one application server. On the other application server you will have enough on $BSE/bin and some runtime files in $BSE/lib. In this way you don't have to update $BSE/application twice.
The same can be done by using NFS.

Regards,
Han

julia0726
26th November 2001, 03:33
dear all,


thanks guys....

My remote configuration now works.

I did not use BSE_REM variable. I just copied the r[user] file for both machine. Also I had other set-up in my application server.

thanks again,

julia