Re: full-data import suddenly stopped working. Total Rows Fetched remains 0

2011-12-20 Thread Chantal Ackermann
DIH does not simply fail. Without more information, it's hard just to guess. As your using MS SQLServer, maybe you ran into this? http://blogs.msdn.com/b/jdbcteam/archive/2011/11/07/supported-java-versions-november-2011.aspx Would be a problem caused by certain java versions. Have you turned

Re: full-data import suddenly stopped working. Total Rows Fetched remains 0

2011-12-20 Thread PeterKerk
Chantal...you are the queen! :p That was it, I downgraded to 6.27 and now it works again...thank god! -- View this message in context: http://lucene.472066.n3.nabble.com/full-data-import-suddenly-stopped-working-Total-Rows-Fetched-remains-0-tp3599004p3601013.html Sent from the Solr - User

Re: full-data import suddenly stopped working. Total Rows Fetched remains 0

2011-12-20 Thread Chantal Ackermann
Never would have thought that MS could help me earn such honours... ;D On Tue, 2011-12-20 at 12:57 +0100, PeterKerk wrote: Chantal...you are the queen! :p That was it, I downgraded to 6.27 and now it works again...thank god! -- View this message in context:

Re: full-data import suddenly stopped working. Total Rows Fetched remains 0

2011-12-19 Thread Chantal Ackermann
Hi Peter, the most probable cause is that your database query returns no results. Have you run the query that DIH is using directly on your database? In the output you can see that DIH has fetched 0 rows from the DB. Maybe your query contains a restriction that suddenly had this effect - like a

Re: full-data import suddenly stopped working. Total Rows Fetched remains 0

2011-12-19 Thread PeterKerk
Hi Chantal, I reduced my data-config.xml to a bare minimum: dataConfig dataSource driver=com.microsoft.sqlserver.jdbc.SQLServerDriver url=jdbc:sqlserver://localhost:1433;databaseName=tt user=sa password=dfgjLJSFSD / document name=weddinglocations entity name=location query=select