Go Back   TechArena Community > Software > Operating Systems
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: ,

Sponsored Links



Starting a service from a windows network drive gives me an error "The system cannot find the path specified."

Operating Systems


Reply
 
Thread Tools Search this Thread
  #1  
Old 31-03-2009
lat lat is offline
Member
 
Join Date: Mar 2009
Posts: 1
Starting a service from a windows network drive gives me an error "The system cannot find the path specified."

Hi,

I have a service in a mapped network folder in Win 2003 server. While I am starting this service I am getting "The system cannot find the path specified" error message.

Can't we run a service which is present in a network folder?

Kindly let me know if there is any way that I can start the service present in a mapped network folder.

PS: The registry key ImagePath in regedit --> HKLM --> -->system-->CCS-->services --> "my service" points to the network drive location.

Thanks
Reply With Quote
  #2  
Old 31-03-2009
Isaac1's Avatar
Member
 
Join Date: May 2008
Posts: 464
Re: Starting a service from a windows network drive gives me an error "The system cannot find the path specified."

Use the Adsutil.vbs utility to determine the services that are configured in the metabase

To use the Adsutil.vbs utility to determine the services that are configured in the IIS metabase, follow these steps:

1. Click Start, click Run, type Services.msc, and then click OK.
2. In the Services snap-in, under Name, verify the IIS services that are installed on the computer.
3. Click Start, click Run, type cmd, and then click OK.
4. At the command prompt, type the following command, where HardDisk is the hard disk where IIS is installed:
cd HardDisk\inetpub\adminscripts
5. To verify that an IIS service is configured in the metabase, type the following command at the command prompt, where ServiceName is the IIS service that you want to verify in the IIS metabase:
Adsutil.vbs enum ServiceName
For example, to verify that the IIS metabase contains configuration information for the FTP Publishing Service, type Adsutil.vbs enum MSFTPSVC.

If you receive an error message that is similar to the following, the IIS service may not be installed correctly:
Quote:
The path requested could not be found.
6. After you determine the configuration differences between the information that is stored in the metabase and the services that are running on the computer, install or remove services on the computer. To do this, follow these steps:
1. Click Start, click Run, type Appwiz.cpl, and then click OK.
2. Double-click Add/Remove Windows Components.
3. Double-click Internet Information Services (IIS).
4. Click to select or click to clear the check boxes for the services that you want to configure, and then click Next.
5. Follow the prompts on the screen to complete the Windows Components Wizard.
Reply With Quote
  #3  
Old 31-03-2009
jesse's Avatar
Member
 
Join Date: Nov 2005
Posts: 2,965
Re: Starting a service from a windows network drive gives me an error "The system cannot find the path specified."

Delete the registry key for the FTP Publishing Service

To delete the registry key for the FTP Publishing Service, follow these steps:

Note Only follow these steps if the FTP Publishing Service is installed on the computer and if the IIS metabase contains no configuration information for the FTP Publishing Service.

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry.


1. Click Start, click Run, type cmd, and then click OK.
2. Locate the folder where the Adsutil.vbs file is located.
3. To enumerate the configuration information for the FTP Publishing Service in the IIS metabase, type the following command:
Adsutil.vbs enum MSFTPSVC
If the IIS metabase contains no configuration information for the FTP Publishing Service or if you receive an error message, go to step 4.
4. Click Start, click Run, type regedit, and then click OK.
5. Locate and then right-click the following key in the registry:
HKEY_LOCAL_MACHINE\Software\Microsoft\INetMgr\Parameters\AddOnServices\FTP
6. In the right pane, right-click FTP, and then click Delete.
7. Quit Registry Editor.
Reply With Quote
Reply

  TechArena Community > Software > Operating Systems


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Starting a service from a windows network drive gives me an error "The system cannot find the path specified.""
Thread Thread Starter Forum Replies Last Post
Error: "Network Connection not functioning properly " while starting Logitech software Loafer Windows Software 5 13-04-2011 11:27 AM
Card reader error "Device can’t start code 10" "WPD file system volume driver" in windows 7 Musharat Operating Systems 4 12-02-2011 07:10 AM
Java: "The system cannot find the path SPECIFIED." Badrunath Software Development 6 07-10-2010 08:33 PM
Intermittent "The network path was not found." & "Logon failure: . Jay Khan Windows Security 1 04-06-2009 12:22 AM
"Extensible Authentication Protocol" service gives "The system cannot find the file specified" error Samuel Neff Windows Vista Network 0 25-02-2009 09:44 AM


All times are GMT +5.5. The time now is 10:37 PM.