﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>New Boundary Support Forum / Prism Deploy &amp; Prism Pack / Configuration Group Rulesets  / Query isn't working, stumped / Latest Posts</title><generator>InstantForum.NET v4.1.3</generator><description>New Boundary Support Forum</description><link>http://nbtnet.newboundary.com/forum/</link><webMaster>support@newboundary.com</webMaster><lastBuildDate>Thu, 17 May 2012 06:33:41 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Query isn't working, stumped</title><link>http://nbtnet.newboundary.com/forum/Topic1822-7-1.aspx</link><description>I did some testing with your rule, and found that you just need to rearrange your AND and OR statements to look like this.  Here is a pseudo code version of how it should look.&lt;/P&gt;&lt;P&gt;(OS = 2000) Or (OS = 2003) AND (File path exists) AND (File path 1 does not exist) AND (File path 2 does not exist)&lt;/P&gt;&lt;P&gt;I went ahead and created a rule that should work for you from within the configuration groups.  If this doesn't work correctly, try building the rule step by step from these examples.&lt;/P&gt;((((OSVersion = OS.Version.Win2000) OR  (OSVersion = OS.Version.WinServer2003)) AND  (EXISTS &amp;lt;File&amp;gt; "C:\Program Files\Symantec\Backup Exec System Recovery\Agent\VProSvc.exe")) AND  (NOT EXISTS &amp;lt;Folder&amp;gt; "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG")) AND  (NOT EXISTS &amp;lt;Folder&amp;gt; "C:\WINNT\Microsoft.NET\Framework\v2.0.50727\CONFIG")&lt;P&gt;New Boundary Support&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:Support@newboundary.com"&gt;Support@newboundary.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;612-379-1851</description><pubDate>Wed, 18 Nov 2009 10:14:12 GMT</pubDate><dc:creator>New Boundary Support</dc:creator></item><item><title>Query isn't working, stumped</title><link>http://nbtnet.newboundary.com/forum/Topic1822-7-1.aspx</link><description>I have this query that is looking for the existence of a file, and missing .NET 2.0. I have it split between Win2k and 2003 - doesn't seem to be working. Is there a variable I can use for system drive? Will the regular Windows variables work?&lt;br&gt;&lt;br&gt;Here's the query:&lt;br&gt;&lt;br&gt;(OSVersion = OS.Version.WinServer2003 AND EXISTS &lt;File&gt; "C:\Program Files\Symantec\Backup Exec System Recovery\Agent\VProSvc.exe" AND NOT EXISTS &lt;Folder&gt; "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG") OR &lt;br&gt;(OSVersion = OS.Version.WinServer2000 AND EXISTS &lt;File&gt; "C:\Program Files\Symantec\Backup Exec System Recovery\Agent\VProSvc.exe" AND NOT EXISTS &lt;Folder&gt; "C:\WINNT\Microsoft.NET\Framework\v2.0.50727\CONFIG")&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks</description><pubDate>Tue, 17 Nov 2009 21:38:33 GMT</pubDate><dc:creator>VA_1</dc:creator></item></channel></rss>
