Re: Collection based on Status Messages
- From: "Steve Thompson" <stevethompson@xxxxxxxxxxxxx>
- Date: Wed, 28 Jun 2006 12:35:16 -0400
There is a query option '<unspecified>' that is designed for items that do
not fit the normal 'system resource' definition....
Steve
"Sonnichsen" <Sonnichsen@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:950F0859-EDE2-463B-9C20-F95921E59F9A@xxxxxxxxxxxxxxxx
By the way, this is the original query from SMS Status Message Viewer
which
the SMS Collection Query Builder doesn't accept:
Select stat.*, ins.*, att2.* from SMS_StatusMessage as stat left outer
join
SMS_StatMsgInsStrings as ins on stat.recordid = ins.recordid left outer
join
SMS_StatMsgAttributes as att1 on stat.recordid = att1.recordid inner join
SMS_StatMsgAttributes as att2 on stat.recordid = att2.recordid WHERE
((att1.AttributeID=401 AND att1.AttributeValue="100200DC")) AND
(stat.Time>='2006/06/27 22:00:00.000') AND (MessageID=10007) AND
(SiteCode="100") AND (ModuleName="SMS Client") order by att2.AttributeTime
Desc
--
Soren Holst Sonnichsen
"Sonnichsen" wrote:
Hi
Is it possible to create a collection based on certain status messages?
I need to make a collection which shows the clients that doesn't install
a
certain program, but instead reports an error back to SMS.
Thanks
--
Soren Holst Sonnichsen
.
- Prev by Date: Re: Unable to Create Collection/Query On Custom Created Data (WMI/MOF)
- Next by Date: Re: Unable to Create Collection/Query On Custom Created Data (WMI/MOF)
- Previous by thread: Unable to Create Collection/Query On Custom Created Data (WMI/MOF)
- Next by thread: Re: Collection based on Status Messages
- Index(es):