Click here to Skip to main content
15,887,083 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I got this error in Windows Event Viewer TFS installed server.

TF53010: The following error has occurred in a Team Foundation component or extension: Date (UTC): 8/1/2018 11:33:11 PM Machine: ADDO-TFS Application Domain: /LM/W3SVC/2/ROOT/tfs-4-131769645742379284 Assembly: Microsoft.TeamFoundation.Framework.Server, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v4.0.30319 Service Host: cf77ffd4-87c9-4df0-af9d-de0985b602f9 (Office Automation) Process Details: Process Name: w3wp Process Id: 11672 Thread Id: 2704 Account name: 417d6151-1589-41f7-97de-102683c4c0bd:Build:cf77ffd4-87c9-4df0-af9d-de0985b602f9 Detailed Message: TF30065: An unhandled exception occurred. Web Request Details Url: http://192.168.2.114:8080/tfs/Office%20Automation/VersionControl/v5.0/repository.asmx [method: POST] User Agent: Team Explorer Everywhere, SKU:20 (CLC 14.0.4.201606061157 1.8.0_101; Mac OS X x86_64 10.13.4) Headers: not available Path: /tfs/Office Automation/VersionControl/v5.0/repository.asmx Local Request: False Host Address: 192.168.8.181 User: ADDOVATION\tfsuser [authentication type: Federation] Exception Message: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. (type PathTooLongException) Exception Stack Trace: at Microsoft.TeamFoundation.VersionControl.Common.VersionControlUtil.CheckLocalItem(String item, String parameterName, Boolean allowNull, Boolean allowWildcards, Boolean allow8Dot3Paths, Boolean checkReservedCharacters) at Microsoft.TeamFoundation.VersionControl.Server.BaseLocalVersionUpdate.ValidateInternal(VersionControlRequestContext versionControlRequestContext, String parameterName) at Microsoft.TeamFoundation.VersionControl.Server.ServerItemLocalVersionUpdate.ValidateInternal(VersionControlRequestContext versionControlRequestContext, String parameterName) at Microsoft.TeamFoundation.VersionControl.Server.Validation.check(IValidatable[] array, String parameterName, Boolean allowEmpty) at Microsoft.TeamFoundation.VersionControl.Server.BaseLocalVersionUpdate.UpdateLocalVersion(VersionControlRequestContext versionControlRequestContext, Workspace workspace, BaseLocalVersionUpdate[] updates) at Microsoft.TeamFoundation.VersionControl.Server.TeamFoundationVersionControlService.UpdateLocalVersion(IVssRequestContext requestContext, String workspaceName, String ownerName, BaseLocalVersionUpdate[] updates, PathLength maxClientPathLength) at Microsoft.TeamFoundation.VersionControl.Server.Repository5.UpdateLocalVersion(String workspaceName, String ownerName, ServerItemLocalVersionUpdate[] updates, Int32 maxClientPathLength) 


My all builds are working successfully but i got this error in the server.

What I have tried:

Windows event viewer showing this error
Posted
Comments
Richard MacCutchan 2-Aug-18 3:35am    
The details are in the error message, you need to find out why the path name is too long.
amnk.info 2-Aug-18 3:42am    
I had already shorted the path. and no errors showing in TFS. This error shows only Windows event viewer.
Richard MacCutchan 2-Aug-18 4:20am    
Sorry, but I have no idea what data that message refers to. You will need to do further investigation on your system.
amnk.info 2-Aug-18 4:28am    
will see. thanks for replying

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900