Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Windows NT Service - SERVICE_WIN32_OWN_PROCESS Vs. SERVICE_WIN32_SHARE_PROCESS

196 views
Skip to first unread message

Parveen Bansal

unread,
Apr 9, 2003, 7:05:04 PM4/9/03
to
Hello Guys,

I have written a Windows Service wrapper to start RMI Process as
service.

Problem:
Starting a service is giving following error msg:

"System error 1083 has occurred.
The executable program that this service is configured to run in does
not
implement the service."

Above error got resolved when I changed the Service type parameter to
SERVICE_WIN32_OWN_PROCESS from SERVICE_WIN32_SHARE_PROCESS in
CreateService function.

I have not got any idea why service stop giving the 1083 error when I
changed the service type to SERVICE_WIN32_OWN_PROCESS.

Any idea on what is causing 1083 error when service type is
SERVICE_WIN32_SHARE_PROCESS.

After service Type change service is working fine But now its not
starting the RMI processes (rmid & rmiregistry).

This issue is happening on some customer machine & I only have
restricted access to the machine. I am trying to creating the same
error on my side but so far no success.

I have tried to install & start service with Local Administrator as
well as Domain Administrator & domain user. But still problem in
startting the rmi processes.

OS: Windows 2000, Version 5.0.2195

Is there anythign else which can cause this issue. Is user profile
setting(????) can cause this issue.

Any hints/suggestions to resolve this issue....

Thanks in advance for hints/suggetions,
Parveen Bansal

0 new messages