e.g looking details of a device, see a series of message log.
If clicking a message log I see details about, but have no idea if other devices/bundles got this same error, too.

Comments

  • Hi, I have this SQL that may help you in the short term, just change the where paramvalue. Also has in the last 90 days as well.

    select distinct d.zuid, C.Hostname,c.owner,
    (select path from zzenobject e where e.zuid=d.ParentUID)as Folder
    from zMessageParam a, zMessage b, zDevice c,zZENObject d
    where paramvalue like '%Int32 Novell.Casa.Client.Auth.Authtoken.SetHostsCertList%'
    and c.ZUID=b.raisedBy
    and a.logid=b.logid
    and c.ZUID=d.ZUID

    and b.logTime > DATEADD(day,-90,getdate())

    CHeers

    Spencer

  • Maybee it's possible to show a link in the messages to jump in the affected bundle and therefore you could see in a second step if this bundle fails on other devices.