Networking Forums

Networking Forums > Computer Networking > Windows Networking > Win2003 SBS - Can't Sop Services

Reply
Thread Tools Display Modes

Win2003 SBS - Can't Sop Services

 
 
Chris
Guest
Posts: n/a

 
      04-06-2008, 02:01 PM
Using Win 2003 Small Business Server with 14 clients. When logged on to the
server box as the admin, I cannot stop/restart services. Each time I try,
it appears that it works (I get the messages "Stopping Service..." and the
progress bar, but it then fails sto stop the service.

I searched on-line but couldn't find any reference to this behavior. Is
this a known issue with Win2003 SBS ? I thought that logged on as the
Admin, I should be able to do that. Do I have to do something special to
gain that privilege?

Chris...



--
Posted via a free Usenet account from http://www.teranews.com

 
Reply With Quote
 
 
 
 
Dave Patrick
Guest
Posts: n/a

 
      04-06-2008, 03:15 PM
Some dependency probably failed. What service? What dependants and
predecessors does it have?



--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Chris" wrote:
> Using Win 2003 Small Business Server with 14 clients. When logged on to
> the server box as the admin, I cannot stop/restart services. Each time I
> try, it appears that it works (I get the messages "Stopping Service..."
> and the progress bar, but it then fails sto stop the service.
>
> I searched on-line but couldn't find any reference to this behavior. Is
> this a known issue with Win2003 SBS ? I thought that logged on as the
> Admin, I should be able to do that. Do I have to do something special to
> gain that privilege?
>
> Chris...
>
>
> --
> Posted via a free Usenet account from http://www.teranews.com
>


 
Reply With Quote
 
Chris
Guest
Posts: n/a

 
      04-06-2008, 04:55 PM
Thanks for the promt post. A couple of them fail, but the one that fails to
stop/start all the time is MySQL. The only way to stop/restart it is by
booting into safe mode, stop it or start it and then reboot in mormal mode.

Chris

"Dave Patrick" <(E-Mail Removed)> wrote in message
news:%23teDJk$(E-Mail Removed)...
> Some dependency probably failed. What service? What dependants and
> predecessors does it have?
>
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
> "Chris" wrote:
>> Using Win 2003 Small Business Server with 14 clients. When logged on to
>> the server box as the admin, I cannot stop/restart services. Each time I
>> try, it appears that it works (I get the messages "Stopping Service..."
>> and the progress bar, but it then fails sto stop the service.
>>
>> I searched on-line but couldn't find any reference to this behavior. Is
>> this a known issue with Win2003 SBS ? I thought that logged on as the
>> Admin, I should be able to do that. Do I have to do something special to
>> gain that privilege?
>>
>> Chris...
>>
>>
>> --
>> Posted via a free Usenet account from http://www.teranews.com
>>

>




--
Posted via a free Usenet account from http://www.teranews.com

 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a

 
      04-06-2008, 05:08 PM
I don't use MySQL but am quite familiar with SQL Server. What dependants and
predecessors does the service have? Can you manage it from the console
tools? It may take some time to roll back whatever is happening at the time
you're trying to kill it. Might be some blocking or long running queries,
etc. going on.



--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Chris" wrote:
> Thanks for the promt post. A couple of them fail, but the one that fails
> to stop/start all the time is MySQL. The only way to stop/restart it is
> by booting into safe mode, stop it or start it and then reboot in mormal
> mode.
>
> Chris


 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a

 
      04-06-2008, 05:22 PM
In news:47f8f531$0$27923$(E-Mail Removed),
Chris <(E-Mail Removed)> typed:
> Thanks for the promt post. A couple of them fail, but the one that
> fails to stop/start all the time is MySQL. The only way to
> stop/restart it is by booting into safe mode, stop it or start it and
> then reboot in mormal mode.
> Chris


I don't believe MySQL is a native SBS application, but SQL is. Any reason
why the decision was made to use this vs the free SQL version on SBS?

Also, as Dave mentioned, something may be accessing MySQL that is forcing it
to run. How was it setup and what apps or scripts are using it?

I also cross-posted this to the SBS newsgroup for more specific exposure,
since after all this is SBS and SBS has numerous differences than regular
Windows 2003. Let's see if anyone there has something to offer that we may
overlook. Just check back to this thread for responses since the follow-ups
are set to send to all groups you originally cross-posted to.

(Cross posted to microsoft.public.windows.server.sbs with follow-ups set to
both.)

--
Regards,
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT,
MVP Microsoft MVP - Directory Services
Microsoft Certified Trainer

For urgent issues, you may want to contact Microsoft PSS directly. Please
check http://support.microsoft.com for regional support phone numbers.

Infinite Diversities in Infinite Combinations


 
Reply With Quote
 
Susan Bradley
Guest
Posts: n/a

 
      04-06-2008, 07:29 PM
MySQL is not native.

That's been added by something else.

Ace Fekay [MVP] wrote:
> In news:47f8f531$0$27923$(E-Mail Removed),
> Chris <(E-Mail Removed)> typed:
>> Thanks for the promt post. A couple of them fail, but the one that
>> fails to stop/start all the time is MySQL. The only way to
>> stop/restart it is by booting into safe mode, stop it or start it and
>> then reboot in mormal mode.
>> Chris

>
> I don't believe MySQL is a native SBS application, but SQL is. Any reason
> why the decision was made to use this vs the free SQL version on SBS?
>
> Also, as Dave mentioned, something may be accessing MySQL that is forcing it
> to run. How was it setup and what apps or scripts are using it?
>
> I also cross-posted this to the SBS newsgroup for more specific exposure,
> since after all this is SBS and SBS has numerous differences than regular
> Windows 2003. Let's see if anyone there has something to offer that we may
> overlook. Just check back to this thread for responses since the follow-ups
> are set to send to all groups you originally cross-posted to.
>
> (Cross posted to microsoft.public.windows.server.sbs with follow-ups set to
> both.)
>

 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a

 
      04-06-2008, 09:28 PM
Yes, we know. You'll need to look in the server.general or server.networking
to see my earlier reply.



--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Susan Bradley" wrote:
> MySQL is not native.
>
> That's been added by something else.


 
Reply With Quote
 
Chris
Guest
Posts: n/a

 
      04-06-2008, 09:52 PM
True, it's not native it was added by a software package that needs it, but
the question is why is it that "all of a sudden" it cannot be stopped?
(worked fine for about 8 months after the installation of the software
package that uses it). I am looking at the other suggestions posted here, to
see if I can decipher this problem.

Thanks,
Chris

"Susan Bradley" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> MySQL is not native.
>
> That's been added by something else.
>
> Ace Fekay [MVP] wrote:
>> In news:47f8f531$0$27923$(E-Mail Removed),
>> Chris <(E-Mail Removed)> typed:
>>> Thanks for the promt post. A couple of them fail, but the one that
>>> fails to stop/start all the time is MySQL. The only way to
>>> stop/restart it is by booting into safe mode, stop it or start it and
>>> then reboot in mormal mode.
>>> Chris

>>
>> I don't believe MySQL is a native SBS application, but SQL is. Any reason
>> why the decision was made to use this vs the free SQL version on SBS?
>>
>> Also, as Dave mentioned, something may be accessing MySQL that is forcing
>> it to run. How was it setup and what apps or scripts are using it?
>>
>> I also cross-posted this to the SBS newsgroup for more specific exposure,
>> since after all this is SBS and SBS has numerous differences than regular
>> Windows 2003. Let's see if anyone there has something to offer that we
>> may overlook. Just check back to this thread for responses since the
>> follow-ups are set to send to all groups you originally cross-posted to.
>>
>> (Cross posted to microsoft.public.windows.server.sbs with follow-ups set
>> to both.)
>>




--
Posted via a free Usenet account from http://www.teranews.com

 
Reply With Quote
 
Susan Bradley
Guest
Posts: n/a

 
      04-07-2008, 01:53 AM
Dave Patrick wrote:
> Yes, we know. You'll need to look in the server.general or
> server.networking to see my earlier reply.
>
>
>

I'm over here on .sbs where it's not installed :-)
 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a

 
      04-07-2008, 02:59 AM
In news:(E-Mail Removed),
Susan Bradley <(E-Mail Removed)> typed:
>
> I'm over here on .sbs where it's not installed :-)


:-)



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
NAT in Win2003 Boris Windows Networking 2 03-05-2008 05:53 AM
NAT in Win2003 Boris Windows Networking 6 03-04-2008 12:12 PM
Win2000 Domain Controllers and Win2003 Certificate Services... George Squillace Windows Networking 1 12-22-2006 10:46 PM
Win2003 and NT 4.0 GaryJ Windows Networking 9 09-29-2004 04:59 PM



1 2 3 4 5 6 7 8 9 10 11