I have a C# service. It is a memory and CPU pig. It will run all night, moving data in the database. Around 7 am it post to the event viewer, repeatedly,
Timeout (30000 milliseconds) waiting for a transaction response from the ServName service.
Then it stops unexpectedly. Does anyone have input as to what this message means, or how to diagnose it?
Update 1
The DB transactions are not timing out. The service management console is logging this message about trying to control the service.
Update 2
The issue here has nothing to do with the database access. It is the service managment console throwing the error as it is trying to control the service.