Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

adding version to an existing document by using the control file

Status
Not open for further replies.

sunny1518

Programmer
Joined
Sep 3, 2012
Messages
27
Location
US
Hi All,

I am importing documents into livelink by using the below code:

<node action="create" type="document">
<id>1</id>
<description clear="TRUE"/>
<location>Enterprise:X</location>
<modified>20121123125630</modified>
<created>20121123125630</created>
<createdby>Admin</createdby>
<file>/export/home/TS.txt</file>
<mime>text/plain</mime>
</node>
this works fine, but when i want to add a new version to existing document, it throws error saying document with the name already exists. please suggest what changes are to be made so that i can add version to an existing document.
 
read the manaul the tag is called "add version" I beleive

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008,Livelink ECM Champion 2010
 
Hi Appnair,

I have Livelink object importer 5.0.0 installation and user guide with me and it does not have the tag for add version. can you please share the tag for add version.

Thanks in advance!
 
Hi Appanair,

I have got the tag, we should use action="addvesrion". Thanks for your time!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top