Home > Archive > MS SQL Server > August 2005 > SQL Server 7.0 stopped loading as service issues...









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author SQL Server 7.0 stopped loading as service issues...
drkc

2005-08-29, 8:23 pm

Ok, Windows 2000 server w/sp4 and all patches. Runs SQLServer 7.0 with legacy
app. About 2 months ago the SQLServer stopped running as a service. To
invoke, we double click on SQLSRVER.EXE. I've checked to logs, nothing
concrete.

IF someone changed the SA password, could that effect loading as service and
how could I get what it is set for. This is an issue because it appears that
the SQL Server Agent for Arcserve isn't backing up the databases... I imagine
that the reason is because SQLServer isn't a service anymore...

Enterprise manager runs, but can't open the current SQLServer becaue it
isn't started. Thank God that it can be 'brute forced' and the application
runs.

Getting it started as a service would be nice, but there needs to be backups
of the data. Are there any ways to get backups through a script on SQLServer,
or would shutting down SQLServer allow a good backup...

Thanks for any assistance...
John Bell

2005-08-30, 3:23 am

Hi

You may want to change the service accounts and try running it from the
services applet to see if it produces an error message. Also check the event
log to see if there is any messages in that.

The sa login is a SQL Server account and if SQL Server is starting this from
the command prompt it should not be the cause of your problem.

John

"drkc" wrote:

> Ok, Windows 2000 server w/sp4 and all patches. Runs SQLServer 7.0 with legacy
> app. About 2 months ago the SQLServer stopped running as a service. To
> invoke, we double click on SQLSRVER.EXE. I've checked to logs, nothing
> concrete.
>
> IF someone changed the SA password, could that effect loading as service and
> how could I get what it is set for. This is an issue because it appears that
> the SQL Server Agent for Arcserve isn't backing up the databases... I imagine
> that the reason is because SQLServer isn't a service anymore...
>
> Enterprise manager runs, but can't open the current SQLServer becaue it
> isn't started. Thank God that it can be 'brute forced' and the application
> runs.
>
> Getting it started as a service would be nice, but there needs to be backups
> of the data. Are there any ways to get backups through a script on SQLServer,
> or would shutting down SQLServer allow a good backup...
>
> Thanks for any assistance...

drkc

2005-08-30, 8:23 pm

Here is what comes up in the event viewer:

Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7000
Description:
The MSSQLServer service failed to start due to the following error:
Access is denied.

Then I tried to start the SQLAgent and get this:

Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7001
Description:
The SQLServerAgent service depends on the MSSQLServer service which failed
to start because of the following error:
Access is denied.

And I get thousands of these messages in the Application log:

Event Type: Information
Event Source: MSSQLServer
Event Category: (4)
Event ID: 17055
Description:
The description for Event ID ( 17055 ) in Source ( MSSQLServer ) cannot be
found. The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. The following
information is part of the event: 18454, Login succeeded for user 'Master'.
Connection: Non-Trusted.

Which fills up the Application log fast. Does that help?

This is all from trying to run it from the services applet. The messages are
the same...

Thanks. Does this help???

"John Bell" wrote:
[color=darkred]
> Hi
>
> You may want to change the service accounts and try running it from the
> services applet to see if it produces an error message. Also check the event
> log to see if there is any messages in that.
>
> The sa login is a SQL Server account and if SQL Server is starting this from
> the command prompt it should not be the cause of your problem.
>
> John
>
> "drkc" wrote:
>
John Bell

2005-08-31, 3:23 am

Hi

At a guess you are currently using a domain account to start the service?
Does the service start if you change it to local system?

Also check the SQL Server log before you try to start the service and
immediately after this fails to see if there is anything.

If the log has not changed check the directory/file permissions.

John

"drkc" wrote:
[color=darkred]
> Here is what comes up in the event viewer:
>
> Event Type: Error
> Event Source: Service Control Manager
> Event Category: None
> Event ID: 7000
> Description:
> The MSSQLServer service failed to start due to the following error:
> Access is denied.
>
> Then I tried to start the SQLAgent and get this:
>
> Event Type: Error
> Event Source: Service Control Manager
> Event Category: None
> Event ID: 7001
> Description:
> The SQLServerAgent service depends on the MSSQLServer service which failed
> to start because of the following error:
> Access is denied.
>
> And I get thousands of these messages in the Application log:
>
> Event Type: Information
> Event Source: MSSQLServer
> Event Category: (4)
> Event ID: 17055
> Description:
> The description for Event ID ( 17055 ) in Source ( MSSQLServer ) cannot be
> found. The local computer may not have the necessary registry information or
> message DLL files to display messages from a remote computer. The following
> information is part of the event: 18454, Login succeeded for user 'Master'.
> Connection: Non-Trusted.
>
> Which fills up the Application log fast. Does that help?
>
> This is all from trying to run it from the services applet. The messages are
> the same...
>
> Thanks. Does this help???
>
> "John Bell" wrote:
>
drkc

2005-08-31, 7:23 am

No, it was using 'local system' and still won't start. It is a directory/file
permissions thing, what should the security be? Finding out who did it is
another thing and probably won't ever be determined...

Thank you for your help so far. Extremely helpful!

"John Bell" wrote:
[color=darkred]
> Hi
>
> At a guess you are currently using a domain account to start the service?
> Does the service start if you change it to local system?
>
> Also check the SQL Server log before you try to start the service and
> immediately after this fails to see if there is anything.
>
> If the log has not changed check the directory/file permissions.
>
> John
>
> "drkc" wrote:
>
John Bell

2005-08-31, 11:23 am

Hi

I am not sure how you would restrict it for only local system, you may want
to try giving everything to everyone to make sure it works and then closing
it down.

John

"drkc" wrote:
[color=darkred]
> No, it was using 'local system' and still won't start. It is a directory/file
> permissions thing, what should the security be? Finding out who did it is
> another thing and probably won't ever be determined...
>
> Thank you for your help so far. Extremely helpful!
>
> "John Bell" wrote:
>
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com