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

Altiris Dynamic filter issue (Error updating the filter membership. Please ensure the first column returned from the query is of type GUID)

$
0
0
I need a solution

Hello Folks,

I have created a dynamic query using raw sql query, but after saving the filter and when I do the update memebership, getting below error.

"Error updating the filter membership. Please ensure the first column returned from the query is of type GUID"

Below is the query I have written

SELECT DISTINCT
c1.[Name] AS [Computer], arp1.[DisplayName], arp1.[DisplayVersion], arp1.[InstallDate], id1.[OS Name], id1.[OS Type], mstr.[Version]

FROM
             vRM_Computer_Item c1
            JOIN Inv_AddRemoveProgram arp1 ON c1.Guid = arp1._ResourceGuid
            JOIN Inv_AeX_AC_Identification id1 ON c1.Guid = id1._ResourceGuid
            JOIN Inv_Masterversion mstr  ON c1.GUID = mstr.[_ResourceGuid]
Where

 DisplayName like 'PKW7_CitrixOnlinePluginFull-12.3.400-FR-x64-01.02' and mstr.[Version] like 'WE_2.6'

Kindlyu suggest if I have did any mistake into the query. If I rabn this query in SQL Management studio I am getting result without any error.

Thanks for prompt reply!!


Viewing all articles
Browse latest Browse all 6689

Trending Articles



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