Welcome to

Magenic Technologies Community Blog

Sign in | Join | Help

March 2007 - Posts

Fixing The TF30255 Error During TFS Project Creation

Over the last few days, I have been struggling with creating a new project on my TFS installation. The project creation operation would fail about 85% of the way through the process with an error which read TF30255: Error uploading report : Work Item
Posted by jefff | 2 Comments
Filed under:

TFS Installations and SQL Server 2005 Collations

I've just installed Team Foundation Server (TFS) in a Windows 2003 Standard R2 VPC, and I can say that the biggest challenge had to do with the collation settings in the SQL Server 2005 instance used by TFS. The TFS Installation Guide mentions the
Posted by jefff | 0 Comments
Filed under:

NFA Generation

Lexical analysis involves searching input data for lexemes that match tokens specified as regular expressions. This is enabled by building a state machine for each token, and then running each input character through the state machines looking for matches.
Posted by jefff | 0 Comments
Filed under: