Re: [Hardhats-members] A troublesome and concerning error.....

2005-11-10 Thread Kevin Toppenberg
OK. Thanks Kevin On 11/9/05, steven mcphelan <[EMAIL PROTECTED]> wrote: > ^ZU is doing EXACTLY what is was programmed to do. If the process > encounters an error, an error handler is invoked. If you started ^ZU from > the programmer's prompt, ZU knows that and returns you to the programmer's

Re: [Hardhats-members] A troublesome and concerning error.....

2005-11-10 Thread steven mcphelan
^ZU is doing EXACTLY what is was programmed to do. If the process encounters an error, an error handler is invoked. If you started ^ZU from the programmer's prompt, ZU knows that and returns you to the programmer's prompt. If you started ^ZU from a secured login it knows that and gracefully han

RE: [Hardhats-members] A troublesome and concerning error.....

2005-11-02 Thread Bhaskar, KS
e differently from software today, but that's the way it is today. -- Bhaskar -Original Message- From: [EMAIL PROTECTED] on behalf of Gregory Woodhouse Sent: Wed 11/2/2005 8:00 PM To: hardhats-members@lists.sourceforge.net Cc: Subject: Re: [Hardhats-members] A tro

Re: [Hardhats-members] A troublesome and concerning error.....

2005-11-02 Thread Gregory Woodhouse
On Nov 2, 2005, at 3:09 PM, K.S. Bhaskar wrote: mumps -run ^XYZ will drop you back out to the shell when it completes normally. Are you saying that mumps -run ^XYZ can terminate abnormally and drop the user into direct mode? If this is possible, it's a bug. === Gregory Woodhouse [EMAIL PR

Re: [Hardhats-members] A troublesome and concerning error.....

2005-11-02 Thread K.S. Bhaskar
mumps -run ^XYZ will drop you back out to the shell when it completes normally. However, if there is an unhandled exception (error), or an unhandled ^C, it can drop you to the direct mode prompt. So, if one doesn't want users to inadvertently get to the direct mode prompt, one should ensure that

Re: [Hardhats-members] A troublesome and concerning error.....

2005-11-02 Thread Greg Woodhouse
This routine is not designed to be invoked from programmer mode at all. It's invoked at sign in as a kind of "login shell". On a typical system, when people telnet to VistA, the relevant MUMPS implementation will be invoked to run ^ZU. That is not the same thing as signing in first, and then runnin

Re: [Hardhats-members] A troublesome and concerning error.....

2005-11-02 Thread Kevin Toppenberg
Well, others can correct me if I am wrong, but do ^ZU is not supposed to go back to the GTM prompt. In fact, upon halting from a menu option, it takes one all the way out of GTM to the bash linux shell. In my site, this would immediately put the user back into a GTM ^ZU login. But I will try com

Re: [Hardhats-members] A troublesome and concerning error.....

2005-11-02 Thread Jim Self
Kevin wrote: >WHY IS DROPPING TO GTM PROMPT ALLOWED? >Entering GT.M system now... > >GTM>d ^ZU Kevin, You started MUMPS in direct mode programmer access (the GTM prompt) so it seems natural for you to be returned there after completion of the error trap so that you could do further troubleshoot