[DUG] Stopping particular services, alternative to services.
Phil Scadden
p.scadden at gns.cri.nz
Tue Feb 21 15:12:51 NZDT 2006
> If you are trying to make an existing app "work" then you need to look
> thoroughly at how it works. You mentioned you need networking. If user A for
> example has a mapped drive H: = \\one\folder then this wont be available to
> your service, unless something was setup especially. You also have to make
> sure that the service has privileges for the folders, and network resources
> you are wanting to use.
Yes, I have run into those niggly things before too with services. LocalSystem
is very restrictive. You can however have a service run with an account
but not with the context mappings. I should perhaps mention that the app. is
300,000+ lines of console mode fortan. Not converting it to DLL and not setting it up for
multi-threading is definitely a bonus. I can write control program and control
service in Delphi though.
----------------------------------------------------------
Phil Scadden, Institute of Geological and Nuclear Sciences
764 Cumberland St, Private Bag 1930, Dunedin, New Zealand
Ph +64 3 4799663, fax +64 3 477 5232
More information about the Delphi
mailing list