E
Eric Margheim
I'm trying to narrow down the cause of a nasty and very annoying problem
we're having.
We run a 3rd party report server on a dedicated server. We have a COM+
Application, a service and then the 3rd party processes that access our
registry hive. There is specifically one part of the hive that has
problems. Every week or so our application fails to perform a certain
report related task and we discover that if we try to access the registry
hive used by our processes it's not accessible. Recycling our service and
the 3rd party report service usually frees up access but sometimes we have
to reboot.
My question is how do I troubleshoot this? Obviously something is locking
out access to the registry but I'm not familiar enough with the low-level
registry calls and just what could cause one process to prevent access to a
registry key. I need to determine if it's our service or the 3rd party
process (which is called from our code) is causing the problem and then
hopefully fix it.
I have been running regmon on this server daily hoping that when the problem
happens again I'll be able to see something in the registry, but so far the
problem hasn't happened again.
Any ideas on how to approach this or some good registry material that might
help me would be much appreciated.
Thanks
Eric
we're having.
We run a 3rd party report server on a dedicated server. We have a COM+
Application, a service and then the 3rd party processes that access our
registry hive. There is specifically one part of the hive that has
problems. Every week or so our application fails to perform a certain
report related task and we discover that if we try to access the registry
hive used by our processes it's not accessible. Recycling our service and
the 3rd party report service usually frees up access but sometimes we have
to reboot.
My question is how do I troubleshoot this? Obviously something is locking
out access to the registry but I'm not familiar enough with the low-level
registry calls and just what could cause one process to prevent access to a
registry key. I need to determine if it's our service or the 3rd party
process (which is called from our code) is causing the problem and then
hopefully fix it.
I have been running regmon on this server daily hoping that when the problem
happens again I'll be able to see something in the registry, but so far the
problem hasn't happened again.
Any ideas on how to approach this or some good registry material that might
help me would be much appreciated.
Thanks
Eric