RE: synchronize 2 different document libraries
- From: "pmgh" <pmgh@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 22 Jan 2006 01:16:02 -0800
Hi bil and thank you for your reply
let me tell you my origin problem may be you give me another solution(only
tell me me whether I choose a correct way or not):
we have a SPS as our enteprise portal ...now we want to have a public part
for anonymous users ...in this public part we need some public documents
libraries that they must be the same with others documents libraries in our
enterprise portal(mirror) what is the best solution for it?
anoyher thing is I want to write a web servise that use sps search engine
and return result to any website on internet that cosume this web
service..is it a good solution or Im in a wrong way?
"Bil Simser [SPS MVP]" wrote:
> Almost anything is possible technically, with enough time, resources,
> and money. If you really, really, really, really want to do this then
> your event handler would just call the web service on the other server
> and do it that way.
>
> Note that I don't really recommend doing a LOT of work in an event
> handler. They're asynchronus and you shouldn't be bogging them down with
> work as the user is going to have to wait for them to complete (and if
> the web service ever was unavailable, well...). Lots of room for error
> here so you have to weigh this against how much you need this "feature".
>
>
> --
> Bil Simser
> SharePoint MVP, BSc., MCSD
> Calgary, Alberta
> http://weblogs.asp.net/bsimser
>
>
>
> "=?Utf-8?B?cG1naA==?=" <pmgh@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:2B79C05B-993D-4647-AB4C-3A1B86F438E6@xxxxxxxxxxxxx:
>
> > yes ...thanks ...I found out how we can mirror 2 document libraries in a
> > sharepoint site...but now my question is : Is it possible to mirror 2
> > document libraries in 2 different sharepoint sites? ..Imagine that I
> > have a
> > SPS site and a top level WSS site that I want mirror 2 documents
> > libraries in
> > these 2 sites ... in teory I think it is possible but Im not sure...does
> > anybody know is it possible in action or not?
> >
> > "Bil Simser [SPS MVP]" wrote:
> >
> >
> > > Download the Event Handler toolkit. It provides examples on responding
> > > to events. Just implement your own and in whatever event you want to
> > > respond to (say the Add event) write some code to copy the contents to
> > > another library.
> > >
> > > You can get the toolkit from here:
> > >
> > http://www.microsoft.com/downloads/details.aspx?FamilyId=4B2C2F1B-D74A-4
> > 82A-903A-45BB44C5DEC4&displaylang=en
> > >
> > > There's an example here for creating a log based on a document library
> > > event which you can learn from:
> > >
> > http://www.microsoft.com/downloads/details.aspx?familyid=A5870519-2135-4
> > CF7-A839-676271C29447&displaylang=en
> > >
> > > --
> > > Bil Simser
> > > SharePoint MVP, BSc., MCSD
> > > Calgary, Alberta
> > > http://weblogs.asp.net/bsimser
> > >
> > >
> > >
> > > "pmgh" <pmgh@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> > > news:EE805512-E302-4D29-8594-82256A2AC243@xxxxxxxxxxxxx:
> > >
> >
> > > > hi
> > > > thank you Gustavo for your reply ... can you or someone else that
> > know
> > > > about
> > > > this subject give me a little more guidance ... how can I start that
> > ?
> > > >
> > > >
> > > > "Gustavo" wrote:
> > > >
> > > >
> >
> > > > > Hi,
> > > > > That is not default functionality of SharePoint, but you can
> > program
> >
> > > > an
> >
> > > > > Event Handler that do the synchronization (only for Document, Form
> > and
> > > > > Picture Libraries).
> > > > > Saludes,
> > > > > Gustavo
> > > > > http://www.gavd.net/servers/default.aspx
> > > > >
> > > > >
> > > > > "pmgh" wrote:
> > > > >
> > > >
> >
> > > > > > hi
> > > > > > is possible to synchronize 2 different document libraries in
> >
> > > > sharepoint
> >
> > > > > > (like mirror)? ...can anybody give me some clue
> > >
> >
> > >
>
>
.
- Follow-Ups:
- RE: synchronize 2 different document libraries
- From: Gustavo
- RE: synchronize 2 different document libraries
- References:
- RE: synchronize 2 different document libraries
- From: Bil Simser [SPS MVP]
- RE: synchronize 2 different document libraries
- From: Bil Simser [SPS MVP]
- RE: synchronize 2 different document libraries
- Prev by Date: RE: synchronize 2 different document libraries
- Next by Date: Re: SPS 2003 SP2 and using .NET 2.0
- Previous by thread: RE: synchronize 2 different document libraries
- Next by thread: RE: synchronize 2 different document libraries
- Index(es):
Relevant Pages
|