PRB: File Not Found Error When You Add New UsersLast reviewed: February 27, 1997Article ID: Q149378 |
4.00 5.00
WINDOWS
kbenv kbprb
The information in this article applies to:
SYMPTOMSWhen a new user is added to Visual SourceSafe, the Admin program generates the following error:
File <path to the Project>\USERS Not FoundThe user is however added to SourceSafe. The directory for the user is also created, but it does not contain the initialization file Ss.ini.
CAUSEThe 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.
RESOLUTIONIf 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 = $/ STATUSThis behavior is by design.
|
KBCategory: kbenv kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |