Results 1 to 3 of 3

Thread: Verify Program running

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2000
    Location
    Iowa USA
    Posts
    118

    Verify Program running

    I have a program that exchanges data between our company and another company using webservices. Every three minutes it cycles and exchanges data. It has locked up a couple of times and I would like to be notified the next time it does. How can I very the program is running and not locked up.

    Any ideas.

    thanks,

    Dean

  2. #2
    Hyperactive Member ProphetBeal's Avatar
    Join Date
    Aug 2006
    Location
    New York
    Posts
    424

    Re: Verify Program running

    I don't know how you could get it to notify you if it is locked up. What i would do is either have it email me when it completes (which if its running often is not a good solution) or have the program update a log file of some sort. With the log file solution then I would either have to check the log or create a small app to check the log and notify me(via email or whatever) if its not updated.

    Helpful Links:
    VB 6 - How to get the "Key" Value in a collection
    VB.NET - File Search Utility || VB.NET - How to compare 2 directories || VB.NET - How to trust a network share
    VB.NET - Create Excel Spreadsheet From Array || VB.NET - Example Code & Hints you may not know
    VB.NET - Save JPEG with a certain quality (image compression) || VB.NET - DragDrop Files, Emails, and Email Attachments

    Please post some of the code you need help with (it makes it easier to help you)
    If your problem has been solved then please mark the thread [RESOLVED].
    Don't forget to Rate this post

    "Pinky, you give a whole new meaning to the phrase, 'counter-intelligence'."-The Brain-

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2000
    Location
    Iowa USA
    Posts
    118

    Re: Verify Program running

    I guess I was thinking that maybe another program could monitor my program and if it verifies it is locked up or not running, the second program would send me a email.

    thanks,

    Dean

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width