MCMS Event Handlers: Leveraging Active Directory to Notify of Posting Submissions
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Content Management Server > MCMS Event Handlers: Leveraging Active Directory to Notify of Posting Submissions




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    MCMS Event Handlers: Leveraging Active Directory to Notify of Posting Submissions  
Colin Bowern


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-25-04 10:49 PM

Just posted code of an Posting event handler that leverages Active Directory
to send the notifications to the appropriate users.  Any feedback would be
greatly appreciated:

http://i2o.blogspot.com/2004/11/mcm...ing-active.html

Cheers,
Colin







[ Post a follow-up to this message ]



    Re: MCMS Event Handlers: Leveraging Active Directory to Notify of Posting Submissions  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-26-04 10:49 PM

Hi Colin,

seems to be similar to this one:
http://blogs.msdn.com/stefan_gossne...2/21/44902.aspx

Cheers,
Stefan.

"Colin Bowern" <colinbowern@nospam.indimensions.com> wrote in message
news:OdWXvmz0EHA.3292@TK2MSFTNGP10.phx.gbl...
> Just posted code of an Posting event handler that leverages Active
Directory
> to send the notifications to the appropriate users.  Any feedback would be
> greatly appreciated:
>
> http://i2o.blogspot.com/2004/11/mcm...ing-active.html
>
> Cheers,
> Colin
>
>







[ Post a follow-up to this message ]



    Re: MCMS Event Handlers: Leveraging Active Directory to Notify of Posting Submissions  
Colin Bowern


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-26-04 10:49 PM

Hi Stefan,

Cool, I didn't see that.  I will have to go through your blog a little more.


The main difference I see is the efficiency of the directory service use.
My code leverages the RootDSE object to local a global catalog server
instead of hard coding a domain name and then in turn through a single call
returns the list of email addresses.  But in the end, the same result is
achieved.

Cheers,
Colin

"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:OosKAg60EHA.1076@TK2MSFTNGP09.phx.gbl...
> Hi Colin,
>
> seems to be similar to this one:
> http://blogs.msdn.com/stefan_gossne...2/21/44902.aspx
>
> Cheers,
> Stefan.
>
> "Colin Bowern" <colinbowern@nospam.indimensions.com> wrote in message
> news:OdWXvmz0EHA.3292@TK2MSFTNGP10.phx.gbl... 
> Directory 
>
>







[ Post a follow-up to this message ]



    Re: MCMS Event Handlers: Leveraging Active Directory to Notify of Posting Submissions  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-26-04 10:49 PM

Hi Colin,

I implemented your version on one of our servers but finally ended up
hardcoding as the performance of the GC query was not good enough for our
requirments.

Cheers,
Stefan.


"Colin Bowern" <colinbowern@nospam.indimensions.com> wrote in message
news:uQ#96I$0EHA.2568@TK2MSFTNGP11.phx.gbl...
> Hi Stefan,
>
> Cool, I didn't see that.  I will have to go through your blog a little
more.
> 
>
> The main difference I see is the efficiency of the directory service use.
> My code leverages the RootDSE object to local a global catalog server
> instead of hard coding a domain name and then in turn through a single
call
> returns the list of email addresses.  But in the end, the same result is
> achieved.
>
> Cheers,
> Colin
>
> "Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
> news:OosKAg60EHA.1076@TK2MSFTNGP09.phx.gbl... 
http://i2o.blogspot.com/2004/11/mcm...ing-active.html[vbcol=seagreen] 
>
>







[ Post a follow-up to this message ]



    Re: MCMS Event Handlers: Leveraging Active Directory to Notify of Posting Submissions  
Colin Bowern


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-29-04 10:52 PM

Hi Stefan,

The GC is supposed to handle that sort of operation without breaking a
sweat.  Are your using the corp net GCs or do you have one in a lab? I would
probably raise that with ADSI team as they would most likely be interested
in seeing the performance issues behind that.  I can't recall the name of
the contact at the moment, but you'll be able to find their page on the
product group's page on corp net if it's still up.

Cheers,
Colin

"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:emwTTi$0EHA.3408@tk2msftngp13.phx.gbl...
> Hi Colin,
>
> I implemented your version on one of our servers but finally ended up
> hardcoding as the performance of the GC query was not good enough for our
> requirments.
>
> Cheers,
> Stefan.
>
>
> "Colin Bowern" <colinbowern@nospam.indimensions.com> wrote in message
> news:uQ#96I$0EHA.2568@TK2MSFTNGP11.phx.gbl... 
> more. 
> call 
> http://i2o.blogspot.com/2004/11/mcm...ing-active.html
 
>
>







[ Post a follow-up to this message ]



    Re: MCMS Event Handlers: Leveraging Active Directory to Notify of Posting Submissions  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-30-04 07:46 AM

Hi Colin,

I was using a Corpnet GC.

Cheers,
Stefan

"Colin Bowern" <colinbowern@nospam.indimensions.com> wrote in message
news:eUDWxtj1EHA.132@tk2msftngp13.phx.gbl...
> Hi Stefan,
>
> The GC is supposed to handle that sort of operation without breaking a
> sweat.  Are your using the corp net GCs or do you have one in a lab? I
would
> probably raise that with ADSI team as they would most likely be interested
> in seeing the performance issues behind that.  I can't recall the name of
> the contact at the moment, but you'll be able to find their page on the
> product group's page on corp net if it's still up.
>
> Cheers,
> Colin
>
> "Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
> news:emwTTi$0EHA.3408@tk2msftngp13.phx.gbl... 
our[vbcol=seagreen] 
use.[vbcol=seagreen] 
is[vbcol=seagreen] 
http://i2o.blogspot.com/2004/11/mcm...ing-active.html[vbcol=seagreen] 
>
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:36 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register