Answer Questions
Paul iP Old version of document lost in project portal
I added a document using Team explorer to the \documents\development folder. Someone else modified that document offline and then emailed it back to me to put back in the system. I then drug the file back to the folder in team explorer and it asked me if I wanted to replace it. Since I have the setting "Create a version each time you edit a file in this document library" set to yes, I assumed that adding the file would just cut a new v ...Show All
rwetherall Chaining together work items?
I would like to activate/create Work Items as others are completed. That is, I don't want the "Do Design" task to be visible before "Do Requirements" has been completed. This requires some sort of workflow engine that I'm not sure is part of the Work Item engine. Is there a way to do this without writing a whole lot of code Or, if not, any ideas on where I need to hook into the TFS in order to achive this Thanks, Niels http://blog. ...Show All
GlynP Visual Studio 2005 Team System User Registration Benefits: "Have no access"
I just recently registered my copy of Visual Studio 2005 Team Suite and I got an e-mail verification with a message about "Registration Benefit Portal" where there was suppose to be more professional icons, components, e-learning and one e-book. But the URL does not seem to work: http://go.microsoft.com/fwlink/ LinkId=52054 All I'm getting is this error message: Error: The page you have requested is unavailable or you do no ...Show All
Jim Sharkey Error installing TFS final release
This error occurs during health check, "The SQL Server 2005 KB Update is not installed on this computer" We have SQL 2005 Standard installed....is there an update any ideas -Jim That's where we're at now, however, we're getting an error during installation now on Reporting Services. Basically, the same error as described in http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=2652 ...Show All
matthijsbonte Get latest version
When I click "Get the lates version",I get the error : A database error occurred (SQL error 102) ---> Incorrect syntax near 's'. Unclosed quotation mark after the character string ' WHERE @version BETWEEN v.VersionFrom AND v.VersionTo '. VSTSSVR.TfsVersionControl..prc_Get: Database Update Failure - Error 105 executing EXECUTESQL statement for #versionedItems A database error occurred (SQL error 102) ---> Incorrect syntax near ' ...Show All
Slim Using Unit Tests to drive the Profiler
I have several operations that take a long time, and I'm trying to determine what exactly the bottleneck is. I have created tests using the testing infrastructure that allow me to run the same operation over and over, so I can see trends in how long the operation is taking. What I really want to do is have the Profiler run while the Tests are running, so that I can figure out what portions of the code are taking a long time. So far, I can't fi ...Show All
DaveRogers WorkItem API problem: Cannot update Field Completed Work programatically
As a part of my project to log time worked on each workitem per week I have this code: private static void SetWorkItemFieldValues( WorkItem workItem, double hoursWorked) { workItem.SyncToLatest(); if (workItem.Fields.Contains( "Completed Work" )) { Field field = workItem.Fields[ "Completed Work" ]; double completedHours = Convert .ToDouble(field.Value) + hoursWorked; field.Value = complet ...Show All
Richard3 Error While connecting to Team Foundation server
I had a working version of the team foundation server running on Windows 2003 OS. Now I am getting an error "The request failed with http status 503 : service unavailable ". I searched various forums for the resolution. The solution that I got was 1.restart the TFS website in inetmgr (or iisreset) 2. Restart the TFSScheduler service in services.msc This does not seem to work. I would appreciate if someone could give a solu ...Show All
damageboy Databinding issue
I want to source data from a database for parameters used in a web test. The data will not be populated until part way into the test, but running the test throws an error upon the start of the test complaining that there are now rows, and refuses to continue. I know there are no rows. No rows is correct at the beginning. It seems binding happens at the test start. Is there any way for it to bind when it actually needs the data only cheers Matt ...Show All
Bradonline Error editing report definitions in Report Builder
I have been configuring a Team System install and playing around with the features and so far everything is working fine, however when I go to the report builder: Right-clicking on the project 'report' folder. Select 'Show Report Site...' Select 'Report Builder' from the button menu I cannot add a new report (it does nothing, no error) and I cannot edit an existing report (I get this error 'Server data sources do not match RDL') ...Show All
raibeart Product Licensing
I believe I know the answer to this based on the lack of informaiton available on the web site... At any rate, my question is, will the team editions be available outside of an MSDN subscription. Meaning can I buy a license of Team Developer without having to purchase an MSDN license. I'm asking because in the past we have always purchased indivudual licenses for our developers for the OS, Office, VS.NET, etc. So if we do go down the Team System ...Show All
Phil Lee TFS December CTP and SQL 2005 RTM
Has anyone tried to install the TFS December using a Single Server setup with SQL 2005 RTM I had problem during the setup and the process was interrupted. The error is 0x80004005: Failed to install databases. The TFSSetup account I use is part of the sysadmin of the SQL server. Thanks in advance for your help. Was this a fresh install That is, was SQL Server & Team Foundation Server ...Show All
Lugaid How to cloak some node in source control explorer?
In VSS, I can cloak some node so I could ignore some folder. How can I do this in TFS SC Thanks! Thanks! However is there any easier way that just need a few mouse click on UI See this blog post. http://blogs.msdn.com/manishagarwal/archive/2005/10/13/480584.aspx --MikeH Thanks! Yes. You can go to File -> Source Control -> Workspaces, select the desired workspace in ...Show All
AndrewM Create Project Visual Studio 2005 Team System
Hello When i create a team system project, i am an error. the message is csstasks.xml is denied I don't know what i do Please help me lbo The RDL that gets uploaded has a CoverageScale report parameter with an explicit data type defined (which is different than string or boolean) and a list of constant valid values defined. During publishing, the report server checks if the constant valid values can be "converted" to the specified par ...Show All
Mani Swaminathan Error Generating model for Olap Data Source
When I try to generate a data source for the TfsOlapReportDS in Report Manager I get the following error: An error occurred while generating model. (rsModelGenerationError) Get Online Help An error occurred during the generation of semantic model : [Create mapping between cube dimensions and database dimensions]Unexpected error occurred : Schema indicates that cube dimension '[Tea ...Show All
