Home
Extended ECM
API, SDK, REST and Web Services
How to bulk uploading files into Livelink?
Sun_Livelink_Admin_(sunmic01admin_-_(deleted))
Is it possible to bulkload files recursively from a local file system (Solaris) into Livelink using LAPI(web-based)? Is there a code base that has bulkloader examples?I noticed that addDocment() and createVersion() only take a absolute filePath, not a inputStream/outputStream, does that mean this bulkloader has to be a applet, servlet is not an option?I would like to share your experience, thanks in advance!-yc
Find more posts tagged with
Comments
eLink User
Message from Sean M Alderman via eLinkOne of my collegues wrote an uploader in java using lapi to run from thecommand line. We run solaris here and it seems to have worked justfine, although it did have a bug in it which caused issues havingspecial characters in the filename field of some files. I will see if Ican dig it up and we can take a look at it.On Tue, 2002-03-19 at 21:55, eLink Discussion: LAPI Discussion wrote:> How to bulk uploading files into Livelink?> Posted by SMGPOAdmin on 03/19/2002 09:51 PM> > Is it possible to bulkload files recursively from a local file system (Solaris) into Livelink using LAPI(web-based)? Is there a code base that has bulkloader examples?> > I noticed that addDocment() and createVersion() only take a absolute filePath, not a inputStream/outputStream, does that mean this bulkloader has to be a applet, servlet is not an option?> > > I would like to share your experience, thanks in advance!> -yc> > [To reply to this thread, use your normal e-mail reply function.]> > ============================================================> > Discussion: LAPI Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=765428&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."
Sun_Livelink_Admin_(sunmic01admin_-_(deleted))
Sean- Thank you! Thank you! That would be great if we can learn from your experience, we are planning to start from command line and then build a GUI interface on top of it. -yc
x-merrilllynchglobaluser3_-_(deleted)
Is this code available?? Can we get a copy.LrAu