Re: DIH: delta-import not working

2010-02-09 Thread Jorg Heymans
indeed that made it work. Looking back at the documentation, it's all there but one needs to read every single line with care :-) 2010/2/9 Noble Paul നോബിള്‍ नोब्ळ् > try this > > deltaImportQuery="select id, bytes from attachment where application = > 'MYAPP' and id = '${dataimporter.delta.id}

Re: DIH: delta-import not working

2010-02-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
try this deltaImportQuery="select id, bytes from attachment where application = 'MYAPP' and id = '${dataimporter.delta.id}'" be aware that the names are case sensitive . if the id comes as 'ID' this will not work On Tue, Feb 9, 2010 at 3:15 PM, Jorg Heymans wrote: > Hi, > > I am having probl

DIH: delta-import not working

2010-02-09 Thread Jorg Heymans
Hi, I am having problems getting the delta-import to work for my schema. Following what i have found in the list, jira and the wiki below configuration should just work but it doesn't. The sql generated in the deltaquery is correct, the times