JSI Tip 0816. Event ID 7000 - file is corrupt or missing or LFN is not quoted.
Jerold Schulman
November 5, 1998
1 Min Read
If you receive Evewnt ID 7000 from the Service Control Manager with either
Description: The service failed to start due to the following error: : %1 not a valid Windows NT Application. -or- Description: The service failed to start due to the following error: The system cannot find the file specified. -or-receive an error message when manually starting a service: Could not start the service on \ 0193: %1 is not a valid application.
you may hve a missing or corrupt file or a LFN (Long File Name) with spaces that is not enclosed in quotes.
If the file is missing, copy or expand it from it's source. If the file is corrupt, rename it and copy or expand it and reboot. If you can't rename it, see tip 181.
If the problem is a space in the folder name, find the executable at
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesImagePath
and put quotes around the string. Example: "C:Program FilesHumpy_Dumpty.exe"
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like