<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7206456420143689164</id><updated>2011-11-27T16:16:29.565-08:00</updated><category term='Trouble shooting in SharePoint'/><category term='WSS 3.0'/><title type='text'>SharePoint Lions</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://sharepointlions.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7206456420143689164/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://sharepointlions.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Jayesh Prajapati</name><uri>http://www.blogger.com/profile/09680745430286107858</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7206456420143689164.post-4106782318611995141</id><published>2008-05-13T21:54:00.000-07:00</published><updated>2008-05-13T22:05:47.612-07:00</updated><title type='text'>Solve Error The remote procedure call failed. (Exception from HRESULT: 0x800706BE) in Microsoft.Office.Interop service</title><content type='html'>This solution is with respect to WSS 3.0 and MOSS 2007&lt;br /&gt;This error usually come when your machine or server where MOSS 2007 or WSS 3.0 is installed has not application pool identity rights in &lt;span style="font-family: verdana;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;"IIS WAMREG admin Service" &lt;span style="color: rgb(51, 51, 51);"&gt;in dcomconfig.add application pool identity to launch and activation permission.&lt;br /&gt;&lt;br /&gt;Note:when you are using Microsoft.office.interop service in Workflow ,there is chances of this error.Because your application pool identity is NETWORK Service user by default and workflow run under &lt;span style="color: rgb(255, 0, 0);"&gt;system account&lt;/span&gt; ,so this time you need to change application pool identity Network service user to &lt;span style="color: rgb(255, 0, 0);"&gt;system account&lt;/span&gt;.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7206456420143689164-4106782318611995141?l=sharepointlions.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sharepointlions.blogspot.com/feeds/4106782318611995141/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7206456420143689164&amp;postID=4106782318611995141' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7206456420143689164/posts/default/4106782318611995141'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7206456420143689164/posts/default/4106782318611995141'/><link rel='alternate' type='text/html' href='http://sharepointlions.blogspot.com/2008/05/solve-error-remote-procedure-call.html' title='Solve Error The remote procedure call failed. (Exception from HRESULT: 0x800706BE) in Microsoft.Office.Interop service'/><author><name>Jayesh Prajapati</name><uri>http://www.blogger.com/profile/09680745430286107858</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7206456420143689164.post-8620676209981747295</id><published>2008-05-12T21:36:00.000-07:00</published><updated>2008-05-18T22:14:26.527-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WSS 3.0'/><category scheme='http://www.blogger.com/atom/ns#' term='Trouble shooting in SharePoint'/><title type='text'>100% Guarntee to Solve DCOM Error in MOSS 2007 or in WSS 3.0</title><content type='html'>&lt;span style="font-family:verdana;"&gt;Here is the post that will help you to solve DCOM error in MOSS 2007 or in WSS 3.0 while development.&lt;br /&gt;some time you are dealing with Microsoft.Office.Interop service which is one type of DCOM.&lt;br /&gt;check in event viewer error will be like this&lt;br /&gt;&lt;br /&gt;User:        NT AUTHORITY\NETWORK SERVICE&lt;br /&gt;Computer:    computer name&lt;br /&gt;Description:&lt;br /&gt;The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID&lt;br /&gt;{&lt;span style="color: rgb(255, 102, 102); font-weight: bold;"&gt;61738644-F196-11D0-9953-00C04FD919C1&lt;/span&gt;}&lt;br /&gt;to the user NT AUTHORITY\NETWORK SERVICE SID (S-1-5-20).  This security permission can be modified using the Component Services administrative tool.&lt;br /&gt;&lt;br /&gt;The highlighted CLSID is for &lt;span style="color: rgb(255, 0, 0);"&gt;"IIS WAMREG admin Service" &lt;span style="color: rgb(51, 51, 51);"&gt;in dcomcnfg.&lt;br /&gt;&lt;br /&gt;OK to solve this error follow the steps&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;ol&gt;&lt;li&gt;in RUN write dcomcnfg open DCOM Config&lt;br /&gt;&lt;/li&gt;&lt;li&gt;in component service right click on My computer and select properties.&lt;/li&gt;&lt;li&gt;in it Default properties section tab make sure that "enable DCOM on this computer is selected"&lt;/li&gt;&lt;li&gt;now select DCOM security tab "Launch and activation section" click on EDIT default add user which gives you error in above error case user is NT AUTHORITY \NETWORK Service so add that user here. assign it Local launch and local activation permission.click ok&lt;/li&gt;&lt;li&gt;now explore DCOM config below my computer and find &lt;span style="font-family:verdana;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;IIS WAMREG admin Service &lt;span style="color: rgb(0, 0, 0);"&gt;and right click select properties in security section in Add user for Local launch and activation section.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;same thing find NETMAN in it and repeat same thing for it&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;now restart iis&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;it should work now generally in we need to give rights for Application pool identity user, by default it is NETWORK SERVICE user.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;check WSS_WPG group NETWORK SERVICE User is added or not&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;now it should work&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Special Thanks to :&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;h1 style="color: rgb(51, 51, 51);" class="ms-sitetitle"&gt;&lt;span style="font-size:85%;"&gt;&lt;a id="ctl00_PlaceHolderSiteName_onetidProjectPropertyTitle" href="http://blogs.vertigo.com/personal/michael/Blog/"&gt;     Mike Hanley's Blog&lt;/a&gt;&lt;/span&gt;&lt;/h1&gt;&lt;a href="http://blogs.vertigo.com/personal/michael/Blog/Lists/Posts/Post.aspx?ID=3"&gt;&lt;span style="font-family:verdana;font-size:78%;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; http://blogs.vertigo.com/personal/michael/Blog/Lists/Posts/Post.aspx?ID=3&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7206456420143689164-8620676209981747295?l=sharepointlions.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sharepointlions.blogspot.com/feeds/8620676209981747295/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7206456420143689164&amp;postID=8620676209981747295' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7206456420143689164/posts/default/8620676209981747295'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7206456420143689164/posts/default/8620676209981747295'/><link rel='alternate' type='text/html' href='http://sharepointlions.blogspot.com/2008/05/100-guarntee-to-solve-dcom-error-in.html' title='100% Guarntee to Solve DCOM Error in MOSS 2007 or in WSS 3.0'/><author><name>Jayesh Prajapati</name><uri>http://www.blogger.com/profile/09680745430286107858</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry></feed>
