A problem in DCOM when working with Gis-Server on Windows server 2003.
Today Nati(one of my team-mate) and I, tried to install a Gis Application on a server that contain the Gis-Server(one of the ESRI company new product) that use it off course.
The server runs on Windows server 2003, with SP1.
We got this error:
"The application-specific permission settings do not grant Remote Activation permission for the COM Server application with CLSID"
One of the solutions to this problem is to give the "Activation and Launch" privilege to all users in Domain, on the ArcSom application(Trust me its works).
But it's a very bad solution (Security issues...), so I decided to look for a better solution over the net.
After a brief look, I found that this is a known problem, and ERSI even publish a specific patch to give an answer for this bug.
Finally I understood the problem: In the SP1 Windows Server 2003, Microsoft implement new DCOM communication restrictions that prevent users from launching or activating remote COM servers unless explicitly granted permission to do so. The ArcSOM process is a COM server and as such, must be configured to grant remote launch and activation privileges to users in the agsadmin and agsusers groups.
By the way, I think that ESRI patch works very similar to the "bad" solution, but I hope that they found a better solution.