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

TFS 2015 Express - Licence has expired, must upgrade to RTM, but RTM not available????

$
0
0

Hello,

I'm (trying) to use TFS 2015 Express in conjunction with VS 2015 Community Edition.  Everything was working fine when both were in the RC stages, but now that I've upgraded to VS 2015 Community Edition RTM, TFS no longer works properly.

When I run the admin console for TFS, I get a message box telling me my licence has expired (the 'Activate' button is disabled) and I now need to install the RTM version.  Thing is THE RTM VERSION ISN'T AVAILABLE!

I've tried extending the licence for TFS, but that doesn't work.

HELP!  Is the TFS RTM available?


[2015RC] When 2015 will replace RC ?

$
0
0

Hello,

If I install TFS 2015 RC, do you think there will be an update to avoid to loose projects of the RC ?

Thanks,

Laurent

TFS Bugs distribution by area

$
0
0

Hi

I am trying to create an excel spreadsheet to analyse:

-         TFS Bugs distribution by lead/individual in my team

-    

I am able to pull in the data via Excel but the names of individuals are coming and its confusing its since names are not always unique. Is there a way to get the AD aliasas well so as to disambiguate people?

Secondly the whole area path comes – I would like to group on area and not on paths, is there a way to get part Area path ? For instance, for me A is an area and A\B\C and A\D are under the same area. I would like to group all of them as A not under A\B\C and A\D separately.

Are there good excel Addins for TFS which help in this regard?

Thanks

Sutirtha


create the work item in Specific Iteration path by c#

$
0
0

Hi , 

as of im by below code, im creating working item, but we need to create in specific iteration path.

            Uri collectionUri = new Uri("https://visualstudio/DefaultCollection");
            TfsTeamProjectCollection tpc = new TfsTeamProjectCollection(collectionUri);
            WorkItemStore workItemStore = tpc.GetService<WorkItemStore>();
            Project teamProject = workItemStore.Projects["D"];
            WorkItemType workItemType = teamProject.WorkItemTypes["c"];

but we need to create work item specific iteration path in 'D' like -- D/manage/integartion

TFS Upgrade Error TF401147

$
0
0

Getting the following error during the readiness checks when trying to upgrade from TFS 2015 RC to RTM.

TF401147: The previously configured ports for the Application Tier Web Service site are currently in use. See the log for additional details.

I had 2015 RC running over HTTPS, and even if I remove the 443 binding in IIS, it still says the binding is in use. netstat shows nothing listening on 443.  And the certificate binding thing is bunk because the cert is in the WebHosting store and I can manually bind it.

I rolled the server back to the RC for now, but since it expires soon, I need to get it upgraded.  Even if I can change the ports so it'll pass, I can change back to 443 and HTTPS afterwards.

Anyone know what I can do to get this upgrade to pass the checks?


In VS-2015 im getting DllNotFoundException occurred in Microsoft.TeamFoundation.WorkItemTracking.Client.DataStoreLoader.dll

$
0
0

Im giving support for VS-14 in same way as I have for VS-13. But I getting an exception when Im calling “GetService”.

I hv installed VS-2015. I have added the assemblies from : C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer

At this location there already exists Microsoft.WITDataStore32.dll' as well.

Code:

commonService = (ICommonStructureService3) server.GetService(typeof (ICommonStructureService3));
store = (WorkItemStore) server.GetService(typeof (WorkItemStore));
userInfo = new LoggedInUserInfo(server.AuthorizedIdentity);
vssCore = (VersionControlServer) server.GetService(typeof (VersionControlServer));
_isConnected = true;

Exception:

A first chance exception of type 'System.DllNotFoundException' occurred in Microsoft.TeamFoundation.WorkItemTracking.Client.DataStoreLoader.dll

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


Log:

ERROR DebugLogger: DllNotFoundException
Unable to load DLL 'Microsoft.WITDataStore32.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
   at Microsoft.TeamFoundation.WorkItemTracking.Client.DataStore.DataStoreNative32.CreateDatastore(IntPtr& handle)
   at Microsoft.TeamFoundation.WorkItemTracking.Client.DataStore.DataStoreNative.CreateDatastore(IntPtr& handle)
   at Microsoft.TeamFoundation.WorkItemTracking.Client.DataStore.Datastore..ctor(Object locker)
   at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore.InitializeInternal()
   at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore.Microsoft.TeamFoundation.Client.ITfsTeamProjectCollectionObject.Initialize
(TfsTeamProjectCollection teamProjectCollection)
   at Microsoft.TeamFoundation.Client.TfsTeamProjectCollection.InitializeTeamFoundationObject(String fullName, Object instance)
   at Microsoft.TeamFoundation.Client.TfsConnection.CreateServiceInstance(Assembly assembly, String fullName)
   at Microsoft.TeamFoundation.Client.TfsConnection.GetServiceInstance(Type serviceType, Object serviceInstance)
   at Microsoft.TeamFoundation.Client.TfsTeamProjectCollection.GetServiceInstance(Type serviceType, Object serviceInstance)
   at Microsoft.TeamFoundation.Client.TfsConnection.GetService(Type serviceType)


Project post-build activity failing in Continuous Integration build

$
0
0

We have a solution that I'm trying to do a continuous integration build for. One of the projects has a post-build task that causes the CI build to fail. If I remove it, then the build works fine. Building the solution locally also works. If I add it back in, the CI build fails on the project with the post-build task and says it exited with code 3.

Is there a workaround for this, or do I need to look at moving the project's post-build task to a solution post-build script?

Can web-based MTM screenshot capture be the same as the client?

$
0
0

I have an issue when running MTM test scripts via the browser based format. It appears that the only way to attach screenshots is to manually drop the screenshot into a folder, and attach the screenshot from there. This takes quite a bit of time when it is totalled up.....can the screenshot capture not be done in real-time, as it is when running MTM tests through the client? 

By this, I mean when I want to attach a screenshot when running tests through the client I can select the 'Capture rectangle screenshot' option and crop a screenshot to the size I like. Once I have finished cropping it automatically attaches a screenshot to the test step. Can this functionality be added to the web-based version? It would make life a lot easier


Andrew Tilston


There are multiple users with the same display name

$
0
0

Hi,

We have a user and when she get an item assigned to her she sees the following alert:

"There are multiple users with the same display name USERNAME and at least one of them does not have read permissions to some of the files"

Now I looked in the database and when I run the following query with the username:

 SELECT     
     [ProviderDisplayName]  
    ,[DisplayName]  
    ,[HasDisplayName]  
    ,[Domain]  
    ,[AccountName]  
    ,[UniqueUserId]  
    ,[LastSync]  
  FROM [Tfs_Configuration].[dbo].[tbl_Identity] where displayname like '%USERNAME%'  

Then I get 2 same usernames back, How can I get rid of one of them ? When I access TFS trough the portal I only find 1 occurence of this user.

We use VS2013 and TFS2013 update 4

Best regards


404 when cloning newly created Git Repository

$
0
0

I get this error when cloning a newly created git repository in a newly created VSO Project.

Error encountered while cloning the remote repository: Response status code does not indicate success: 404 (Not Found).

clues?

I cannot seem to find a way around it

How can we use from Release Management

$
0
0

Hi

Are we use Release Management for C++ projects? or only use for Web Develop.!?

TFS 2012 Windows 10 Upgrade Issue

$
0
0

I have an instance of TFS 2012 which was running on my Windows 8.1 Pro partition. I was running fine and I could connect to it with my laptop over my home peer to peer network. It was running under NT Authority\Local Service  

I upgraded the machine to Windows 10 and now the client will not connect and when accessing the TFS Server Administrative Console I get the error message TF246017: Team Foundation Server could not connect to the database. Verify tat the server that is hosting the database is operational...

I connected the image of the drive I made before the upgrade and verified that it was working prior to the Upgrade.

I suspect the problem is accounts and permissions for the service account, but I don't know what changes to make to get it to work.

TFS 2013 work item import access denied

$
0
0

Hi Gurus,

I have permission error since I have done the upgrade from TFS 2013 (RTM) to update 4, this is preventing me to import work item types, as it seems update 4 introduce a new work item typeShared Parameters,

I could confirm I am both collection and project Admin, and when I try to perform it via the command line command, it still same error,

I have follow up following post and try to re-add all the permission to my account

http://roadtoalm.com/2014/07/28/add-permissions-with-tfssecuritythe-ultimate-reference/

however, it looks like still could not do the job,

any valuable suggestion will be highly appreciate,

kind regards

Map and Migrate Azure SQL Data to TFS

$
0
0

Hi Guys!

Our project has concept of Branches, Changesets and Fields. Currently all our data is in Azure SQL. We need to map and migrate data to TFS. I took a look at the Object Models and ways to Extend the Team Foundation but does not give me specific answers.

Also checked the web but could not come across any article that can guide me. I am looking for useful instructions and information on :

How to map the Azure SQL data to TFS?

What Object Model or Tool is to be used? Or rather how can be accomplished in the best way?

Also our data is dynamic that means it expands on run time. It is not a fixed structure. In our project we can associate branches with several schema. And each schema has different fields.

Any information or suggestion is welcomed!

Sam

NPM Install Fails In Hosted Build

$
0
0

Hi,

I am new to building using npm on VSO. I am getting the followig error and cant decipher it.

I am using the new scripted builds on the Visual Studio Online Hosted build controller.

Can anyone help?

2015-08-10T08:10:19.0790396Z Executing the powershell script: C:\LR\MMS\Services\Mms\TaskAgentProvisioner\Tools\tasks\NpmInstall\0.1.3\NpmInstall.ps1
2015-08-10T08:10:19.2665455Z C:\Program Files\nodejs\npm.cmd  install
2015-08-10T08:11:25.8264607Z ##[error]npm ERR! Windows_NT 6.3.9600
2015-08-10T08:11:25.8264607Z ##[error]npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
2015-08-10T08:11:25.8264607Z ##[error]npm ERR! node v0.12.7
2015-08-10T08:11:25.8264607Z ##[error]npm ERR! npm  v2.11.3
2015-08-10T08:11:25.8420849Z ##[error]npm ERR! code ECONNRESET
2015-08-10T08:11:25.8420849Z ##[error]npm ERR! errno ECONNRESET
2015-08-10T08:11:25.8420849Z ##[error]npm ERR! syscall read
2015-08-10T08:11:25.8420849Z ##[error]npm ERR! network read ECONNRESET
2015-08-10T08:11:25.8420849Z ##[error]npm ERR! network This is most likely not a problem with npm itself
2015-08-10T08:11:25.8420849Z ##[error]npm ERR! network and is related to network connectivity.
2015-08-10T08:11:25.8420849Z ##[error]npm ERR! network In most cases you are behind a proxy or have bad network settings.
2015-08-10T08:11:25.8420849Z ##[error]npm ERR! network
2015-08-10T08:11:25.8420849Z ##[error]npm ERR! network If you are behind a proxy, please make sure that the
2015-08-10T08:11:25.8420849Z ##[error]npm ERR! network 'proxy' config is set properly.  See: 'npm help config'
2015-08-10T08:11:26.1077158Z ##[error]npm ERR! Windows_NT 6.3.9600
2015-08-10T08:11:26.1077158Z ##[error]npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"



VS2015 and TFS Power Tools

$
0
0

Is TFS Power Tools in the works for VS2015?  If not, is there a new direction for configuring Checkin Policies?  Is there something new in VS2015 that allows me to do that?

Thank you for your response.

What is needed to create a TFS server side plugin?

$
0
0

Hi,

I know that I need to create a TFS (2013/ 2015) server side plugin as I would like update an existing server side plugin.

What is the minimum that I need to create/update the plugin?

I have installed Visual Studio (2013 and 2015).

Do I need to install the express or the full version of Team Foundation Server?

Or would it be okay to copy the dlls from the TFS server onto my local machine?

Thanks,

Michael

MSDN

branch or merge

$
0
0

Hi to all ,

What is the differnce between branch and merge while selecting "Branching and Merging " ? 

VS - 2010

TFS server - 2013

BR

Yossi

TFS app pool randomly maxes out CPU

$
0
0

This issue started about 3 weeks ago.  Randomly, we've run into one or more of our three app tier servers performance dropping to a crawl.  After logging in, we can see the CPU is maxed and a w3wp process at >99% .  Opening IIS and checking the work processes, I can see the TFS app pool as the culprit.  I've let it go, thinking it was a process that was taking a long time, but once I get enough users complaining, we end up restarting the app pool.

I've looked through the event logs, can't find anything (other than some timeouts after the CPU maxes).  The workaround is to restart the app pool, but that kills any connections.  This causes builds to fail, along with any long running action (branching, merging, etc) for machines that are connected to that app server.  Where else can I look to see what's causing this?  I turned on failed request logging...got nothing so far.  

They are all same OS, Server 2012 Standard, and same version of TFS, 2013 RTM.


Viewing all 6687 articles
Browse latest View live


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