Home
FAQ
FAQ Frequently Asked Questions
Q1: When I try to login from a VSSR client, I get the message:
Login failed: the SourceSafe database path <username> does not exist. please select another database.
Login failed: the SourceSafe database path <username> does not exist. please select another database.
A: This error appears when VSS Remoting Service does not have the permission to read/write your VSS database folder. By default, VSSR Service runs as the Local System Account. If your VSS database folder is owned by another user, VSSR Service will not be able to read/write it. To change the startup user of VSSR service:
- Open Windows Service Manager.
- Find a service named SRVSS.
- Select SRVSS service and open the Properties dialog.
- Open "Log On" tab.
- Check "This account" radio button, and then enter an account which has the full permission to your VSS database folder.
- Close the properties dialog, and then restart SRVSS service.
Q2: I’m getting the following error when I try to connect to the server:
"Login failed: please install Microsoft Visual SourceSafe on the server machine.
But I have already installed VSS 6.0 on the server.
"Login failed: please install Microsoft Visual SourceSafe on the server machine.
But I have already installed VSS 6.0 on the server.
A: This problem can be caused by 2 possible reasons:
- The VSS automation component is not registered properly. To re-register the component:
- Run "cmd.exe" to open a command prompt window
- Goto folder {vss}\win32
- Run regsvr32 ssapi.dll
- VSS Remoting Service does not have the permission to read/write your VSS database folder. See Q1.