<div><span class="gmail_quote">On 7/18/07, <b class="gmail_sendername">Jeremy Mann</b> &lt;<a href="mailto:jeremymann@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">jeremymann@gmail.com</a>
&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
07/18/07 13:38:28 1408 Toolkit&nbsp;&nbsp;&nbsp;&nbsp; config.py:419 ERROR Exception configuring fir<br>ewall for application: C:\Documents and Settings\username_was_here\Application Data\Acce<br>ssGrid3\local_services\VideoConsumerService\vic.exe^M
<br>Traceback (most recent call last):^M<br>&nbsp;&nbsp;File &quot;C:\Python23\lib\site-packages\AccessGrid3\AccessGrid\Platform\win32\Conf<br>ig.py&quot;, line 390, in __AppFirewallConfig^M<br>&nbsp;&nbsp;&nbsp;&nbsp;_winreg.KEY_ALL_ACCESS)^M<br>WindowsError: [Errno 5] Access is denied^M
</blockquote><div><br></div><div>Looks like it&#39;s trying to make a firewall exception for something, but your client doesn&#39;t have Windows&#39; permission to modify (that part of) the registry. &nbsp;Is he running as a limited user, or an administrator?
<br><br>The line in question is trying to set this Registry key:<br><br>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\%s\AuthorizedApplications\List<br>
</div><br>...where %s is either &quot;StandardDomain&quot; or &quot;LocalDomain&quot; (AG tries to set both).<br><br>So, I&#39;m guessing it&#39;s either:<br>* He&#39;s running as a non-administrator, and doesn&#39;t have write access to HKEY_LOCAL_MACHINE
<br>* He&#39;s using a registry protector like Spybot Search &amp; destroy, and once told the program to deny changes from AccessGrid or whatnot.&nbsp; It&#39;s really easy to click through something like that without really noticing.
<br><br>He could try upgrading to the 3.1 beta, but that part of the code doesn&#39;t seem to have changed -- at best, maybe it&#39;ll give him new warnings that he can be sure to click &quot;Allow&quot; for.&nbsp; But first, I&#39;d check if he can run AG as an administrator.
<br><br>Since I&#39;m not really sure that&#39;s it, I&#39;m going to CC: this to the ag-tech list.<br>-- <br>-Ed Brannin<br><a href="mailto:edbrannin@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
edbrannin@gmail.com</a><br>cell: 585-261-0279<br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Is this a local firewall issue?<br><br>
On 7/18/07, Ed Brannin &lt;<a href="mailto:edbrannin@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">edbrannin@gmail.com</a>&gt; wrote:
<br>&gt; On 7/18/07, Jeremy Mann &lt;<a href="mailto:jeremymann@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">jeremymann@gmail.com</a>&gt; wrote:<br>&gt; &gt; I have one client who is always having this problem and I can&#39;t
<br>&gt; &gt; reproduce it. He has a XP machine with AG 
3.0.2 installed. 9 times out<br>&gt; &gt; of 10, when he clicks on Go in the Venue Client to connect to our<br>&gt; &gt; venue, VIC and RAT fail to appear.<br>&gt;<br>&gt; Have you checked the logs for anything out of the ordinary?
<br>&gt;<br>&gt; Next time it fails, look in&nbsp;&nbsp;%HOMEPATH%\Application Data\AccessGrid3\Logs --<br>&gt; check any files modified in the past 5 minutes for error messages near the<br>&gt; bottom.<br>&gt;<br>&gt; (%HOMEPATH% is usually c:\documents and Settings\yourname -- and you&#39;ll have
<br>&gt; to make Hidden Files visible before you can click on Application Data.)<br>&gt;<br>&gt; Hope this helps,--<br>&gt; -Ed Brannin<br>&gt; <a href="mailto:edbrannin@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
edbrannin@gmail.com</a><br>&gt; cell: 585-261-0279
<br></blockquote></div><br><br clear="all"><br>