Sign in
Andrew Lynes' WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
OK
RSS for comments
RSS for posts
Atom
Search
Tags
.NET
Andrew
EA
EPM
SharePoint
TechEd 2011
TFS
VSTS
Windows
Monthly Archives
Archives
September 2011
(1)
April 2011
(1)
March 2011
(1)
February 2011
(1)
June 2007
(1)
May 2007
(2)
February 2007
(1)
January 2007
(4)
December 2006
(3)
October 2006
(3)
September 2006
(2)
August 2006
(7)
July 2006
(5)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Andrew Lynes' WebLog
Using .NET Code to Set a Windows Service to Automatically Restart on Failure
Posted
over 7 years ago
by
Andrew Lynes
4
Comments
This one popped up this week as I was investigating why a particular Windows service written in .NET 1.1 was terminating. After a quick MSN search, I only came up with a few fragments of C#, but not a complete solution. In attempting my own implementation...
Andrew Lynes' WebLog
Remote Server Administration Tools and Windows 7 SP1
Posted
over 2 years ago
by
Andrew Lynes
3
Comments
I found out the hard way today that you cannot install the current version of the "Remote Server Administration Tools for Windows 7" on a machine that has Windows 7 Service Pack 1 installed. The current advice is to install the remote administration tools...
Andrew Lynes' WebLog
SharePoint 2007 Protocols and Ports
Posted
over 6 years ago
by
Andrew Lynes
1
Comments
In researching how to deploy MOSS into a customer's data centre, I needed to find out exactly what and how was being communicated between the various MOSS servers. Surprisingly, Microsoft.com is a bit light on details, although there is a reasonable ...
Andrew Lynes' WebLog
Iisapp.vbs: IIS application query script
Posted
over 6 years ago
by
Andrew Lynes
1
Comments
Perhaps I've been living under a rock, but today I was shown a neat script for IIS 6 that displays the process IDs and related application pools for all IIS worker processes. The script is "iisapp.vbs". It's just the trick when trying to discover which...
Andrew Lynes' WebLog
Refocusing “Remaining Work” on Your TFS Project Portal (Part 1)
Posted
over 7 years ago
by
Andrew Lynes
1
Comments
One of the neat things about the “default” project portal is the “Remaining Work” graph. At a glance it can give you an idea on how things are going with your project. However, it can also be misleading. On my current project, we’ve identified quite a...
Andrew Lynes' WebLog
Refocusing “Remaining Work” on Your TFS Project Portal (Part 2)
Posted
over 7 years ago
by
Andrew Lynes
2
Comments
In my last post, I showed how to construct a URL to get the TFS “Remaining Work” report to target a specific project iteration. Now, let’s have a shot at using this on a project portal. The good news is that you don’t need anything special for this...
Andrew Lynes' WebLog
Installing the TFS Process Template Editor
Posted
over 6 years ago
by
Andrew Lynes
0
Comments
After an extended absence, I returned to hacking customising TFS Process Templates today. Last time I dabbled in this space, the Process Template Editor was a standalone application. It's now part of the excellent Team Foundation Power Tool. One problem...
Andrew Lynes' WebLog
Using MS Project with TFS
Posted
over 7 years ago
by
Andrew Lynes
4
Comments
My current customer uses Project Server to track software development projects. One of the considerations for a TFS roll-out is how the two server technologies interact. Yes, there is a degree of integration with MS Project, but what has to be done for...
Andrew Lynes' WebLog
Using MS Project with TFS Redux
Posted
over 7 years ago
by
Andrew Lynes
1
Comments
In a previous post I talked about an approach for using MS Project with TFS. After applying this to a real project and receiving feedback from the team, I’ve come up with a refined process. The most significant change is that roll-up tasks should not...
Andrew Lynes' WebLog
Renaming/Nuking TFS Fields
Posted
over 6 years ago
by
Andrew Lynes
1
Comments
Last week I found myself creating a custom work item and needed to add a few new fields to TFS. That wasn't anything special in itself, but when I decided to change the names of my new fields (I'm blonde after all), things became more interesting. It...
Andrew Lynes' WebLog
Microsoft Certifications - Are they worth it?
Posted
over 6 years ago
by
Andrew Lynes
1
Comments
It's that time of year where I really need to move on my training objectives I set out at the beginning of year. In a rush of blood, I decided to update my .NET certifications to the latest and greatest. One question that comes up in discussions from...
Andrew Lynes' WebLog
Regionalising a TFS Process Template (Pt 2)
Posted
over 7 years ago
by
Andrew Lynes
2
Comments
In my previous post, I described how to create a new SharePoint global template with the correct settings for your region. For those already familiar with SharePoint, this is probably nothing new. The next step however is to link the new SharePoint template...
Andrew Lynes' WebLog
First Canberra VSTS User Group Meeting
Posted
over 6 years ago
by
Andrew Lynes
1
Comments
We had a great turnout this morning. Thanks to everyone that attended. If you haven't had enough of me, attached is my slide deck (as an mht file) on "Migrating VS2003 Users to TFS Source Control". For those that couldn't make it, this outlines some of...
Andrew Lynes' WebLog
You need to do a root cause analysis
Posted
over 6 years ago
by
Andrew Lynes
1
Comments
A couple of days before Christmas, I found myself in the emergency department of my local hospital with an Atrial Fibrillation . Think of it as feeling like you're running a marathon while you're lying still. To correct the problem, my doctor decided...
Andrew Lynes' WebLog
Fun with TFS and SQL Server SP1
Posted
over 7 years ago
by
Andrew Lynes
0
Comments
After successfully conducting a pilot deployment of TFS to a single-server running Windows Server 2003 SP1 and SQL Server 2005 RTM, the time came this week to deploy to production. To make things interesting, we decided to roll-out a dual-server configuration...
Andrew Lynes' WebLog
The Road to TFS - Experience from the Field (Part 1)
Posted
over 7 years ago
by
Andrew Lynes
1
Comments
In this post, I'll outline the TFS deployment project I've been working on over the last 2 months (as part of a dedicated team). Future posts will cover some of the bumps we've run into along the way. Here's the story... The source for one of my customer...
Andrew Lynes' WebLog
The Road to TFS - Experience from the Field (Part 2)
Posted
over 7 years ago
by
Andrew Lynes
3
Comments
This is a follow-up to my last post where I'll talk about the highlights and lowlights of our TFS deployment project. So how were the requirements met? Yes, we used VSSConverter. It turns out that that it's quite a resilient tool. We managed...
Andrew Lynes' WebLog
Regionalising a TFS Process Template (Pt 1)
Posted
over 7 years ago
by
Andrew Lynes
0
Comments
I'm currently deploying TFS for a customer in Australia . One thing that stood out was that for every newly created Team Project SharePoint site, the time zone information was wrong. Setting the "Default Time Zone" in the "Virtual Server Default Settings...
Andrew Lynes' WebLog
More TFS and WSS
Posted
over 7 years ago
by
Andrew Lynes
0
Comments
I’ve talked previously about regionalising the SharePoint templates that go along with TFS. Clearly it is possible to use the same technique to make changes to other properties of the templates. However, if you’re not familiar with WSS, it may not be...
Andrew Lynes' WebLog
So how do you find time to manage TFS?
Posted
over 7 years ago
by
Andrew Lynes
1
Comments
TFS is a large product. Not a day goes by for me without discovering something new. With this size and complexity comes the potential for a significant administrative burden. Create a team project here, assign some permissions there, and the poor TFS...
Andrew Lynes' WebLog
So do you need a development environment for TFS?
Posted
over 7 years ago
by
Andrew Lynes
0
Comments
One of the great things about TFS is that you can place the "crown jewels" of your development activities in a single safe location. The consequence for me is that I'm somewhat paranoid about using a production TFS installation for TFS R&D activities...
Andrew Lynes' WebLog
The Road to TFS - Experience from the Field (Part 3)
Posted
over 7 years ago
by
Andrew Lynes
1
Comments
So one week on, how did it pan out? In short, not bad... not bad at all. We had about 100 users come on board on Day 1. We saw a reasonable amount of load on the TFS servers for about 4 hours, as users populated their workspaces. After that (and subsequent...
Andrew Lynes' WebLog
Canberra VSTS User Group
Posted
over 7 years ago
by
Andrew Lynes
0
Comments
Just in case you missed it... Check out Nils' blog . It looks like I'm going to be one of the first bunnies to present. Hmmmm, where to start? I think Grant and I should be able to come up with something from our recent migration gig. We're 2.5 months...
Andrew Lynes' WebLog
.NET and Auto-Restarting Services Revisited
Posted
over 7 years ago
by
Andrew Lynes
1
Comments
Another follow-up post... I forgot to mention that the numeric values for SC_ACTION_RESTART and SC_ACTION_REBOOT in the SC_ACTION_TYPE enumeration seem to be swapped in the documentation: http://msdn.microsoft.com/library/default.asp?url=/library/en-us...
Andrew Lynes' WebLog
ASP.NET AJAX Ships
Posted
over 6 years ago
by
Andrew Lynes
0
Comments
This is great news. I've been waiting on this one for a while. I'm currently pondering what one of my major customer's application delivery methods might be in the future. This is another option to throw into the mix. Details can be found at AJAX ...
Page 1 of 2 (32 items)
1
2