Home
Extended ECM
API, SDK, REST and Web Services
XML Export.
Jamal_Saket_(offsup023_-_(deleted))
Is there any way to schedule automatic xml export for the nodes in LiveLink?This would solve my recovery problems if somebody deletes an object with lots of categories, attributes.Thanks, Olga.
Find more posts tagged with
Comments
eLink User
Message from chris meyer via eLinkHi Olga,Are you thinking of using XMLExport as a method of backup? I wouldn'trecommend that: XMLExport is a heavy operation when it exports a large treethat contains documents.On the other hand, if you just wish a periodic XMLExport of a small sectionof your Livelink installation, you could easily write an external processwith LAPI. cheers, chris----- Original Message -----From: "eLink Discussion: Development Discussion"To: "eLink Recipient" Sent: Wednesday, August 14, 2002 4:58 PMSubject: XML Export.> XML Export.> Posted by OFFSUP023 on 08/14/2002 10:45 AM>> Is there any way to schedule automatic xml export for the nodes inLiveLink?> This would solve my recovery problems if somebody deletes an object withlots of categories, attributes.> Thanks, Olga.>> [To reply to this thread, use your normal e-mail reply function.]>> ============================================================>> Discussion: Development Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=786303&objAction=view>>
; Livelink Server:>
https://knowledge.opentext.com/knowledge/livelink.exe>>>
;
Jamal_Saket_(offsup023_-_(deleted))
Thanks, Chris!It's exactly what I need - to export relatively small but very importand data every night.
eLink User
Message from Sean M Alderman via eLinkOn Thu, 2002-08-15 at 04:00, eLink Discussion: Development Discussionwrote:> Re XML Export.> Posted by eLink on 08/15/2002 04:00 AM> > Message from chris meyer via eLink> > Hi Olga,> > Are you thinking of using XMLExport as a method of backup? I wouldn't> recommend that: XMLExport is a heavy operation when it exports a large tree> that contains documents.> > On the other hand, if you just wish a periodic XMLExport of a small section> of your Livelink installation, you could easily write an external process> with LAPI. cheers, chrisOnly in 9.1 though...unless you want to write an external "browser" likeprogram that will send xmlexport urls to the server, which reallydoesn't need to use lapi.> > > ----- Original Message -----> From: "eLink Discussion: Development Discussion"> > To: "eLink Recipient" > Sent: Wednesday, August 14, 2002 4:58 PM> Subject: XML Export.> > > > XML Export.> > Posted by OFFSUP023 on 08/14/2002 10:45 AM> >> > Is there any way to schedule automatic xml export for the nodes in> LiveLink?> > This would solve my recovery problems if somebody deletes an object with> lots of categories, attributes.> > Thanks, Olga.> >> > [To reply to this thread, use your normal e-mail reply function.]> >> > ============================================================> >> > Discussion: Development Discussion> >>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=786303&o>
; bjAction=view> >> > Livelink Server:> >
https://knowledge.opentext.com/knowledge/livelink.exe>
; >> >> >> > [To reply to this thread, use your normal e-mail reply function.]> > ============================================================> > Topic: XML Export.>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2821393&objAction=view>
; > Discussion: Development Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=786303&objAction=view>
; > Livelink Server:>
https://knowledge.opentext.com/knowledge/livelink.exe>
; > -- Sean M. AldermanITRACK Systems AnalystPACE/NCI - NASA Glenn Research Center(216) 433-2795Calling a windowed operating system "Windows" is like naming anautomobile "Wheels."
Jamal_Saket_(offsup023_-_(deleted))
Thanks, everybody!I wrote service application using LAPI with shedule interface - it's working great.