Now this is really funny…
Now this is really funny…
Posted in LifeStyle
What ever happened to freedom of media??
Posted in LifeStyle
Posted in LifeStyle
This guy just kills me.
Posted in Entertainment
There are lots of good sites out there that will take you through the motions of fixing the reporting errors generated on TFS. Could be a login error or just a query error. Login errors can be resolved quite easily and usually you need to just make sure the TFSService account password has not expired in AD. Once resolved, then you can tackle the query errors.
My quickest resolve was to rebuild the reporting services Warehouse. Depending on how much data you have, this usuallu takes a little while to run. This task drops the TFSWarehouse DB, resets it to its original installation state and then reprocesses all the data. You need to know:
Open a command prompt on the TFS machine and go to the \Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools directory. Then execute the following command:
SetupWarehouse.exe -rebuild -s <dt machine> -d TFSWarehouse -c WarehouseSchema.xml -a <service account> -ra <rs access account> -mturl <TFS name>
After the warehouse has been reset, you will have to give it some time to reprocess the data. Usually this runs at scheduled times via the Visual Studio Task Scheduler.
You also might have to download Microsoft’s KB969210 patch to fix the reports.
Posted in IT
Really can’t wait for SharePoint 2010 to be released so that I can roll it out in our test environment and eventually across the organization. More on it’s features here: http://blogs.msdn.com/sharepoint/archive/2009/10/05/sharepoint-history.aspx
Posted in IT
Was updating myself on some rugby news when I stumbled upon this site http://blogs.sport24.co.za/rugbywrap/Rugby-Razzies-The-Best-of-the-Worst-2009. The Peter De Villiers quotes are the ones that killed me ROFLMAO!!
Worst Quote
Peter De Villiers
“If we want to eye-gouge any Lions we will go down to the bushveld like we do and eye- gouge them there.”
“If we are going on like this, why don’t we go to the nearest ballet shop, get some tutus and get a dancing shop going? There will be no eye-gouging, no tackling, no nothing and we will enjoy it.”
“What we try to tell them is when you point your finger into the sky, don’t concentrate on the finger because you’ll miss all the heavenly glory out there. Concentrate on the heavenly glory you can bring and make yourselves so fulfilled.”
“There’s little difference between winning and losing, except you feel better after winning.”
“What I learned in South Africa is, if you take your car to a garage and the owner is black or a black man, and they mess it up, you never go back to that garage. If the owner is white, you say ag, sorry, they made a mistake and you go back again. This is how some people live their lives in this country.”
You take your pick, any one of those are home runs, but to pull a positive out of this I think for the first time in SA Rugby history people were actually trying to get tickets for press conferences.
Posted in LifeStyle

Posted in LifeStyle
Very interesting article I read here http://vigilantcitizen.com/?p=1948
Always good to know and not just believe.
Posted in Music
Kept on getting this error when trying to remote to my Win2K3 server. Resolved it by removing the server from the domain (Ensure you have the local admin password at hand). After removing it from the domain and logging in locally as admin, I ran “netsh winsock reset” in the command prompt to reset the winsock control (http://support.microsoft.com/kb/811259). The re-add the server to the domain and all should be resolved.
Posted in IT