Quantcast
Channel: Symantec Connect - Endpoint Management - Discussions
Viewing all articles
Browse latest Browse all 2356

Query Assistance Needed "Error Updating Filter membership"

$
0
0
I need a solution

Hello All,

CMS 7.5 on Server 2008R2, Database on different server

I am trying to write a query to pull back everyone who has outlook.exe on their machine.  What is happening is that if i run a query from another program such as access or sql server manager studio connected to our Altiris database, i get the results i want.  I created a new filter and selected Raw SQL.  I copied in my query and tried to run it.  It returns the error "Error Updating Filter membership. The membership grid may not display the correct membership.  Check logs for more details.

I started to break down my query and make sure that the filter would return all the tables.  I wrote a simple "select * from inv_installed_file_details" and receive the error when i try to run it.  I am able to run "select * from vcomputer" with no issues but as soon as i try select * from inv_installed_file_details i get the error.  has anyone run into this and can you help me?

here is the query:

SELECT distinct    vComputer.Name AS [PC Name], Inv_Installed_File_Details.Name AS FileName, Inv_Installed_File_Details.Path, 
                      Inv_Chrome_Franchisee_Number.Franchisee_Number
FROM         vComputer INNER JOIN
                      Inv_Installed_File_Details ON vComputer.Guid = Inv_Installed_File_Details._ResourceGuid INNER JOIN
                      Inv_Chrome_Franchisee_Number ON vComputer.Guid = Inv_Chrome_Franchisee_Number._ResourceGuid
WHERE     (Inv_Installed_File_Details.Name = 'outlook.exe') AND (Inv_Installed_File_Details.Path LIKE 'c:\program files*') AND 
                      (vComputer.Name LIKE 'snap-*')

I actuall created this using the query designer and copied the query.  I removed all the "dbo." from the table names and it wont run but as i said before i cant even pull results from the table.  i attached a copy of the error from the log viewer.  Any help would be appreciated.  

I attached a log.txt file which has 3 different log entries pasted into it.  The ------------------------- lines seperate each entry.  

Thanks

 

Jon

 

 


Viewing all articles
Browse latest Browse all 2356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>