Source Safe Login Failure

Simple question and probably missing something obvious... 

Testing on my machine under evaluation before loading Final Builder onto the build machine.  We have source safe database on a server, I have SSUSER set as a system variable for my user however I am using FB's version control systems to specify the login for FB to use.  I found that regardless of setting the ini file location in here to \\Server\Source Safe that it still wouldn't use that location and tried to default to the local machine (even though manually running VSS defaults to the same server directory).  I set SSDIR to overcome this on my machine.  The error I get is that it simply does not enter a password and sits there...

What is the obvious step I've missed?  Any help is most appreciated...

Executing external process: C:\Program Files\Microsoft Visual Studio\VSS\win32\SS.EXE
Starting Directory: c:\SOURCECODE\Elite2008\RolloverCommon
Parameters: get $/Elite2008/RolloverCommon -I-Y "-GLc:\SOURCECODE\Elite2008\RolloverCommon" -Y"Final Builder",Final Builder -R -GF- -GWR
Output from C:\Program Files\Microsoft Visual Studio\VSS\win32\SS.EXE
Username: Final Builder
Password:
-
Files Processed successfully : 0
Files Not Processed : 0

I have since found the bug to be the quotes for user/pwd should be -Y"Final Builder,Final Build":

get $/Elite2008/RolloverCommon -I-Y "-GLc:\SOURCECODE\Elite2008\RolloverCommon" -Y"Final Builder",Final Builder -R -GF- -GWR

How can I fix this as it is set by FB???

 

Hi Jason,

Thanks for going the extra mile and working out what was going wrong. Should have a new build available within the next few hours.

Regards,
Paul.

Hi Jason,

Here’s the new build which should correctly quote the VSS username and password.

URL: https://www.finalbuilder.com/downloads/finalbuilder/620/FB620_1254.exe

Regards,
Paul.

Thanks for the very quick resolution… Wish other companies could resolve issues as quick… Brilliant, all working fine!