Hoping to get some help.....
Is there any thing special required to inform OI to see the mapped drive or UNC path ?
I am trying to upload documents using Object Importer manually from a mapped drive or UNC path.
The Livelink user running the Livelink services should have read only access to the mapped server as per user requirements , but for testing purpose I have given the Livelink user full control to that folder. But still looks like OI cannot see the file . It throws the below error.
[ERROR] Could not process object - Enterpriseemo
File 'V:\WKWLJT0000.xml' does not exist.
It works fine when I put the files in a local drive in the livelink server. All documents are uploaded as I specify in the control file something like below.
<import>
<node type="document" action="create">
<location>Enterpriseemo</location>
<file>c:/temp/test.txt</file>
</node>
</import>
When I map a drive in my livelink server to some directory in a different machine, I am able to map and I can see the files too.
But when I put that mapped drive or without mapping I tried UNC path, both did not work.
For UNC path I put as below
<file>//hqp-as-server33/temp/test.txt</file>
Mapped drive I gave as below
<file>Z:/hqp-as-server33/temp/sunu4.txt</file>
Thank You,
Sunu