Re: Process.Start() in windows service on Windows Server 2003, problem
From: Pavel Lebedinsky (m_pll)
Date: 02/26/05
- Previous message: Pavel Lebedinsky: "Re: IIS user (IUSR_XXX) - CryptoAPI"
- In reply to: Tobias Johansson: "Re: Process.Start() in windows service on Windows Server 2003, problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 25 Feb 2005 23:05:22 -0800
"Tobias Johansson" <no> wrote:
> so we have almost come to the conclusion that ExtExp.exe is setting
> some working directories that are mapped network drives.
> And I assume that this won't work since it's running under the windows
> service ?
A service can define its own drive mappings. It will not be able
to use the mappings that you created in your logon session.
> Also tried debugging extexp with the ntsd
> however when I tried to start the server i got this:
>
> StartServer failed, HRESULT 0x80004005
> "Unspecified error"
> ntsd: exiting - press enter ---
What command line did you use? WinDbg/ntsd/cdb remote debugging
is pretty reliable - people are using it to debug non-interactive services
all the time. It can be a little bit tricky to set up, especially if you've
never done this before. A good idea is to first try it on something
simple like notepad, and once you can get both server and client
running, use the same parameters for your application.
You might also want to download the latest debuggers from
http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx
and look at the docs (debuggers.chm). They have lots of details and
examples of using remote debugging.
- Previous message: Pavel Lebedinsky: "Re: IIS user (IUSR_XXX) - CryptoAPI"
- In reply to: Tobias Johansson: "Re: Process.Start() in windows service on Windows Server 2003, problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|