Quantcast
Channel: Team Foundation Server - General forum
Viewing all 6687 articles
Browse latest View live

Enable multiple checkin/out

$
0
0

Hello,

I have a  problem in my TFS .
When I have a file in checkOut part of users can edit  the file and part no.
Of course what I want is that if a user has the file in checkOut , then anyone can edit until the file will be checkIn .

Problem: Some of the users and others can not


how can I link the reports from code review items to regular bugs?

$
0
0

how can I link the reports from code review items to regular bugs?

I added Microsoft.VSTS.Common.StateCode over to the Bug WIT, but there I do not see how I can still link that to the Code Review that was created.

Create a report of everything in Source Control

$
0
0

Hi guys

We're trying to clean up some of our source control projects and need to generate reports for the BSA team to identify the high priority items.

Is there a way to do this?

Tks


Steven

documentation link for TFS 2010

$
0
0

Hello,

What is the hyperlink to the documentation for Team Foundation Server 2010?

When I search, the results are for forum questions, blogs, etc. and these are helpful but I would like to review the comprehensive msdn documentation that was helpful in the past when I installed TFS 2010.

Thanks,

TF400324 Unable to connect to remote server

$
0
0

Clients use Visual Studio 2013 connecting to TFS 2012 on a 2008 server. TFS has been working fine until this morning.

Now all clients get error TF400324: Team Foundation services are not available from server....... Technical information (for administrator): Unable to connect to the remote serverRetry.

On the server I am able to access the TFS Admin Console and everything shows online, etc.  Also on the server I am able to access http: // localhost:8081/tfs  and view the collections, etc.

I have restarted the IIS site and used iisreset.exe.

I have confirmed 8080 and 8081 ports opened in server firewall.

I do know that clients received Windows updates overnight.

Suggestions on other things to look for / try greatly appreciated.

During Code Review users get this error "There are multiple users with the same display name "

$
0
0

Currently, this situation only affects 1 user. 

My developers are getting the following message when they assign one of their team to a code review.

There are multiple users with the same display name R*** O*** and at least one of them does not have read permissions to some of the files.

I had checked the forums and found another person with a similar issue, but there was no explanation or fix.  The problem just resolved itself.  I did run the script they provided and found that the user does indeed have 2 entries in the TFS_configuration database. The only thing different between the two is the UniqueUserID.  Last Sync is Null for both as well. This particular user left the company and our AD admins "deactivated" his account and when he came back, they re-activated it.  When looking at other areas of TFS, this user account only shows up once.

How do I remove the extra account so that my users no longer get this message? 

On code Check IN previous code gets lost and replaced by new one without showing conflict

$
0
0

Currently I have migrated the TFS from one hardware to another hardware and since then whenever some one check in the code it just replace the code with showing any alert of conflicts.

and sometimes we process for Get Latest Version then code is not get download its always show previous code only and say it you have latest code

I am using TFS 2013.

I dont know why it is happening. Please provide your suggestion

unable to connect after moving to a new location

$
0
0

We moved, physically, to a new address.

Moved our router, servers, clients.

Started the router and then the servers.

Client computers, Win 8.1, can browse to the servers using Windows Explorer and tested that one can RDP to the server where TFS is installed.

But, VS 2013 Team Explorer says it cannot connect to TFS.

Unable to connect to the remote server.

Client can ping server, server can ping client.

This is TFS 2010 on Server 2008 R2 and clients are Windows 8.1 with VS 2013.

Any help fixing this would be welcome.


Error running tfspreugrade tool

$
0
0

I'm attempting to run the TFSPreUpgrade tool for TFS 2015.

Here is what I type in (and I'm running this from the sql server named: sql-server-name).

tfspreupgrade estimate /targetdatabasenames:"sql-server-name;tfs-collection-name" 

(The sql server is using the default instance.  The tfs-collection-name is the database name on the server.)

I get the following error:

Primary log: Y:\tfs 2015\TfsPreUpgrade\TfsPreupgrade\Logs\TfsPreupgrade_Estimate
_20150817_103119.log
Execution Time: 00:00:45.7691048
TF246017: Team Foundation Server could not connect to the database. Verify that
the instance is specified correctly, that the server that is hosting the databas
e is operational, and that network problems are not blocking communication with
the server.
A network-related or instance-specific error occurred while establishing a conne
ction to SQL Server. The server was not found or was not accessible. Verify that
 the instance name is correct and that SQL Server is configured to allow remote
connections. (provider: Named Pipes Provider, error: 40 - Could not open a conne
ction to SQL Server)
Access is denied (or The system cannot find the file specified)

What am I doing wrong?


Bruce



Readying for Web Application CI Build And Deployment....

$
0
0

Hi all,

It's time for me to get back to CI and build a Build Server to build and stage/deploy a web application.  I'm starting to research it a bit and found...

http://www.asp.net/web-forms/overview/deployment/configuring-team-foundation-server-for-web-deployment/creating-a-build-definition-that-supports-deployment

I also found a site that made is seem as easy as...

"edit the build definition (you must be a TFS build Administrator) and navigate to the “Process” tab. There in the build process parameters section, find out the key named “MSBuild Arguments”. Enter the following configuration settings there in a single line separated by a single space:

/p:DeployOnBuild=True

/p:DeployTarget=MsDeployPublish

/p:MSDeployPublishMethod=RemoteAgent

/p:CreatePackageOnPublish=True

/p:DeployIisAppPath="Default Web Site/MyBlog" 

/p:MsDeployServiceUrl=kunal-chowdhury.com

/p:username=kunal-chowdhury.com\Webmaster

/p:password=MyPassword@1234"

So, it seems there are various ways to do it.  This may digress to various topics, but the main thrust of things would be to build, deploy, and run a Selenium UI test suite.

First, with deployment, how do I direct the deployment to a particular site on our QA Test Server?  Secondly, how do I fire off the Selenium test .dll to run after the site has been deployed/set up?  I now this is a bit off topic and will enter a second post if some feel that there is some Selenium knowledge that can be gained in this forum.

As far as Selenium, I'm wondering if everything should be done on the Build Server - build, stage or deploy to the same machine, and run the Selenium tests.  Before this gets too broad I'll end it here.

Hopefully someone can guide!

As always, appreciated!!


not able to add VSTest.Console.exe result in my TFS 2013 Build Result set.

$
0
0

Hi Team,

We have used TfvcTemplate.12.xaml and modified upto certain level based on our need for TFS 2013 Nightly build activity.

One of the big change we did is instead of MSTest or Test Runner, we would like to use VSTest.Consol.exe to run the Unit/ Intergration test. we have added that task activity as a Invoke Process and we are able to run that. results are displayed in diagnostic tab instead of summary. Can anyone suggest why? and what changes need to be done?

For more reference, we are having Visual Studio 2013 Enterprise Update 3 installed and also have VSTest Command like: 

"S:\References\Unit Tests\ServiceUnitTest.dll" /logger:TfsPublisher;Collection=http://teamproject:8080/tfs/DefaultCollection;TeamProject=projectABC;BuildName="CIBuild_20150820114829";Flavor=Release;Platform="Any CPU";RunTitle="Unit Tests with Code Coverage Data" /EnableCodeCoverage

Not sure I have tried to add Flavor and Platform along with Build Definition and other details. 


Regards, Brijesh Shah

Connect to VS2008 to TFS srver with a path name

$
0
0

I can't connect my VS2008 to my TFS Server. Other versions of VS connect, VS2013, VS2012, they have a place to put a path in the connection string. VS2008 doen't not !   My TFS server is = 34web03:8080/tfs    How do I enter this?  I tried entering    [http://34web03:8080/tfs]  it also fails !!!



Is there a Power Tools install for 2015?

Restrict Access on Work Item Team Foundation Server

$
0
0

Hi,

In my company we have a TFS Server 2013 Update 5, linked to an AD. The AD has two domains (I changed the name) :

 

  • in.microsoft.be
  • out.microsoft.be

 

The TFS server is configured to contain :

 

  • One collection
  • One project
  • Four Team in this project

 

First, I have a question :

Is there a way to restrict the view, for external users (in the tree domain called out.microsoft.be), to only view the bugs they entered ? So, by the same way, they won't be able to see any other things, like : projects, tasks, and so on.

Apparently it is impossible in TFS 2013, even with update 5, because the Stackeholder role has still an access to others work items. Is it really true and impossible to do a workaround ?

 

Regards,

 

Arnaud Helin

Problem with opening solution from TFS 2013

$
0
0
When I take solution from TFS and double click on *.SLN file then whole project should be loaded and visible, but My VsiualStudio2013 is opening only SLN file. Earlier it was  OK. But from week i have this situation.

I was doiing this

devenv.exe /resetsettings

but without good result. Any otherIdea?


TFS 2015 SDK Missing Microsoft.WITDataStore64.dll

$
0
0

I asked this on StackOverflow as well. 

I am attempting to switch to the TFS 2015 SDK dlls (Version 14) for a few reasons. First, they are in nuget and second, the 2013 SDK dlls (Version 12) require the 32-bit flag flipped in IIS.

I pulled down nutget package and the namespaces all line up with the existing version 12 namespaces.

Everything compiles fine and there was no error on local deployment.

However, when I attempt to load projects using the WorkItemStore service.

TfsTeamProjectCollection collection =newTfsTeamProjectCollection(URL);var service = collection.GetService<WorkItemStore>();

I get:

Additional information: Unable to load DLL 'Microsoft.WITDataStore64.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

When I switch back on the 32 bt flag in IIS I get:

Additional information: Unable to load DLL 'Microsoft.WITDataStore32.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

Note: this was all working code, all I did was remove the references to the GAC assemblies and add the NUGET package.

Renaming the GAC64 WITDataStore.dll to WITDataStore64.dll and placing it in the bin gets past the error.

Deploy Multiple Web Apps from Single Solution to Test Server?

$
0
0

Is there a way to deploy multiple web applications to a site via the Build Agent?

I know there is an IIS Path deployment parameter, but that looks like its form is site/app.  We're going to have ...

Our Web Site

App1

App2

?? Any guidance appreciated.

Source code migration from SVN to TFS GIT

$
0
0

HI All,

This morning i was trying to Migrate Sourcecode from SVN to TFSGIT 

I did clone and when i am trying to push repository to server , i get the below error 

Could somebody help me out ? 


Regarding setting up a dry run in test server for testing the upgrade of TFS 2015

$
0
0
Hi, Our production server now have the version TFS 2013 Update 4 and we are planning to upgrade for 2015 RTM. For safer side, we wanted to take a backup of main project collection from production server to the sample DEV server and do the upgrade. Test it to ensure that our custom plugins, reports, process template customizations (merge with new ones) and all other things works perfect. Please guide us on step by step to go on this process.

TF80070 Error in Microsoft Project

$
0
0

We are using Team Foundation Server Workgroup edition. I open up Microsoft Project and 'Choose Team Project'. Then I can 'Get Work Items' into the project, but it throws the error below before all of the work items are rendered (but they all show up after I hit OK). Also I can't 'Publish' or 'Refresh' the Work Items from Project. When I try, I get the following error:

"TF80070: Team Foundation encoutered an error while performing the operation. It is recommended that you save your work and restart the application."

Any help/ideas would be greatly appreciated.

 

Viewing all 6687 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>