psivakumar
25th August 2011, 23:11
One of our customizations running Baan ERP 6.1 uses to run a session as
run.baan.prog("bshell","-server tctlsc200m000 " & f.sess,RP_NOWAIT)
(kindly pardon me; I am NOT a developer)
Is there any 3gl or Unix shell way of running the above. Since we are clustered env, every time we stop/start/migrate services, Operations have to login in BW interface and start this "looping" server program ie it runs continuously.
Any tips or suggestions to make it as a command line or 3gl to make it part of stop/start script for cluster services (ENV: HPUX/ServiceGuard,Oracle Baan LN )
Thanks in advance
run.baan.prog("bshell","-server tctlsc200m000 " & f.sess,RP_NOWAIT)
(kindly pardon me; I am NOT a developer)
Is there any 3gl or Unix shell way of running the above. Since we are clustered env, every time we stop/start/migrate services, Operations have to login in BW interface and start this "looping" server program ie it runs continuously.
Any tips or suggestions to make it as a command line or 3gl to make it part of stop/start script for cluster services (ENV: HPUX/ServiceGuard,Oracle Baan LN )
Thanks in advance