Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server 7.0 - SQL Server is terminating due to 'stop' request from

Status
Not open for further replies.

mattpont

Programmer
Jan 31, 2003
66
GB
Hi all,

I get this error when trying to install SQL Server 7.0:

"SQL Server is terminating due to 'stop' request from Service Control Manager"

I am installing it via remote desktop to a Windows Server 2003 machine. I have created an .iso image of my installation disk which I have uploaded to my server. I then use a tool called "Daemon tools" to treat this image as a normal CD.

I don't know what to do now, as I can't get anywhere when trying to install SQL server. I managed to install it locally on the server, but have since removed the installation. Now the server has gone to the the up to the server hosting guys, I can't reinstall it...
 
SQL Server is one of those programms that you don't want to install from an image. You can put the OS on with an image, but you'll need to install SQL by hand.

Check the event log and see if there is anything in there as to why it stopped. Is there anything else in the errorlog? That message means that someone or something stopped the SQL Server.

Is this happening during install, or after the SQL Server is installed? Your post wasn't to clear on that.

Denny

--Anything is possible. All it takes is a little research. (Me)

[noevil]
 
This is what my cnfgsvr.out file says:

"Starting Service ...

Connecting to Server ...

driver={sql server};server=.;UID=sa;PWD=;database=master

Remapping Server Databases ...

[Microsoft][ODBC SQL Server Driver][SQL Server]Successfully detached database 'model'.

[Microsoft][ODBC SQL Server Driver][SQL Server]DBCC execution completed. If DBCC printed error messages, contact your system administrator.

[Microsoft][ODBC SQL Server Driver][SQL Server]Successfully attached database 'model'.

[Microsoft][ODBC SQL Server Driver][SQL Server]Successfully detached database 'msdb'.

[Microsoft][ODBC SQL Server Driver][SQL Server]DBCC execution completed. If DBCC printed error messages, contact your system administrator.

[Microsoft][ODBC SQL Server Driver][SQL Server]Successfully attached database 'msdb'.

[Microsoft][ODBC SQL Server Driver][SQL Server]Successfully detached database 'pubs'.

[Microsoft][ODBC SQL Server Driver][SQL Server]DBCC execution completed. If DBCC printed error messages, contact your system administrator.

[Microsoft][ODBC SQL Server Driver][SQL Server]Successfully attached database 'pubs'.

[Microsoft][ODBC SQL Server Driver][SQL Server]Successfully detached database 'Northwind'.

[Microsoft][ODBC SQL Server Driver][SQL Server]DBCC execution completed. If DBCC printed error messages, contact your system administrator.

[Microsoft][ODBC SQL Server Driver][SQL Server]Successfully attached database 'Northwind'.

Disconnecting from Server ...

Stopping Service ...

Starting Service ...

An error occurred while attempting to start the service (1460)

SQL Server configuration failed."


This error happens during installation.
 
I take it there is nothing in any other logs?

Denny

--Anything is possible. All it takes is a little research. (Me)

[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top