Entries Categorized as 'Work'

An error occurred while validating. HRESULT=80004005

Date March 12, 2010

For the last day or so, we’ve been working on rolling out the next release of our code to our QA environment. When it came time to build a new set of solutions I stumbled across a weird validation error.

An error occurred while validating.  HRESULT=80004005

This error popped up on the setup applications for [...]

IIS7 & AppCmd handyness…

Date March 1, 2010

Part of our move was including the building of the new DR environment. Like most people, we cheated, and cloned the production servers to the new environment. One issue was host naming changes. In our DR environment, the host names change due to the location, and roll of the servers. This [...]

Reactive vs Proactive…

Date January 25, 2010

I’m obviously playing catch up with a number of posts I’ve been meaning to do. This was something from something I read back in November by Tom Limoncelli, but was something I had planned on writing about anyway. The post, titled “Run, run, run, dead“, brings a nice analogy of things breaking in the [...]

Moving your RAS server

Date January 13, 2010

Due to some unforeseen issues, we had to move our RAS server into a new DHCP scope, and VLAN today. This is usually relatively easy…

Change Server IP Change switch port VLANs Change firewall to point to new server

This went smoothly, all being completed in about 2 minutes. But on checking the DHCP scope, the RAS [...]

PowerShell; Checking a Job Status

Date December 21, 2009

With Windows 2008, the task scheduler is setup differently than earlier. You can use the Com object Schedule.Service to access information about tasks.

Technorati Tags: Microsoft, PowerShell, Work

PowerShell; Changing startup properties of a service

Date December 21, 2009

Windows 2008 doesn’t have SMTP as part of IIS any more. It’s only kept around by shipping the IIS 6 libraries with it, which means it’s managed by the old IIS 6 utilities. We installed SMTP so that our web servers had a relaying agent so if there were any delays talking to [...]

PowerShell and signing

Date December 21, 2009

I have an awful memory, so this is more a bookmark for me than anything. Whilst running home grown scripts for PowerShell, you often see the following error:

File C:\scripts\test.ps1 cannot be loaded because the execution of scripts is disabled on this system. Please see “get- help about_signing” for more details. At line:1 char:19 + c:\scripts\test.ps1 <

The Reboot…

Date December 2, 2009

I recently mentioned that I was going to try starting to post more again, and so here is my attempt at rebooting myself…

Microsoft Jet DB and x64 platforms

Date November 15, 2009

Whilst doing the datacenter migration, we decided to upgrade all of our servers at the same time.  It was less of a migration, and more of a new install, new location.  We upgraded from Windows 2003 x86 platforms, to Windows 2008 x64 platforms.  During the migration, we’ve stumbled across some issues…

Technorati Tags: Jet, Microsoft, x64

Symantec DLO, and Office 2007 SP2

Date August 6, 2009

After recently pushing out SP2 for Office 2007, I started getting errors from Symantec DLO right after Outlook would start.  This is a known issue, and there are a few workarounds, as well as a patch now.  See Symantec’s document ID 323991.  Always fun to have incompatibility.