Saturday, October 19, 2013

Resolved: WCAT: Invalid code received - Run error detected, terminating clients

When implementing WCAT for load testing for the first time I ran into the overly vague error message below.

All clients connected, Test beginning.
 Invalid code received.
  message: Run error detected, terminating clients...
  message: Terminating all instances of wcclient...
  message: Terminating all local instances of wcctl.exe...

Connection Pooling for Commerce Server 2007 and 2009

With as little as a couple hundred unique visitors on a website, we were seeing close to 300 SQL logons per second coming from Commerce Server. Every hit to SQL was creating a new connection. Luckily, this is a quick and easy fix to get Commerce Server to start reusing open connections to SQL by using connection pooling.

Take into account though, if you are using impersonation on your Commerce Server website then this is a security risk. If a one user reuses the SQL connection of a different user, they can assume the security rights of that previous user.

Saturday, September 14, 2013

Resolved: IDRAC Drive Error Either Virtual Media is detached or redirection for the selected virtual disk drive is already in use

I haven't used Dell servers much in an enterprise environment, so working with their IDRAC (Integrated Dell Remote Access Controller) controllers was a little new to me. So when I got the error message below when trying to mount an ISO, I was a little confused at first.

Drive Error Either Virtual Media is detached or Virtual Media redirection for the selected virtual disk drive is already in use.

Resolved: Error message Windows is unable to install to the selected location. Error: 0x80300001 after loading additional drivers

There is a very misleading/deceptive error that you might run into when installing various versions of the Windows operating system. It typically happens when you load additional drivers for raid controllers, fiber cards, SCSI controllers, etc. That error is:

Error: "Windows is unable to install to the selected location. Error: 0x80300001."

Wednesday, September 4, 2013

How to Turn On Debug Logging for Group Policy

When you are troubleshooting group policy issues, it's helpful to turn on some additional logging. Unfortunately, it's not just a simple switch you turn on. You have to know what you are doing to get those logs.

Wednesday, July 24, 2013

Find a Cure for AIDS With Your Android Smart Phone

Ever wish you could do more for humanity? Think AIDS sucks? Ever feel like you’re not getting everything out of your smart phone that you could? Thanks to World Community Grid, now your Android smart phone can join in the fight against AIDS by helping to actively search for a cure to AIDS using grid computing technology.

Enterprise Level Management of Apple Mac OS X Devices


Apple products seemingly are not designed with enterprise IT in mind. They do not facilitate centralized management natively, and it’s a pain point for many IT shops. Never-the-less, companies are still being infiltrated with these devices as bring-your-own-device (BYOD) concepts gain ground.