Check Machine Status

VivekGupta

New Member
Hi,

How can I check whether my UNC site \\server\data is connected or not? If connection is successfull then I will retrieve files from related folder.

If it is not connected then I will skip this unc site and move to another one. I tried ping command but sometime it fails and sometime it takes too long to return results.

Please let me know how is it possible to do it using PROGRESS 4GL.

Thanks,
Vivek
 
Hi,

How can I check whether my UNC site \\server\data is connected or not? If connection is successfull then I will retrieve files from related folder.

If it is not connected then I will skip this unc site and move to another one. I tried ping command but sometime it fails and sometime it takes too long to return results.

Please let me know how is it possible to do it using PROGRESS 4GL.

Thanks,
Vivek

Try to open a remote file? Also you have to know where it is located, or at least the directory you are trying to access. Try FILE-INFO system handle.
 
Back
Top