<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: WMI Error: System.Runtime.InteropServices.COMException (0x80040208)</title>
	<atom:link href="http://thinknook.com/wmi-error-system-runtime-interopservices-comexception-0x80040208-2012-11-07/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinknook.com/wmi-error-system-runtime-interopservices-comexception-0x80040208-2012-11-07/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wmi-error-system-runtime-interopservices-comexception-0x80040208</link>
	<description>Because the world needs another Business Intelligence blog!</description>
	<lastBuildDate>Fri, 14 Sep 2018 19:30:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>By: camelya</title>
		<link>http://thinknook.com/wmi-error-system-runtime-interopservices-comexception-0x80040208-2012-11-07/#comment-1331</link>
		<dc:creator><![CDATA[camelya]]></dc:creator>
		<pubDate>Sun, 27 Jan 2013 14:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=812#comment-1331</guid>
		<description><![CDATA[Hi, Ibrahim!
Thank you,once again!
I&#039;ve carefully read article you suggested!
The truth is, I already set this all permissions for Network service and Local Service, but individually. Now I&#039;ve added accounts to DCOM Users Group and Performance Monitor Users Group and repeated this sequence for groups. Unfortunately, nothing changed for the better. The only thing I am not sure are security permisiion desciptors for ReportServer service - I just have copied ones from article. Now I have to look into this DECRIPTOR&#039;s subject more closely. But, I can tell you that my hope is almost gone (:]]></description>
		<content:encoded><![CDATA[<p>Hi, Ibrahim!<br />
Thank you,once again!<br />
I&#8217;ve carefully read article you suggested!<br />
The truth is, I already set this all permissions for Network service and Local Service, but individually. Now I&#8217;ve added accounts to DCOM Users Group and Performance Monitor Users Group and repeated this sequence for groups. Unfortunately, nothing changed for the better. The only thing I am not sure are security permisiion desciptors for ReportServer service &#8211; I just have copied ones from article. Now I have to look into this DECRIPTOR&#8217;s subject more closely. But, I can tell you that my hope is almost gone (:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://thinknook.com/wmi-error-system-runtime-interopservices-comexception-0x80040208-2012-11-07/#comment-1204</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 17 Jan 2013 15:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=812#comment-1204</guid>
		<description><![CDATA[Hi Camelya,

It is frustrating isn&#039;t it? :)

For my particular scenario the solution above was sufficient, so I did not investigate the problem further. But maybe (maybe being the operative keyword here) this &lt;a href=&quot;http://community.zyrion.com/showthread.php?126-Configuring-a-regular-(non-admin)-user-account-for-WMI-monitoring&quot; rel=&quot;nofollow&quot;&gt;article can help&lt;/a&gt;, since you are dealing with local accounts rather than domain accounts:


Essentially what you are trying to do is give a local account access to WMI, in order to do that you would roughly need to:

1) add the user (LOCAL SERVICE/NETWORK SERVICE to the &quot;Distributed COM Users&quot; and &quot;Performance Monitor Users&quot; user group (use the snap-in window: lusrmgr.msc)

2) Edit the &quot;Launch and Activation  Permissions&quot;  on your COM objects (through COM Security tab in the &quot;My Computer&quot; branch using the snap-in window: dcomcnfg). Make sure the above user groups have access for local and/or remote launch and activation.

3) Edit WMI security for those 2 user groups, this can be done using the snap-in window: wmimgmt.msc

Although my recommendation (and this is a bit of a side issue) is to not use the default local service accounts to run those services, instead I would customize either a local or domain account instead... but u probably already know that :)]]></description>
		<content:encoded><![CDATA[<p>Hi Camelya,</p>
<p>It is frustrating isn&#8217;t it? <img src="http://thinknook.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
<p>For my particular scenario the solution above was sufficient, so I did not investigate the problem further. But maybe (maybe being the operative keyword here) this <a href="http://community.zyrion.com/showthread.php?126-Configuring-a-regular-(non-admin)-user-account-for-WMI-monitoring" rel="nofollow">article can help</a>, since you are dealing with local accounts rather than domain accounts:</p>
<p>Essentially what you are trying to do is give a local account access to WMI, in order to do that you would roughly need to:</p>
<p>1) add the user (LOCAL SERVICE/NETWORK SERVICE to the &#8220;Distributed COM Users&#8221; and &#8220;Performance Monitor Users&#8221; user group (use the snap-in window: lusrmgr.msc)</p>
<p>2) Edit the &#8220;Launch and Activation  Permissions&#8221;  on your COM objects (through COM Security tab in the &#8220;My Computer&#8221; branch using the snap-in window: dcomcnfg). Make sure the above user groups have access for local and/or remote launch and activation.</p>
<p>3) Edit WMI security for those 2 user groups, this can be done using the snap-in window: wmimgmt.msc</p>
<p>Although my recommendation (and this is a bit of a side issue) is to not use the default local service accounts to run those services, instead I would customize either a local or domain account instead&#8230; but u probably already know that <img src="http://thinknook.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: camelya</title>
		<link>http://thinknook.com/wmi-error-system-runtime-interopservices-comexception-0x80040208-2012-11-07/#comment-1203</link>
		<dc:creator><![CDATA[camelya]]></dc:creator>
		<pubDate>Thu, 17 Jan 2013 09:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=812#comment-1203</guid>
		<description><![CDATA[Hi, Ibrahim!
I am struggling with exactly same error right now – WMI is not working when SSRS Service account is LOCAL SERVICE OR NETWORK SERVICE. Your article really helped me to understand the nature of this error. But, unfortunately, given solutions are not working in my case.
Maybe, you have discovered other details since then??
Thank you
P.S.
My post to SSRS forum
&lt;a href=&quot;http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/9987b423-8f6c-48d4-a43f-d39107d529f7&quot; title=&quot;How to get SSRS configuration file path programmatically (WMI way is not working!)&quot; / rel=&quot;nofollow&quot;&gt;]]></description>
		<content:encoded><![CDATA[<p>Hi, Ibrahim!<br />
I am struggling with exactly same error right now – WMI is not working when SSRS Service account is LOCAL SERVICE OR NETWORK SERVICE. Your article really helped me to understand the nature of this error. But, unfortunately, given solutions are not working in my case.<br />
Maybe, you have discovered other details since then??<br />
Thank you<br />
P.S.<br />
My post to SSRS forum<br />
<a href="http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/9987b423-8f6c-48d4-a43f-d39107d529f7" title="How to get SSRS configuration file path programmatically (WMI way is not working!)" / rel="nofollow"></a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/


Served from: thinknook.com @ 2026-04-15 19:54:01 by W3 Total Cache
-->