fzzhdx
1st December 2006, 16:32
Hi All,

From the ipc_info file I start a login_script, which will be launched when starting a bshell.
In this script their takes place a check if their is a message for the users and if so this message will be displayed during this login_script.
Whithin the login_script I start a subscript to initiate the message as follow:
${BSE}/bin/bshell6.1 $* ottstpvtemul "script-name".
Up to here it's working ok, but after showing the message, the login session disconnect.

Does anyone know how I can end the action with the ottstpvtemul session and get back into the login_script and continues.

Regards Ronald :confused:

günther
4th December 2006, 11:32
Ronald,

have a look at this board on keywords such as "systemmess" (a plain text file under $BSE/lib that gets displayed during login if it exsits) or "ttstppollmess" (the session that does the job; you can see it in the Option Dialog / Start shell / ps).

günther

NirajKakodkar
4th December 2006, 13:29
hi ,

Do you have the source for ottstpvtemul , coz what i feel is there might be a condition in the script like

if (message)
show the message
exit
endif

So you will have to comment exit .

Hope this help you

Regards,
Niraj

fzzhdx
11th December 2006, 17:56
Ronald,

have a look at this board on keywords such as "systemmess" (a plain text file under $BSE/lib that gets displayed during login if it exsits) or "ttstppollmess" (the session that does the job; you can see it in the Option Dialog / Start shell / ps).

günther

Günther,

Thanks for your advice, now I make use of the polling message object (ttadv4188m000).

Regards Ronald