PRB: File Not Found Error When You Add New Users

Last reviewed: February 27, 1997
Article ID: Q149378
4.00 5.00 WINDOWS kbenv kbprb

The information in this article applies to:

  • Microsoft Visual SourceSafe for Windows, versions 4.0, 5.0

SYMPTOMS

When a new user is added to Visual SourceSafe, the Admin program generates the following error:

      File <path to the Project>\USERS Not Found

The user is however added to SourceSafe. The directory for the user is also created, but it does not contain the initialization file Ss.ini.

CAUSE

The Admin program cannot find the Template.ini, a template for the Ss.ini. When a new user is added, the Admin program creates a directory for the user. It also creates a user file, Ss.ini, which contains default settings for this particular user. The Admin program uses the Template.ini file to create the Ss.ini file. If the Template.ini file is not in the Users directory, the error "File Not Found" is displayed.

RESOLUTION

If there is no Template.ini file in the Users directory, you can create this file from the information provided below. Copy this code into a text file. Then save the text file as Template.ini, and copy it to the Users directory.

Content of the Template.ini

      ; ss.ini
      ;
      ; This file contains all the variables that "customize" SourceSafe to
      ; your particular needs. The ss.ini variables are documented in the
      ; SourceSafe User's Manual. Only a few of them are placed in this
      ; file by default.
      
      ; C programmers should remove the semicolon from the following line,
      ; to un-comment it.  Other programmers REPLACE the line with
      ; different masks.
      ; Relevant_Masks = *.c, *.h, *., *.asm
      
      ; The following line prevents you from being asked for a checkout
      ; comment.
      Checkout_Comment = -
      
      ; The following lines force SourceSafe not to execute certain file
      ; types.
      .reg (Win) = notepad.exe
      .vbp (Win) = notepad.exe
      .vcp (Win) = notepad.exe
      .mak (Win) = notepad.exe
      .bat (Win) = notepad.exe
      
      ; Your current SourceSafe project.
      Project = $/

STATUS

This behavior is by design.


KBCategory: kbenv kbprb
KBSubcategory: SourceSafe vss
Additional reference words: 4.00 5.00
Keywords : SourceSafe vss kbenv kbprb
Version : 4.00 5.00
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 27, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.