On Mon, Jul 25, 2011 at 9:36 PM, abhayd <ajdabhol...@hotmail.com> wrote:
> hi
>
> thanks for the response
>
> I am aware of post.sh but i wanted to make use of dih and scheduling. We can
> not use cron due to some other issues.
>
> So was thinking of using scheduling Data import
[...]

OK, though in that case the <add></add> are superfluous
in the XML file. Also, DIH uses the tag itself in the XML
file rather than the "name" attribute. Thus, your XML should
look like:
------------------
<add>
       <doc>
               <id>3</id>
       </doc>
       <doc>
               <id>4</id>
       </doc>
</add>
---------------------

Regards,
Gora

Reply via email to