Notification Event Filter Expressions in RC

Hi,

Has the syntax for event notification filter expressions (i.e. those expressions stored in TfsIntegration.tbl_subscription.expression) changed in RC A filter expression that worked previously in Beta 3 Refresh no longer works in RC - and I can't see that any changes have occurred to the serialized event message.

Many Thanks,

/Howard




Answer this question

Notification Event Filter Expressions in RC

  • stevenback7

    After a good night's sleep I solved the problem. The issue wasn't with the Event Filter Expression, but with the Event XML - one of the changed fields is now being reported as a IntegerField in RC, whereas it was reported as a StringField in Beta 3 Refresh.

    Thanks for the help.



  • AsifHameed1

    The syntax hasn't changed. There was a security change though - the subscriber field in the database should be a SID instead of a domain\username. Subscriptions to WorkItemChangedEvents were deleted during the upgrade because the use of display names in workitems made the old subscriptions invalid.

    -Pete


  • SolarWind

    Thanks for the update - our server isn't a Beta 3 upgrade - it's a clean RC install.

    We've just re-tested the scenario - the SID for the event is the same for all other listed events - with the filter expression added - no event is raised, if we remove it events start to happen.

    /Howard



  • Imtiyaz Thange

    What is the filter expression I may be able to spot the problem.


  • Notification Event Filter Expressions in RC