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.
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.