Acitve directory receive adapter

Home Page Forums BizTalk 2004 – BizTalk 2010 Acitve directory receive adapter

Viewing 1 reply thread
  • Author
    Posts
    • #17042

      Hi

       I would like to build an orchestration that waits for a change on an active directory user account change. What would be the best approach for doing this?

    • #17054

      Few months back I had made an Active directory Solicit-Response Send Adapter.

      That worked fine.

      If you are talking about a single account then you can fetch the Active Directory details and insert it in SSODB Database.

      Then you can periodically Query Active directory and Compare it with the SSODB entries.

      Use need to use c# Helper class.

      Let us know ur Scenario in detail .

       

      • #17065

        I wan't to look at a specific attribute (expiration date) on all accounts in a specific OU. When an account expiration date is passed I want to send e-mails to different parties within the organisation.

        • #17070

          Here you need to have custom .net component which will moniter the AD and post data to biztalk whnver the Account expires.Once data is posted to biztalk then you can mail it up through SMTP adapter.The custom component could be a Windows Service which moniters the AD and posts data to biztalk Receive folder.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.