RE: running Post jar from different server

2014-06-24 Thread EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions)
: Monday, June 23, 2014 2:34 PM To: solr-user@lucene.apache.org Subject: Re: running Post jar from different server You said that SQLDB and Solr are on different servers and that you are running post.jar from a network drive mapped to your SQLDB. If so, then why are you trying to post to localhost

Re: running Post jar from different server

2014-06-23 Thread Shalin Shekhar Mangar
NAL Taminidi Ravi (ETI, Automotive-Service-Solutions) [mailto: > external.ravi.tamin...@us.bosch.com] > Sent: Friday, June 20, 2014 1:46 PM > To: solr-user@lucene.apache.org > Subject: RE: running Post jar from different server > > Hi Sameer, Thanks for looking the post. Below are

RE: running Post jar from different server

2014-06-23 Thread EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions)
Subject: Re: running Post jar from different server Ravi, post.jar is a standalone utility that does not have to be on the same server. If you can share the command you are executing, there might be some pointers in there. Thanks, -- *Sameer Maggon* http://measuredsearch.com On Thu, Jun 19,

RE: running Post jar from different server

2014-06-20 Thread EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions)
983/solr/DataCollection/update -jar F:/DataDump/Tools/post.jar F:/DatFiles/*.xml F:\ is the network drive. Thanks Ravi -Original Message- From: Sameer Maggon [mailto:sam...@measuredsearch.com] Sent: Thursday, June 19, 2014 10:02 PM To: solr-user@lucene.apache.org Subject: Re: running

Re: running Post jar from different server

2014-06-19 Thread Sameer Maggon
Ravi, post.jar is a standalone utility that does not have to be on the same server. If you can share the command you are executing, there might be some pointers in there. Thanks, -- *Sameer Maggon* http://measuredsearch.com On Thu, Jun 19, 2014 at 8:54 PM, EXTERNAL Taminidi Ravi (ETI, Automoti

running Post jar from different server

2014-06-19 Thread EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions)
Hi, I have situation where my SQL Job initiate a console application , where I am calling the post.jar to upload data to SOLR. Both SQL DB and SOLR are 2 different servers. I am calling post.jar from my SQLDB where the path is mapped to a network drive. I am getting an error file not found. I