David McGehee wrote:

I seem to remember reading that jBase had an ON EXIT function available for a program.  I cannot find the documentation.  Does it exist?  Has anyone used it?  We are having a problem with Program level tasks disappearing on Windows Server 2003 (new problem but have been on 2003 for long time) and need to document state of program when it terminates.  (Window for task was jstarted so it terminates as well.)

jBase Version is 4.1.5.17 patch 5690

I think you are thinking of:

JBC_TCLRESTART set to command to execute instead of shell
JBC_ENDRESTART set to command to execute after end from debugger
JBCRESTARTPROG set to command to execute after off (unix/Linux only)


But these won't help if the program is crashing. With background programs I have noticed that that if the TERM variable is unset and a program tries to print, then it crashes hard. Try making sure that you have set TERM to something and check any new programs for trying to print as a background job.

Jim

--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to