Hi laksprasad -
Look in the event viewer for more information.
When the service fails to start with a 1053 code, it's likely that the
problem is permissions. Make sure that the account specified in the
NS$<InstanceName> service has permission to log in to SQL Server and has
permission to use the <InstanceName>NSMain and <InstanceName><AppName>
databases. Look up NSRunService in BOL for more information.
You can also try re-registering the the instance using NSControl
register and make sure you're specifying the right account/password
combo. (Best to you a domain account if possible).
HTH...
Joe Webb
~~~
Get up to speed quickly with SQLNS
http://www.amazon.com/exec/obidos/tg/detail/-/0972688811 [quoted text, click to view] laksprasad wrote:
> Hi all
>
> I am getting
>
> ---------------------------
> Microsoft Management Console
> ---------------------------
> Could not start the NS$WMITestInstance service on Local Computer.
>
> Error 1053: The service did not respond to the start or control
> request in a timely fashion.
> ---------------------------
>
> I have already read a response related to this problem in the previous
> mail,but my problem is this error is comming to all the Sample proram
> instances also,no one on my system as changed the password or any
> thing because i only know the password.
>
> Sometimes this instances are getting started and some time they are
> giving error : 1053.
> Is there any problem by deleting all the history files from task
> manager to this.
>
> Please respond.