Saturday, December 17, 2011

It has been more than 7 months since I released the first Website Monitor utility. Almost immediately after releasing the utility I had some ideas for improvement, but I wanted to wait until I received some feedback before working on a new version. Well, it's been long enough and I'm ready to release v1 with a few enhancements.

The first enhancement is an OnErrorCheckEverySeconds setting. This setting controls how often a website will be checked once an error occurs. For example, I might want to check a website every 10 minutes, but if an error occurs I want to check every minute.

The second enhancement is the ability to log each website check to a file. This enhancement was the most requested feature that I received. The logging feature is activated by entering a valid directory into the LogFolder setting. If the directory does not exist, the Website Monitor utility will try to create it. It goes without saying that the Website Monitor utility will need read, write, and delete rights to the directory.


The third and final enhancement is related to the second. It is the ability to automatically purge the old log files. If you don't want the Website Monitor to delete the logs, simply set the PurgeLogsAfterDays setting to zero.

If you would like a copy of this application, you can download the latest version from the PF Solutions Downloads page. There is also a link to the original Website Monitor v0.1.0.0 blog post below.


Links:
PF Solutions Downloads http://www.pfsolutions-mi.com/dnn/Downloads/tabid/76/Default.aspx
Website Monitor v0.1.0.0 http://www.pfsolutions-mi.com/blog/2011/04/30/WebsiteMonitorV0100.aspx
posted on Saturday, December 17, 2011 7:14:07 PM UTC  #    Comments [0]
 Sunday, December 04, 2011

It has been more than 6 months since I released the DiscountASP.NET SQL Backup utility. In that time I have received some good feedback and zero problems (excluding installation issues). Based on this, I'm ready to release v1 with a minor enhancement.

One of the most requested features I received was the ability to specify when the backup process is performed. By default, the DiscountASP.NET SQL Backup utility performs the Microsoft SQL Database Backup process at 12:00AM every day. Rather than trying to create my own scheduling system I decided to take advantage of the system that is already included in Windows - Task Scheduler.


Step 1: From the Actions menu, select the Create Basic Task... menu option.


Step 2: Name the task.


Step 3: Select when you want the task to start.


Step 4: Identify how often the task should be started.


Step 5: Select what action you want the task to perform.


Step 6: Enter the fullpath and filename of the DSB.Service.EXE file into the Program/script field. Be sure to include "-console" in the Add Arguments field. You will also need to include the fullpath in the Start in field.


Step 7: Click Finish.


If you would like a copy of this application, you can download the latest version from the PF Solutions Downloads page. The original DiscountASP.NET SQL Backup v0.1.0.0 blog post is located at http://www.pfsolutions-mi.com/blog/2011/05/05/DiscountASPNETSQLBackupV0100.aspx


Links:
DiscountASP.NET http://discountasp.net/
DiscountASP.NET Control Panel API http://support.discountasp.net/KB/a176/control-panel-api.aspx
Microsoft .NET Framework 4 Client Profile http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5765d7a8-7722-4888-a970-ac39b33fd8ab
PF Solutions Downloads http://www.pfsolutions-mi.com/dnn/Downloads/tabid/76/Default.aspx
posted on Sunday, December 04, 2011 7:14:06 PM UTC  #    Comments [1]
 Thursday, May 05, 2011

A little over 6 months ago I started an ASP.NET MVC project for a client. During the planning phase we evaluated several web hosting companies and in the end choose DiscountASP.NET. One of the reasons we selected DiscountASP.NET is the Control Panel API feature.

The DiscountASP.NET Control Panel API allows us to programmatically manage our web hosting account. For example, we can manage email accounts, check bandwidth usage, and etc. All of these management functions are nice, but the one API feature that interested us the most was the ability to automate backups of the Microsoft SQL Database.

Look, I think it is important to choose a web hosting service provider who is reliable. However, any system can fail and data can be lost. Therefore, it is more important to not only choose a company you can depend on, but to utilize every feature you can to protect yourself. For this project, the ability to automatically perform a nightly backup of the website data and then download the backup to local storage was another layer of protection from a total data loss scenario.

With a simple goal of automating the Microsoft SQL Database Backup process and downloading the files to local storage, I started thinking about the features this process would need. Here is what I came up with:

  • Multiple Database Support - currently my client only has one hosted database, but I can see that changing in the future.
  • Purge Old Backups - the option to remove backups from the local storage that are more than XX days old.
  • Email Notification - the option to notify me if when a backup was performed and if the process was successful or failed.

Based on these criteria, I created the DASP SQL Backup application (DSB.Service.EXE) for performing automatic backups of a DiscountASP.NET MSSQL database. This application installs as a Windows Service and runs in the background without any user interface. Running the application as a service adds the ability to use the Windows Service Control Manager to Start, Stop, Pause, Resume, and Restart the application. In addition, there is no need to worry about restarting the application if the PC is rebooted, because the service can be set to automatically start on boot up.


The DSB.Service.EXE application records all events (success, failure, error) in the Windows Application Event Log with a Source of DASP SQL Backup. By recording events in the Windows Application Event Log, I can use the Windows Event Viewer to see what happened and when. I also don't have to worry about purging old events, because Windows can handle this automatically.


The DSB.Service.EXE application includes command line options for installing, uninstalling, starting, and stopping the service. Keep in mind that Administrative privileges are required to perform these commands.


All configuration settings are stored in two XML files: Databases.XML and DSB.Service.exe.config. At this point I did not create a user interface for modifying these files. This is something that I am considering for the future.

If you would like a copy of this application, you can download the latest version from the PF Solutions Downloads page. The following is a list of important notes:

  • This application requires the Microsoft .NET Framework 4 Client Profile.
  • You must enable the DiscountASP.NET Control Panel API.
  • Be sure to read the README.TXT file for instructions on installing the service and how to modify the configuration files.
  • I'd love to hear any feedback. What do you like, what do you not like, what kind of features would you like to see in future versions?

Links:
DiscountASP.NET http://discountasp.net/
DiscountASP.NET Control Panel API http://support.discountasp.net/KB/a176/control-panel-api.aspx
Microsoft .NET Framework 4 Client Profile http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5765d7a8-7722-4888-a970-ac39b33fd8ab
PF Solutions Downloads http://www.pfsolutions-mi.com/dnn/Downloads/tabid/76/Default.aspx
posted on Thursday, May 05, 2011 6:42:52 PM UTC  #    Comments [0]
 Saturday, April 30, 2011

For a while now I have wanted a way to monitor my website. I don't visit the site every day. That meant that if there was ever a failure, it could be weeks before I found out. I have also found that periodically "hitting" my website prevents the web server from unloading the site from memory.

Guessing that I wasn't the only person with this issue, I did some research and found two types of solutions. The first type of solution is what I would describe as a Website Monitoring Service Provider. In other words, a company that monitor websites for a monthly and/or annual fee. The second type of solution I found could be described as Website Monitoring Software. Typically, this was an application I could install on my PC and configure to monitor one or more websites.

Faced with two kinds of solutions, I started thinking about the features I really wanted. Here is what I came up with:

  • Monitor Multiple Websites - the ability to monitor my website and websites for my clients.
  • Control the Frequency of Checks - the ability to check the "Home" page every 10 minutes, but only call the "System Maintenance" page every 24 hours.
  • Control the Response Timeout - the "Home" page should respond in less than 15, whereas the "System Maintenance" page may need several minutes.
  • Failure Notification - the option to notify me if a website did not respond in the time specified.
  • Resumed Notification - notify me when a website was back online if the previous check failed. In my experience with using website hosting companies, it is not uncommon for a website to be un-responsive one moment and then a minute or two later be start working again

Based on these criteria, I was able to immediately rule out both the Website Monitoring Service Providers and Website Monitoring Software that I had previously found. The deciding factor was (A) the solution did not have the features I needed or (B) the price was too high.

One of the perks of being a software developer is that if you can't find an application that does exactly what you want...you have the skills to build it yourself. (Hmm, it can be a curse too.) And that is what I did. Here's how it works.

WSM.Service.EXE is an application for monitoring one or more websites. It installs as a Windows Service and runs in the background without any user interface. This gives me the benefit of using the Windows Service Control Manager to Start, Stop, Pause, Resume, and Restart the application. I also don't have to worry about restarting the application if the PC is rebooted.


The WSM.Service.EXE application records all events (success, failure, error) in the Windows Application Event Log with a Source of Website Monitor. This gives me the benefit of using the Windows Event Viewer to see what happened and when. I also don't have to worry about purging old events, because Windows can handle this automatically.


The WSM.Service.EXE application does include command line options for installing, uninstalling, starting, and stopping the service. Keep in mind that Administrative privileges are required to perform these commands.


All configuration settings are stored in two XML files: Websites.XML and WSM.Service.exe.config. At this point I did not create a user interface for modifying these files. This is something that I am considering for the future.

If you would like a copy of this application, you can get the latest version from the Downloads page on my website. When using this application, please keep the following in mind

  • This application requires Microsoft .NET Framework 4 Client Profile.
  • Be sure to read the README.TXT file for instructions on installing the service and how to modify the configuration files.
  • I'd love to hear any feedback. What do you like, what do you not like, what kind of features would you like to see in future versions?

Links:
Microsoft .NET Framework 4 Client Profile http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5765d7a8-7722-4888-a970-ac39b33fd8ab
PF Solutions Downloads http://www.pfsolutions-mi.com/dnn/Downloads/tabid/76/Default.aspx
posted on Saturday, April 30, 2011 11:21:05 PM UTC  #    Comments [0]
 Sunday, January 09, 2011

Last spring I got to thinking that I really wanted to do a destination race. The kind where you travel somewhere far away, run a cool race, and then take a few days to relax before you come back home. I talked to some of my friends who have done similar things in places like Chicago, Las Vegas, New York, and of course Boston. Everyone had good suggestions, so to make the decision easier I decided the best thing to do would be to concentrate more on the when, versus the where.

Looking at my calendar I knew that I already had race plans for most of the summer and fall. There was the Bayshore Marathon in May, the Mohican in June, the Great Lakes Relay in July, the Crim in August, Dances with Dirt in September, and the Brooksie Way in October. That meant the earliest I could schedule anything would be sometime in November. And for me it seems like I always have some kind of non-running commitment every weekend in November and December. So that meant the next available time period would be sometime in January.

Now that I had the when decided, it was time to pick the where. Well, one of the easiest things about picking a race in January is that the numbers of options are limited when the goal is to run something long distance. A quick Google search for "January marathons" returned results for places like Arizona, California, Florida, and Texas.

I would like to say that I took some time and evaluated each race, but as soon as I saw Walt Disney World Marathon, my decision was made. Yes, the idea of running a marathon through the Walt Disney World Parks was really appealing. But the part that sealed the deal for me was the event they call the Goofy Challenge.

The Walt Disney World Marathon is a weekend long event consisting of a 5K (3.1 miles) on Friday, a 1/2 Marathon (13.1 miles) on Saturday, and a Full Marathon (26.2 miles) on Sunday. The Goofy Challenge is basically like registering for both the 1/2 and full marathons.

With the race picked out, the next major obstacle was to convince some friends that they should go to. This is not an easy task. Especially when the race requires time off work, travel by plane, and etc. It took a couple of months, but in the end I persuaded my girlfriend Belinda and two other couples to join us.

Overall I very impressed with Walt Disney World Marathon. It was the most well organized race I have ever participated in. There were practically no lines for the toilets. All of the aide stations were stocked with supplies and volunteers. And it seemed like the entire race course was lined with families, staff, or some kind of entertainment.

My only warning about running the Walt Disney World Marathon is that it will spoil you. Most of the races that I have run typically have problems like not enough toilets, aide stations that are not equipped, long stretches without any crowds, course not marked, etc. I understand that organizing a race is not easy task. There will be problems and I am ok with that. It was just nice to see that someone could actually do it near perfect.


Links:
Walt Disney World Marathon http://espnwwos.disney.go.com/events/rundisney/wdw-marathon/
posted on Sunday, January 09, 2011 7:28:19 PM UTC  #    Comments [0]
 Friday, November 26, 2010

There must be something about running in a big city that I enjoy, because I signed up once again for the Detroit Turkey Trot 10K (6.2 miles). This was my second consecutive year, and like the year before I set a new PR (personal record) by finishing in 46:23 (mm:ss). If I can keep breaking my PR, I may have to make this an annual tradition.


Links:
Detroit Turkey Trot http://www.theparade.org/turkeytrot/
posted on Friday, November 26, 2010 1:31:29 AM UTC  #    Comments [0]
 Saturday, November 06, 2010

Part of the work I do involves supporting existing Visual FoxPro applications. In some cases, the original developers are no longer available and I take over maintaining the code. Some may not like this kind of work, but I enjoy the variety. I also like it when I get the opportunity to track down mysterious bugs like the one I'm about to describe.

The problem occurred in a portion of the code that called the VALIDATE DATABASE command. I don't recall why the code need to perform the command, but when it executed a "Cannot open table 'C:\FolderName\TableName.DBF'" message was displayed on the main Visual FoxPro window.

My first thought was that the table might be corrupt. So I tried viewing the contents of the table with the USE and BROWSE commands as follows. No errors and everything worked as expected.

USE IN SELECT("TableName")
USE "C:\FolderName\TableName.DBF" IN 0 AGAIN ALIAS "TableName" NOUPDATE

SELECT("TableName")
BROWSE

My second thought was that maybe the VALIDATE DATABASE command needed exclusive use of the table and something else had a shared lock on the table. So I tried viewing the contents of the table with the following commands. Once again, no errors and everything worked as expected.

USE IN SELECT("TableName")
USE "C:\FolderName\TableName.DBF" IN 0 ALIAS "TableName" EXCLUSIVE

SELECT("TableName")
BROWSE

My next thought was that maybe the table or database were corrupt in some unusual way. I could try recreating the database and table, and then copy the data from the bad table into the good table. One of the easiest ways to accomplish this is to use GenDBC. GenDBC is a utility program that is included in the Visual FoxPro Tools folder. It generates a script of native Visual FoxPro commands that can recreate a database along with every connection, table, view, relation, and referential integrity constraint.

I ran GenDBC and executed the script to recreate the database and tables. Everything worked as expected. I was about to start copying the data from the bad table into the good table when it occurred to me that I should try validating the database first. So I performed the VALIDATE DATABASE command on the freshly created database...BAM! I got the "Cannot open table 'C:\FolderName\TableName.DBF'" error message.

This made me wonder if maybe GenDBC failed when it generated the script and just did not display the error message. So I opened the script and scrolled down to the section with the table create code. And that is where I noticed something strange. The CREATE TABLE command looked okay, but the INDEX ON command had the table name included in the expression. It looked something like this.

CREATE TABLE "TableName.DBF" (pk I, description C(20))
INDEX ON pk TAG "PK"
INDEX ON TableName.description TAG "DESCRIPTIO"

Including the table name in the index expression is not something I would ever do. It seemed redundant. So I removed the table name from the index expression, re-ran GenDBC, and then executed the script to recreate the database and tables. This time when I performed the VALIDATE DATABASE command, everything worked as expected. Cool!

However, finding a solution isn't always enough for me. I needed to know more. For example, is this the problem in the INDEX command because it allows the table name to be included in the index expression or is the problem the VALIDATE DATABASE command? I did a little research and I found a MSDN article called "Considerations for Creating Index Expressions". In this article Microsoft states "If you include a field prefaced by a table alias or work area letter in the index expression, Visual FoxPro generates an error message." The article isn't very clear about the error, but at least I had documented proof. Just because Visual FoxPro allows a table name to be included in the index expression, you shouldn't.

On a side note, an interesting thing happened when I got ready to write this blog entry. I wanted to have some code that could reproduce the error. So I wrote a program that would create a database with a both a good table (a table with a valid index expression), and a bad table (a table with an invalid index expression). When I ran the VALIDATE DATABASE command I did not get an error like I expected. It took me a little while to figure out that the error would not occur unless I closed and re-opened the database. The following code reproduces the behaviour.

* create a database
CREATE DATABASE "Sample.DBC"

* add a table with an index and then some records
CREATE TABLE "GoodTable.DBF" (pk I, description C(20))
INDEX ON pk TAG "PK"
INDEX ON description TAG "DESCRIPTIO"
INSERT INTO "GoodTable" (pk, description) VALUES(1, "Description 1")
INSERT INTO "GoodTable" (pk, description) VALUES(2, "Description 2")
INSERT INTO "GoodTable" (pk, description) VALUES(3, "Description 3")

* validate the database, expectation is no error
? "VALIDATE DATABASE (GoodTable)"
VALIDATE DATABASE 

* add a 2nd table, but this time put the alias in the index expression
CREATE TABLE "BadTable.DBF" (pk I, description C(20))
INDEX ON pk TAG "PK"
INDEX ON BadTable.description TAG "DESCRIPTIO"
INSERT INTO "BadTable" (pk, description) VALUES(1, "Description 1")
INSERT INTO "BadTable" (pk, description) VALUES(2, "Description 2")
INSERT INTO "BadTable" (pk, description) VALUES(3, "Description 3")

* validate the database, expectation is an error, but VFP does not display one
? "VALIDATE DATABASE (GoodTable + BadTable)"
VALIDATE DATABASE 

* close and re-open the database
CLOSE DATABASES ALL
OPEN DATABASE "Sample.DBC" EXCLUSIVE

* validate the database, now VFP displays the error
? "VALIDATE DATABASE (GoodTable + BadTable)"
VALIDATE DATABASE 

Links:
Considerations for Creating Index Expressions http://msdn.microsoft.com/en-us/library/5bxf1b0a(VS.80).aspx
posted on Saturday, November 06, 2010 6:41:21 PM UTC  #    Comments [1]
 Sunday, October 03, 2010

After running the Bayshore Marathon earlier this year, I decided that I would not spend my summer training aggressively for any race. Instead I would pick races that were new to me and fun. Like the The North Face Mohican Trail Run and the Great Lakes Relay events I ran earlier this year.

However, I still like to measure my performance from year to year. And one of my favorite ways to do that is to repeat an event that I have ran in the past. I want an event where the course has some challenges (i.e. not completely flat), and a distance that is more than 10 miles. For me, the Brooksie Way 1/2 Marathon (13.1 miles) is an excellent choice. I have run this race in both 2008 and 2009, and the course is definitely a challenge.

So about a week and half before the race, it occurred to me that I should at least set some kind of goal for completing. I looked at my finish time from the previous year 1:52:09 (hh:mm:ss) - average pace 8:33 (mm:ss). I also looked at my recent finish time for the CRIM 10 mile 1:18:20 (hh:mm:ss) - average pace 7:50 (mm:ss). Based on this, my first idea was to run a 7:50 (mm:ss) pace for the 13.1 miles. But when I calculated (13.1 x 7:50) a goal time of 1:42:37 (hh:mm:ss), I didn't like the idea of finishing just a couple of minutes over one hundred. Therefore, I set my goal time to complete in under 100 minutes.

With a goal in mind, the next thing I wanted was a running partner. In order to run 13.1 miles in under 100 minutes, I would need to maintain an average pace of 7:37 (mm:ss) or better. This was going to be a challenge for me. Over the years I have found that the best way to run a race with an aggressive goal is to have someone beside me. Someone to help distract my mind and push me when I start to feel like giving up.

So I asked around in my running group if anyone wanted to run the same pace. Unfortunately for me, the majority of my friends were either training for the Detroit Marathon or the Columbus Marathon. With their races only two weeks away, most of them did not want to run that kind of pace. I understood completely. They have been training for their marathons all summer long, it was not worth risking an injury.

So I made up my mind that I would just do it by myself. But, on race day my friend Fritz showed up and said that he would run the same pace with me. Fritz and I stayed together for almost the entire race. That is until we were about a quarter of a mile from the finish line. That is when Fritz took off and finished two seconds ahead of me. But I didn't care, because I set a new personal record with a time of 1:39:02 (hh:mm:ss). Fritz, thanks for keeping me on goal.

Links:
Brooksie Way Half Marathon http://www.thebrooksieway.com
posted on Sunday, October 03, 2010 12:10:02 PM UTC  #    Comments [0]