RE: Problem with DIH delta-import on JDBC

2010-04-29 Thread safl
Hi, I did a debugger session and found that the column names are case sensitive (at least with Oracle). The column names are retreived from the JDBC metadatas and I found that my objectid is in fact OBJECTID. So now, I'm able to do an update with the following config (pay attention to the OBJECT

Re: Problem with DIH delta-import on JDBC

2010-04-28 Thread safl
Jon Baer wrote: > > You should end up w/ a file like "conf/dataimport.properties" @ full > import time, might be that it did not get written out? > > - Jon > That's right. I get the dataimport.properties in conf directory after full import and the deltaQuery looks like: select objectid from

Problem with DIH delta-import on JDBC

2010-04-28 Thread safl
Hello, I'm just new on the list. I searched a lot on the list, but I didn't find an answer to my question. I'm using Solr 1.4 on Windows with an Oracle 10g database. I am able to do full-import without any problem, but I'm not able to get delta-import working. I have the following in the data-c