views:

6

answers:

0

I need to know how to recover from the following error: Windows service is accessing a file on a network server. The network crashes, server goes down or becomes unavailable. I need the service to wait until the server is back on line to continue processing the files. What should I use to do this?

I figure I can trap the server un-available error and then enter a timer where I ping for it until I get data back from the ping and then continue processing.

Any suggestions would be sincerly apprecianted.

MAC