Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>SQL Errors</strong></p> <p>First of all, you should not be receiving SQL Error 18054 (or any SQL errors) from TFS.</p> <p>You should have your TFS administrator connect to the SQL server that hosts the <code>master</code> DB for your TFS server and run the following query:</p> <pre><code>select * from master.dbo.sysmessages where error &gt; 50000 </code></pre> <p>If this is a TFS2010 server, your TFS administrator may be able to use <a href="http://msdn.microsoft.com/en-us/library/ee349267.aspx" rel="noreferrer">TFSConfig PrepSql</a> to re-install the error messages.</p> <p>If this is a TFS2008 server, your TFS administrator will need to open Add/Remove programs and run a <strong>repair</strong> on TFS.</p> <p><strong>Your actual problem</strong></p> <blockquote> <p>This sounds obvious at first, two local paths cannot point to the same place in the repository for the same workspace. However, the one that catches a lot of folks un-aware is that you cannot have two repository paths mapped to one local path on the same computer.</p> </blockquote> <p>In TFS, you cannot have two folders with overlapping mappings. Since <code>D:\aaa\bbb\ccc\ddd</code> is a sub-folder of <code>D:\aaa</code>, then you cannot add it.</p> <p>One thing you can do though, is <strong>cloak</strong> folders so that they aren't part of the workspace mappings. In your case, you might want to map <code>D:\aaa</code> and add a cloak for all the other subfolders in that directory, except for <code>D:\aaa\bbb</code>.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload