Can not receive notification

Hi,
I am trying to register and receive notification. I tried to register for email notification through Visual Studio IDE, I tried also to create Web Service and register it for SOAP notification. Registration went fine, I can see registration entry in tbl_subscription. Subscription is for CheckinEvent, I am checking files in and out, but nothing happens. No notification at all.
There are no entries in bislog.txt. There is nothing interesting in server Event Log. There are no hits in Web Service IIS Log.

What am I missing
How can I check notification service

Thanks in advance,
< xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" />Leon




Answer this question

Can not receive notification

  • Mythril

    Check your web.config file under bisiisdir in your Application Tier.
    This file should contain the SMTP server name (defined during setup). Verify that this value is indeed the SMTP server where your email server /exchange resides.

    web.config also contains a eSwitch for logging. If you change the value to 3 (info) you will be able to see more information in the Bislog, for example if the email was sent.

    Hope this helps,
    Keren. 

  • mcol

    What groups does the user subscribing to the events belong to   There was a bug in beta2 where inherited permissions in integration services was not being interpretted properly.  The net effect I believe was that notifications were only being sent to users in the namespace administrators group or specific users if the workitem was being saved in the node that permissions were set on (not inherited). 

    Permissions in the workitem tracking system are respect and inheritence etc... works but notifications check security in the centralized integration services system which is who sends out the notification.


  • Can not receive notification