Archive for September 2007

PHRF Fall Series #2

I haven't been posting much about my sailing... I'm still doing foredeck on Cheetah and we usually sail every Wednesday in addition to the races. The PHRF Fall series has started in Jacksonville and we took a second place in race #1. Race #2 was yesterday and what a hoot! It was a Nor'easter blowing 20-25 knots all afternoon and made for some fun times. I love these conditions. There were only 5 boats in the spinnaker class. I'm sure the weather kept many boats at the dock. Wimps!

Read more…

30Sep
0

Per Application Settings Rock!

I never liked my folder layouts on shared hosting servers. I would place transfer, fusebox, customtags, and other items in the web root that really did not belong there. I'm now moving an application from CF7 on shared hosting to CF8 on a Win2k VPS at ahphosting. This is the perfect opportunity to try out CF8's new per application settings for mappings and custom tag paths.

Read more…

30Sep
0

Ext-JS Data Types

I just started using Ext-JS and am mildly impressed with what it can do. The documentation lacks a little though. The API is well documented, but trying to really learn how to use it effectively is rather difficult when just using the API. There are quite a few good examples, which help a lot. Here is a quick listing of the data types:

Read more…

28Sep
1

xp_sendmail: failed with mail error 0x80004005

Ever get this error with MS SQL2000?
xp_sendmail: failed with mail error 0x80004005
Microsoft would have you doing all sorts of shenanigans with Active Directory.

In my case, xp_sendmail would work fine from one server, but not another. They both used the same AD account, so that didn't seem too logical of a fix.

Restarting SQL Server Agent service didn't help. Simply running these 2 stored procedures fixed it:

EXEC xp_stopmail 
EXEC xp_startmail
All I can figure is that there was a communication breakdown between my SQL server and Exchange and SQL doesn't recover very gracefully from that.

07Sep
5