View Single Post
  #1  
Old 06-19-2006, 12:05 PM
martys martys is online now
Registered User
 
Join Date: 06-09-2006
Posts: 24
Starting Services

You would think that starting a service is as simple as choosing the right service and selecting the "start" option. I have a subroutine defined to load different databases into SQL Server 2000 for different tests running as an automated test suite after the compiling finishes. I have to stop several services before and start them again after actually running the SQL command to load the database. Stoping the service works just fine, but when I attempt to start the service again, it just sits there until I abort. The service does actually get started again, but VisBuild doesn't seem to recognize that this is happening. running the individual command lines works properly (i.e. "net start ServiceName") and returns to the command prompt.

I have Visual Build Professional 6.1, running on Windows 2003 Server where I'm building.

Last edited by martys; 06-19-2006 at 12:10 PM.
Reply With Quote