The app is for myself. I am running a data mining algorithm on large data sets on SQL Server. The results received are converted to HTML flat files, which I would like to push to multiple HTTP servers that have IIS or apache on.
The challenge I have is that although my app says it has pushed the results - I have no way of determining that it actually happens unless I type in the URL. I was wondering if there was a more effective manner. Thanks.
The program I have is meant to be automated - i.e. after running the data mining algorithms the results are parsed to a html file and then automatically pushed to a HTTP server.
At the moment I added a FTP program that handles the requests and pushes the HTML files to the HTTP Server.
The problem is that it does not alert the main program server if the FTP requests fails or hangs. It exists on the transaction log if I go in a phisically look.
But there must be a bettr way to automate this - i.e. can I receive an e-mail if the FTP send fails?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.