Dragnet build 1136 installer bug

If you are having a problem using Dragnet, post a message here.

Moderator: SourceGear

Locked
chicolindo
Posts: 1
Joined: Tue Nov 16, 2004 6:54 pm

Dragnet build 1136 installer bug

Post by chicolindo » Tue Nov 16, 2004 7:00 pm

Am getting the following error when trying to install build 1136:
Creating a new Dragnet database on **********...
Creating the SourceGear Dragnet database...MODIFY FILE encountered operating system error 112(error not found) while attempting to expand the physical file.
CREATE DATABASE failed. Some file names listed could not be created. Check previous errors.
dragnet Setup is exiting due to a failure or cancellation. Error Code = 402
Note that SQL Server is located on a different box. Is it possible to run the application and database on different machines?

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Tue Nov 16, 2004 9:33 pm

112 usually means you are out of disk space on the SQL Server's Data directory.

Dragnet will create the database in your SQL Server's data\ subdirectory. Note, the SQL Server is not necessarily the same server as the Dragnet server.

Assuming you connected to the other machine for the database location during setup, inspect that machine's SQL Server installation's Data\ sub directory. Make sure there is enough room to create the database and add the necessary components for Dragnet use. 5-15 MB should be ample space to get started.
Jeff Clausius
SourceGear

Locked