• rss feed agent selection on eventtype does not work

    By Ronald van Raay 1 decade ago

    In the "IsDocMatch" function of the rssfeed.xml agent, the doc matches the variable "EventType" the dialogbox gives the parameter as "Event" so you get in the URL "&Event=Error"



    So either the function should be changed from :


    Dim columnList List As String<br/>
    columnList(1) = &quot;Server&quot;<br/>
    columnList(2) = &quot;Database&quot;<br/>
    columnList(3) = &quot;Agent&quot;<br/>
    columnList(4) = &quot;EventType&quot;<br/>
    





    To


    Dim columnList List As String<br/>
    columnList(1) = &quot;Server&quot;<br/>
    columnList(2) = &quot;Database&quot;<br/>
    columnList(3) = &quot;Agent&quot;<br/>
    columnList(4) = &quot;Event&quot;<br/>
    



    Or the dialogbox should change the URL to &EventType=