CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    Germany
    Posts
    2,338

    Start service from network drive

    Hello! I have a service which works fine when started from a local drive. But I want to deploy it in the network, so I want to start it from a network drive. The problem is that neither a "H:\MyService.exe" (where H is a mapped network drive) nor somethink like "\\MyServer\MyService.exe" is working.

    Could it be that at the time the services are started the network is nor accessible? What can I do about it?

  2. #2
    Join Date
    Sep 2003
    Location
    Forever Gone... For Now...
    Posts
    1,515

    Re: Start service from network drive

    Originally posted by martho
    Hello! I have a service which works fine when started from a local drive. But I want to deploy it in the network, so I want to start it from a network drive. The problem is that neither a "H:\MyService.exe" (where H is a mapped network drive) nor somethink like "\\MyServer\MyService.exe" is working.

    Could it be that at the time the services are started the network is nor accessible? What can I do about it?
    I'll toss this out and let you sort through it...



    Service Running as System Account Fails Accessing Network
    http://support.microsoft.com/default...b;en-us;124184

    Local System Account and Null Sessions in Windows NT
    http://support.microsoft.com/default...b;en-us;132679

    INFO: Services and Redirected Drives
    http://support.microsoft.com/default...b;en-us;180362

    INFO: Security, Services and the Interactive Desktop
    http://support.microsoft.com/default...b;EN-US;327618
    Thought for the day/week/month/year:
    Windows System Error 4006:
    Replication with a nonconfigured partner is not allowed.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured