nscontrol.exe register -name trackerinstance -server ARG-SERVER
-service -serviceusername localsystem
ns registry entries being updated
ns windows service is being installed
ns performance counters are being installed
performance counter category could not be installed
category name: ns$trackerinstance : vacuumer
input string was not in correct format
any ideas as to the problem?
kate patterson
I've seen your postings before so I'm sure you've covered the obvious,
like running NSControl Create first.
What about a permissions problem? Does your account have local admin
rights when you attempt to register the instance?
--
Joe Webb
SQL Server MVP
~~~
Get up to speed quickly with SQLNS
http://www.amazon.com/exec/obidos/tg/detail/-/0972688811
I support PASS, the Professional Association for SQL Server.
(www.sqlpass.org)
we have been investigating this one, and we believe the server (running
SBS) is suffering from a known corruption problem of the performance
counters which is preventing any app from creating new counters. When
we come to register the new NS app we think that it is encountering
this problem and failing because of it.
We can work around the error return from nscontrol (create a temporary
msi that ignores thet return code) and let the build continue with no
performance counters existing, do you think we will get any further
errors when we come to run NS.
Just how dependant is it on the counters?
can we tell nscontrol to build without counters?
Kate MBCS
Alert Technologies
http://www.alert-technologies.co.uk
Get your notification services implementation going in minutes not
weeks ......
Can you rebuild the corrupted counters? Seems like I remember reading
an MSDN article a while back that outlined some steps for doing that.
I don't know if it works or not.
--
Joe Webb
SQL Server MVP
~~~
Get up to speed quickly with SQLNS
http://www.amazon.com/exec/obidos/tg/detail/-/0972688811
I support PASS, the Professional Association for SQL Server.
(www.sqlpass.org)
http://support.microsoft.com/default.aspx?scid=kb;en-us;827963
Note especially the link to a .NET framework fix towards the end of the
article.
--
Learn more about SQL-NS:
http://www.amazon.com/exec/obidos/tg/detail/-/0672326647/
---------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
---------------------------------------------
"kate" <k...@alert-tech.co.uk> wrote in message
news:1124362068....@g44g2000cwa.googlegroups.com...