<?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: RG01A &#8211; How to fix local cache error (updated 04-Dec-2009)</title>
	<atom:link href="http://resguru.com/technote-library/rg01a-cache-this-how-to-fix-local-cache-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://resguru.com</link>
	<description>Making Harry become Sally every now and then! ;-)</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:40:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: RESguru</title>
		<link>http://resguru.com/technote-library/rg01a-cache-this-how-to-fix-local-cache-error/comment-page-1/#comment-318</link>
		<dc:creator>RESguru</dc:creator>
		<pubDate>Mon, 16 May 2011 15:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/?page_id=1062#comment-318</guid>
		<description>Hi Jeroen, there are now 4 other cause/solutions in the RES KB article Q201762. Have you tried those? If not you may have found something we haven&#039;t thought of. In that case please reach out to the merry folks at RES support. I&#039;m sure they will be glad to help you find a solution to your problem.

Cheers,
Max</description>
		<content:encoded><![CDATA[<p>Hi Jeroen, there are now 4 other cause/solutions in the RES KB article Q201762. Have you tried those? If not you may have found something we haven&#8217;t thought of. In that case please reach out to the merry folks at RES support. I&#8217;m sure they will be glad to help you find a solution to your problem.</p>
<p>Cheers,<br />
Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen</title>
		<link>http://resguru.com/technote-library/rg01a-cache-this-how-to-fix-local-cache-error/comment-page-1/#comment-317</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Mon, 16 May 2011 12:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/?page_id=1062#comment-317</guid>
		<description>I have this exact same problem in a small 1 server - 1 client testing environment, although the fix in this article didn&#039;t do the trick for me.

I already have those four folders in C:\Program Files\RES PowerFuse\Data\ and the credentials were already set correctly. Also the machine which has this problem is already connected with the datastore on the server. It used to work, but all of a sudden it doesn&#039;t...

Any other thoughts which could help solve this problem?

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>I have this exact same problem in a small 1 server &#8211; 1 client testing environment, although the fix in this article didn&#8217;t do the trick for me.</p>
<p>I already have those four folders in C:\Program Files\RES PowerFuse\Data\ and the credentials were already set correctly. Also the machine which has this problem is already connected with the datastore on the server. It used to work, but all of a sudden it doesn&#8217;t&#8230;</p>
<p>Any other thoughts which could help solve this problem?</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel</title>
		<link>http://resguru.com/technote-library/rg01a-cache-this-how-to-fix-local-cache-error/comment-page-1/#comment-134</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Thu, 19 Nov 2009 11:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/?page_id=1062#comment-134</guid>
		<description>If you don&#039;t have Wisdom (shame on you!) you can also use this VBS script :

Option Explicit
Dim objWMIService, colServiceList, objService
Dim strComputer, strUser, strPassword, errReturn
 
strComputer = &quot;.&quot;
strUser = &quot;TRAINING\Administrator&quot;
strPassword = &quot;password&quot;
Set objWMIService = GetObject(&quot;winmgmts:&quot; &amp; &quot;{impersonationLevel=impersonate}!\\&quot; &amp; strComputer &amp; &quot;\root\cimv2&quot;)
Set colServiceList = objWMIService.ExecQuery (&quot;Select * from Win32_Service&quot;)
For Each objservice in colServiceList 
   If objService.Displayname = &quot;RES PowerFuse&quot; Then
       &#039; Change service parameters
       errReturn = objService.Change( , , , , , ,strUser, strPassword)
       &#039; Stop service
       errReturn = objService.StopService
       &#039; start service
       errReturn = objService.StartService
    End If 
Next</description>
		<content:encoded><![CDATA[<p>If you don&#8217;t have Wisdom (shame on you!) you can also use this VBS script :</p>
<p>Option Explicit<br />
Dim objWMIService, colServiceList, objService<br />
Dim strComputer, strUser, strPassword, errReturn</p>
<p>strComputer = &#8220;.&#8221;<br />
strUser = &#8220;TRAINING\Administrator&#8221;<br />
strPassword = &#8220;password&#8221;<br />
Set objWMIService = GetObject(&#8220;winmgmts:&#8221; &amp; &#8220;{impersonationLevel=impersonate}!\\&#8221; &amp; strComputer &amp; &#8220;\root\cimv2&#8243;)<br />
Set colServiceList = objWMIService.ExecQuery (&#8220;Select * from Win32_Service&#8221;)<br />
For Each objservice in colServiceList<br />
   If objService.Displayname = &#8220;RES PowerFuse&#8221; Then<br />
       &#8216; Change service parameters<br />
       errReturn = objService.Change( , , , , , ,strUser, strPassword)<br />
       &#8216; Stop service<br />
       errReturn = objService.StopService<br />
       &#8216; start service<br />
       errReturn = objService.StartService<br />
    End If<br />
Next</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RESguru</title>
		<link>http://resguru.com/technote-library/rg01a-cache-this-how-to-fix-local-cache-error/comment-page-1/#comment-121</link>
		<dc:creator>RESguru</dc:creator>
		<pubDate>Sun, 03 May 2009 20:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/?page_id=1062#comment-121</guid>
		<description>Good one! Thanks for the update. Agree, it would be cool if Wisdom could do the rights assignment business, now that it does AD wrangeling anyway.</description>
		<content:encoded><![CDATA[<p>Good one! Thanks for the update. Agree, it would be cool if Wisdom could do the rights assignment business, now that it does AD wrangeling anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Airdeca</title>
		<link>http://resguru.com/technote-library/rg01a-cache-this-how-to-fix-local-cache-error/comment-page-1/#comment-119</link>
		<dc:creator>Airdeca</dc:creator>
		<pubDate>Fri, 01 May 2009 08:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/?page_id=1062#comment-119</guid>
		<description>Should you choose to use the RES Wisdom Building Block be sure to assign the &#039;Log on as a service&#039; User Right to the domain user account manually because RES Wisdom doesn&#039;t do that automatically (yet).</description>
		<content:encoded><![CDATA[<p>Should you choose to use the RES Wisdom Building Block be sure to assign the &#8216;Log on as a service&#8217; User Right to the domain user account manually because RES Wisdom doesn&#8217;t do that automatically (yet).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

