PDA

View Full Version : Error 1053, Services with SB 7.2



NewsArchive
06-05-2010, 01:35 AM
I have created a small service app using Clarion Handy Tools templates.
With SB 7.2 I entered the service properties and added a line in the
script to use the Edit Services function to start the service
automatically.
The SB installer does install the app and there is an entry in the
Services manager for my service. It shows that it is set to automatic
but it is not started. I try to manually start the service but after
about 30 seconds get the following error:

Error 1053: The service did not respond to the start or control request
in a timely fashion.

I have tried this on an XP, Vista and Win 7 machine, where I am admin
on each. Any ideas how to resolve this?

Thanks,

Jeff King

NewsArchive
06-05-2010, 01:36 AM
Jeff,

> Error 1053: The service did not respond to the start or control request
> in a timely fashion.

Assuming your configuration settings are correct, I don't think that it is a
deployment problem. IMO, there is a problem with your service itself.

Friedrich

NewsArchive
06-05-2010, 01:36 AM
Friedrich,

Thanks for the confirmation. I'll post to the CHT group and see if Gus
has an idea of the problem.

Jeff