When I execute the below sample script I get the following error.

 

Failed to open database "\\servername\vss\srcsafe.ini".

    The specified module could not be found.                                             

 

The odd thing is that it works fine on one workstation, but not another (both WinXP)…

 

It appears to be entirely an environmental condition…but what? It historically has been working fine. What might cause this particular error? I am able to access the VSS share and open VSS via the GUI from the workstation in question. I have several scripts that suddenly are failing with this error. I’m using RC2.

 

 

<?xml version="1.0"?>

<project name="Test" default="testing">

    <property name="vssPath" value="\\servername\vss\srcsafe.ini" unless="${property::exists('vssPath')}"/>

    <target name="testing">

        <vssget

          localpath="C:\temp\BuildTools"

          recursive="true"

          replace="true"

          writable="true"

          removedeleted="true"

          dbpath="${vssPath}"

          path="$/Applications/Branch/5065/BuildTools"

        />

            </target>

</project>        

 

 

Thanks for any thoughts on the topic…      

 

~Robert

 

Reply via email to