Re: Riddle Me This

Tech-Archive recommends: Fix windows errors by optimizing your registry



Thanks for your reply Willy.

Seems I am articulating myself poorly today.

So, you have the service correctly registered, but when you try to start the
service from the service applet (or from the command line using net
start...), the service doesn't start at all.

The service DOES START. In fact (annoyingly) the Event Log throws
absolutely
no errors. It starts, it runs, and it shuts down when i tell it to. I
even wrote a
custom Event Log that produces no information.

When I say "it doesn't work", I am talking about the exe.

For what it is worth, here is the OnStart method:

protected override void OnStart(string[] args)
{
ventLog1.WriteEntry("Service started successfully.",
EventLogEntryType.Information);
new Thread(new ThreadStart(InitService)).Start();
}
.



Relevant Pages

  • mfi(4) lockups and the adapter event log
    ... COMMAND 0xffffffff89dab0e8 TIMEOUT AFTER 31 SECONDS ... In addition to the multiple init cycles it was also printing weeks worth of messages from the adapter's event log. ... Trying to clear them using linux-megacli seemed to cause a similar lockup, filled with command timeouts, but no fatal firmware error. ...
    (freebsd-questions)
  • Re: w32 time setting for 2003 Domain controller
    ... I get no message for even t35 or 37 in event log. ... Is there a command to verify if the firewall is at play (ie retrieve the ... where time.server.com is name of time server that you want to use. ... When I go to cmd prompt on server and I type w32tm /config ...
    (microsoft.public.windows.server.general)
  • Re: Cannot delete file with name ended with a dot.
    ... on the Desktop, I could see it in Explorer fine, ... The filename si "Verbale.". ... I could'n use jolly characters in the command line because doesn't works, ... no errors on event log and no errors on ...
    (microsoft.public.windows.server.general)
  • Re: Windows Time service to use an external time source issue
    ... Try again using the following set of commands on the domain controller you ... want to be the root of your time synchronization hierarchy (usually, ... In the first command, instead of time.nist.com, you can specify any NTP ... If that doesn't solve the problem, please post copies of the Event Log ...
    (microsoft.public.windows.server.general)
  • Re: Windows Time service to use an external time source issue
    ... My personal opinion, for what it is worth, is that the KB article you referenced is unfortunate - everything needed can be done simply with the w32tm command - there is no need to edit the registry directly, which is unnecessarily dangerous. ... Try again using the following set of commands on the domain controller you want to be the root of your time synchronization hierarchy. ... If that doesn't solve the problem, please post copies of the Event Log entries that have "Time-Service" as the Source from the one configured as "reliable" and I will try to help some more. ...
    (microsoft.public.windows.server.general)