Thanks for the suggestions everybody. "What have you learned, Ken?"
I probably should never have uttered the word "backup" because, although it was only one of the several processes I mentioned in my original message, most people got focused on that instead of the core of the problem, which is:
ANY process that accesses a table on a network share that runs within ON SHUTDOWN is vulnerable to that share being disconnected, even if the process takes a very brief period of time.
Essentially, I can test for the availability of resources before each such access, and/or "throw away" errors that occur during that period, so that the shutdown proceeds in an orderly fashion. But I cannot guarantee that everything will go the way I want.
I don't think anybody seriously intended to tell me that I can't or shouldn't try to save data or write to an audit table during ON SHUTDOWN. But if you did, how can I accomplish those necessary and brief tasks when the user shuts down the system?
Thanks. Ken Dibble www.stic-cil.org _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

