Hi All,
We are facing a problem where when in one PC when we are trying to export more than 33 document its not working. Is there any maximum size limit.
Is it stopping when reaching the time-out value found in the ucf.client.config.xml?
Have you tried turning on UCF diagnostics at the client end to see what they have to say?
I was trying to drag n drop export. Not tried UCF diagnostics yet.
currently my ucf.client.config.xml is like this --
<?xml version="1.0" encoding="UTF-8"?>
<?dctm fileVersion="5.3.0.1" compatibilityVersion="5.3.0.1"?>
<configurations>
<configuration name="com.documentum.ucf">
<option name="user.dir">
<value>C:\\Documentum</value>
</option>
<option name="export.dir">
<value>C:\Documentum\Export</value>
<option name="checkout.dir">
<value>C:\Documentum\Checkout</value>
<option name="viewed.dir">
<value>C:\Documentum\Viewed</value>
<option name="registry.mode">
<value>windows</value>
<option name="temp.working.dir">
<value>C:\Documentum\Temp</value>
<option name="logs.dir">
<value>C:\Documentum\Logs</value>
<option name="tracing.enabled">
<value>true</value>
<option name="file.poll.interval">
<value>60</value>
<option name="ucf.launcher.executablefile.pathcheck">
<value>false</value>
<option name="optimal.chunk.size">
<value>262144</value>
<option name="client.engine.timeout">
<value>240</value>
<option name="command.file.poll.interval">
<value>10</value>
<option name="registry.file">
<value>C:\Documentum\documentum.ini</value>
<option name="house.keeping.interval">
<value>14</value>
</configuration>
</configurations>
I am doing export by dragdrop.Please suggest if I need to check anything
Found that servlet DesktopDragData is not called from wdk plugin. In dragdrop js, DragDropPlugin_onDragStart method is excuting and calling BeginDrag method of DmDragDrop plugin but from there servlet is not getting called. Url is getting set correctly. When it is single document it is going good, servlet is getting called but when it is 42 docs its not getting called.