I am able to have dracocli work fine, but draco service still does not detect changes. Here is some investigation I did. Sourcesafe is not giving history for the same day if we have 1 day difference it does give the changes. Is this due to using ssafe 6.0d? Can some one help in this aspect?
First is checking between 4/7 and 4/8 and it works. The second is checking between 4/8 8 AM and 4/8 12 PM but it shows no changes. E:\>"C:\Program Files\Microsoft Visual Studio\VSS\win32\ss.exe" history "$/Simulator" -R -I-N -Y"asiddiqui" -Vd"4/8/2004;12:14:10 PM~4/7/2004;8:48:43 AM" Building list for $/Simulator.................................................. ............................................................................... ......... ***** Logger.cs ***** Version 12 User: Asiddiqui Date: 4/08/04 Time: 12:13p Checked in $/Simulator/App/SimUtils Comment: ***** Logger.cs ***** Version 11 User: Asiddiqui Date: 4/08/04 Time: 12:12p Checked in $/Simulator/App/SimUtils Comment: E:\>"C:\Program Files\Microsoft Visual Studio\VSS\win32\ss.exe" history "$/Simulator" -R -I-N -Y"asiddiqui" -Vd"4/8/2004;12:14:10 PM~4/8/2004;8:48:43 AM" Building list for $/Simulator.................................................. ............................................................................... ......... E:\> Thanks Abdullah --- Abdullah Siddiqui <[EMAIL PROTECTED]> wrote: > That did the trick! Now its working fine. > Thanks > Abdullah > > --- Michael Ferrante <[EMAIL PROTECTED]> wrote: > > This may or may not help, but give this a try. > > The z:\ is mapped to a network drive? Sometimes mapped drives can be > > problematic. Try using a UNC path for the SSDIR instead of a mapped drive. > > Whatever the z:\ drive is mapped to, use that full UNC path something like > > \\machine\share\vsspath > > In the draco.net config file instead. > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Abdullah > > Siddiqui > > Sent: Thursday, April 08, 2004 06:51 > > To: [EMAIL PROTECTED] > > Subject: RE: [Draconet-users] Startup issues > > > > Using dracocli I get the following log output. > > > > 4/8/2004 8:47:42 AM - Starting Draco.NET > > 4/8/2004 8:48:43 AM - Detected path: C:\Program Files\Microsoft Visual > > Studio\VSS\win32 > > 4/8/2004 8:48:43 AM - HISTORY arguments: history "$/Simulator" -R -I-N > > -Y"asiddiqui" -Vd"4/8/2004;8:48:43 AM~4/8/2004;8:48:43 AM" > > [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1.ITS\LOCALS~1\Temp\tmp8397.tmp > > 4/8/2004 8:48:43 AM - Warning: SS.EXE exit code: 100 > > 4/8/2004 8:48:43 AM - Simulator : Building module > > 4/8/2004 8:48:43 AM - Detected path: C:\Program Files\Microsoft Visual > > Studio\VSS\win32 > > 4/8/2004 8:48:43 AM - Setting SSDIR environment variable to: z:\ > > 4/8/2004 8:48:43 AM - Warning: Path does not exist z:\ > > 4/8/2004 8:48:43 AM - GET arguments: get "$/Simulator" -R -I-N > -Y"asiddiqui" > > -W > > 4/8/2004 8:48:43 AM - cwd : > > E:\DOCUME~1\ASIDDI~1.ITS\LOCALS~1\Temp\tmp8398.tmp > > 4/8/2004 8:48:43 AM - ssdir : z:\ > > 4/8/2004 8:48:44 AM - Warning: SS.EXE exit code: 100 > > 4/8/2004 8:48:44 AM - Warning: SS.EXE stdout : > > 4/8/2004 8:48:44 AM - Warning: SS.EXE stderr : No VSS database > > (srcsafe.ini) > > found. Use the SSDIR environment variable or run netsetup. > > > > 4/8/2004 8:48:44 AM - DEVENV arguments: "Simulator.sln" /build "Release" > > /out E:\DOCUME~1\ASIDDI~1.ITS\LOCALS~1\Temp\tmp8399.tmp > > 4/8/2004 8:48:45 AM - Simulator : Build completed with exit code 1 > > 4/8/2004 8:48:45 AM - Simulator : Sending build results email to: > > [EMAIL PROTECTED] > > > > The thing to note is that my SSDIR variable is set to z:\ and my > srcsafe.ini > > is in z:\srcsafe.ini. What could be amiss here? > > > > Thanks > > Abdullah > > > > --- Nick Robinson <[EMAIL PROTECTED]> wrote: > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED] > > > > [mailto:[EMAIL PROTECTED] Behalf Of > > > > Abdullah Siddiqui > > > > Sent: 07 April 2004 22:59 > > > > To: [EMAIL PROTECTED] > > > > Subject: RE: [Draconet-users] Startup issues > > > > > > > > > > > > I found the file as part of the MSI files that are there for download. > > > > I am now able to build and have the email sent out. > > > > > > > > Next thing I need to do is to get this working remotely. On my > > > > remote machine I continue to get 100 response code even though if I > > > > run the same command from the command prompt I get a huge list of > > > > changes for the project. How can I trouble shoot the 100 response > > > > code? > > > > > > > > > > Typically, if you can run the SS command from the commandline and it > > > works, you have a security issue. The service is probably failing > > > when invoking SS (perhaps the account doesnt have proper privileges to a > > file or directory). > > > > > > nick.robinson > > > site : www.fromconcept.co.uk > > > blog : www.fromconcept.co.uk/weblog.aspx draco : > > > www.sourceforge.net/projects/draconet > > > > Thanks > > > > Abdullah > > > > > > > > --- Abdullah Siddiqui <[EMAIL PROTECTED]> wrote: > > > > > I downloaded draco-1.5-bin.zip from sourceforge. That does not > > > > contain the > > > > > file. Is there some other archive that I should download instead? > > > > > > > > > > Thanks > > > > > Abdullah > > > > > > > > > > --- Michael Ferrante <[EMAIL PROTECTED]> wrote: > > > > > > 1) the return code is what devenv.com returned to draco.net, so > > > > > > it is literally the command line return code that visual studio > > > > > > gave back to draco.net. Command line apps return integers back > > > > > > upon exit > > > > as a "return > > > > > > code". Return of 0 usually indicates success, so return code > > > > 1 means that > > > > > > something in visual studio failed, like a failed compile. > > > > > > > > > > > > 2) modifications.xsl - draco.net is looking for the xml > > > > styling to apply to > > > > > > the build result.xml file. It cannot locate that file. For > > > > some reason it > > > > > > is missing, it is included with the installation. Is > > > > something goofy with > > > > > > your setup? Otherwise try looking around for that file and > > > > copying it into > > > > > > d:\draco\draco\. > > > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > From: [EMAIL PROTECTED] > > > > > > [mailto:[EMAIL PROTECTED] On Behalf > > > > Of Abdullah > > > > > > Siddiqui > > > > > > Sent: Wednesday, April 07, 2004 10:58 > > > > > > To: [EMAIL PROTECTED] > > > > > > Subject: RE: [Draconet-users] Startup issues > > > > > > > > > > > > Did the change and here are the results. What does the return > > > > code 1 mean? > > > > > > The file it is looking to send is not there, any reason > > > > Draco.NET did not > > > > > > generate it? > > > > > > > > > > > > 4/7/2004 12:52:18 PM - Starting Draco.NET > > > > > > 4/7/2004 12:53:17 PM - Simulator : Checking module for changes > > > > > > 4/7/2004 12:53:17 PM - Detected path: C:\Program > > > > Files\Microsoft Visual > > > > > > Studio\Common\VSS\win32 > > > > > > 4/7/2004 12:53:17 PM - HISTORY arguments: history > > > > "$/Simulator" -R -I-N > > > > > > -Y"asiddiqui" -Vd"4/7/2004;12:53:17 PM~4/6/2004;3:49:34 PM" > > > > > > [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp39C.tmp > > > > > > 4/7/2004 12:53:26 PM - Simulator : Detected 9 change(s) to > > > > > > module > > > > > > 4/7/2004 12:53:26 PM - Simulator : Entering 60 second sleep > > > > > > period > > > > > > 4/7/2004 12:54:26 PM - Check again: 4/6/2004 3:49:34 PM > > > > > > 4/7/2004 12:54:26 PM - Detected path: C:\Program > > > > Files\Microsoft Visual > > > > > > Studio\Common\VSS\win32 > > > > > > 4/7/2004 12:54:26 PM - HISTORY arguments: history > > > > "$/Simulator" -R -I-N > > > > > > -Y"asiddiqui" -Vd"4/7/2004;12:54:26 PM~4/6/2004;3:49:34 PM" > > > > > > [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp39D.tmp > > > > > > 4/7/2004 12:54:27 PM - Check again: 9 > > > > > > 4/7/2004 12:54:27 PM - Simulator : Detected 0 additional > > > > modification(s) > > > > > > 4/7/2004 12:54:27 PM - Simulator : Building module > > > > > > 4/7/2004 12:54:27 PM - Detected path: C:\Program > > > > Files\Microsoft Visual > > > > > > Studio\Common\VSS\win32 > > > > > > 4/7/2004 12:54:27 PM - Setting SSDIR environment variable to: > > > > C:\Program > > > > > > Files\Microsoft Visual Studio\Common\VSS\ > > > > > > 4/7/2004 12:54:27 PM - GET arguments: get "$/Simulator" -R -I-N > > > > > > -Y"asiddiqui" > > > > > > -W > > > > > > 4/7/2004 12:54:27 PM - cwd : > > > > > > C:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp39E.tmp > > > > > > 4/7/2004 12:54:27 PM - ssdir : C:\Program > > > > Files\Microsoft Visual > > > > > > Studio\Common\VSS\ > > > > > > 4/7/2004 12:54:47 PM - DEVENV arguments: "Simulator.sln" > > > > /build "Release" > > > > > > /out C:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp3A8.tmp > > > > > > 4/7/2004 12:55:24 PM - Simulator : Build completed with exit > > > > > > code 1 > > > > > > 4/7/2004 12:55:25 PM - Simulator : Sending build results email to: > > > > > > [EMAIL PROTECTED] [EMAIL PROTECTED] > > > > > > 4/7/2004 12:55:26 PM - Simulator : Failed to send build results > > > > > > email > > > > > > System.IO.FileNotFoundException: Could not find file > > > > > > "d:\draco\draco\modifications.xsl". > > > > > > File name: "d:\draco\draco\modifications.xsl" > > > > > > at System.IO.__Error.WinIOError(Int32 errorCode, String str) > > > > > > at System.IO.FileStream..ctor(String path, FileMode mode, > > > > FileAccess > > > > > > access, FileShare share, Int32 bufferSize, Boolean useAsync, > > > > > > String > > > > > msgPath, > > > > > > Boolean > > > > > > bFromProxy) > > > > > > at System.IO.FileStream..ctor(String path, FileMode mode, > > > > FileAccess > > > > > > access, FileShare share) > > > > > > at System.Xml.XmlDownloadManager.GetStream(Uri uri, > > > > > > ICredentials > === message truncated === __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users