We have developed a Web service in C# in .Net framework 3.5. The objective of this web service is to refer a third party VB component called Minitab and Execute a few commands based on the request parameters and generate a .PNG Graph as Byte Array back
to the requestor.
We have implemented the same in our UAT server which contains Windows Server2003 and IIS6.0, here its working fine under the given setting
The DCOM setting we gave for the this is
Start->Run->dcomcnfg->Console Root->Component Services->Computers->My Computer->DCOM Config->Mtb->Properties-> Identity->Select
This User Radio Button->Administrator Credentials.
When we are trying to implement this in our production server which contains
windows server2008 and IIS7.0, under the same settings i.e
Start->Run->dcomcnfg->Console Root->Component Services->Computers->My Computer->DCOM Config->Mtb->Properties-> Identity->Select
This User Radio Button->Administrator Credentials. it’s throwing error. It looks like network security permission level error.
"Retrieving the COM class factory for component with CLSID {03E42D3F-A029-4137-B411-244C669F3FBD} failed due to the following error: 80080005."
Event Viewer:
"The server {03E42D3F-A029-4137-B411-244C669F3FBD} did not register with DCOM within the required timeout."
Note: We have given same admin user credentials for both IIS specific user and docm identity in the component service.
k_ksquare
Member
4 Points
5 Posts
Distributed COM
Jan 23, 2012 09:53 AM|LINK
Hi,
We have developed a Web service in C# in .Net framework 3.5. The objective of this web service is to refer a third party VB component called Minitab and Execute a few commands based on the request parameters and generate a .PNG Graph as Byte Array back to the requestor.
We have implemented the same in our UAT server which contains Windows Server2003 and IIS6.0, here its working fine under the given setting
The DCOM setting we gave for the this is
Start->Run->dcomcnfg->Console Root->Component Services->Computers->My Computer->DCOM Config->Mtb->Properties-> Identity->Select This User Radio Button->Administrator Credentials.
When we are trying to implement this in our production server which contains windows server2008 and IIS7.0, under the same settings i.e
Start->Run->dcomcnfg->Console Root->Component Services->Computers->My Computer->DCOM Config->Mtb->Properties-> Identity->Select This User Radio Button->Administrator Credentials. it’s throwing error. It looks like network security permission level error.
"Retrieving the COM class factory for component with CLSID {03E42D3F-A029-4137-B411-244C669F3FBD} failed due to the following error: 80080005."
Event Viewer:
"The server {03E42D3F-A029-4137-B411-244C669F3FBD} did not register with DCOM within the required timeout."
Note: We have given same admin user credentials for both IIS specific user and docm identity in the component service.
- Any solution would be appriciated.
nattuthurai....
Member
88 Points
22 Posts
Re: Distributed COM
Jan 24, 2012 12:56 PM|LINK
Hi guys,
Can you please check this forum.
http://www.wictorwilen.se/Post/Fix-the-SharePoint-DCOM-10016-error-on-Windows-Server-2008-R2.aspx
Thanks,
Nattuthurai.K
k_ksquare
Member
4 Points
5 Posts
Re: Distributed COM
Jan 27, 2012 06:14 AM|LINK
Hi Nattuthurai,
We tried the above link but no luck, we are getting the same issue.
Thanks for your response.