Set up:
Server running Windows 2012.
Application with user interface exe written in VB6 is installed on a server and all users connect via RDP to run it.
Business object dll created with VB6 installed in COM+ on the same server. When the application starts, it instantiate the dll.
Issue:
From time to time, and more so recently, the application encounters an error with the description "Access Denied. Not Authorized to use this application". The fix so far was to reboot the server.
At this point, I am able to point to COM+. After getting the error, it seems that the object in COM+ is not active (not spinning). When I Clicked on "Shut down", and open the application again, it works fine.
It is intermittent. A week can go by without having the issue, and sometimes it happens more than once a day.
Questions:
Did anyone experienced similar issue, and what was the cause and the fix?
Can you suggest how to further troubleshoot this issue? Is it resources issues - memory, cpu, network, security update?
Thanks
Moshe