Judging by the description of the problem I would say that table you can't import is very big or for some other reason it exceeds the default time set for a query execution. If you are using the latest version you will see there is an "Options" button in the Welcome Panel (the pan...
for (SearchHit hit : searchHits) { Map<String, Object> sourceAsMap = hit.getSourceAsMap(); DocumentObj obj = new DocumentObj(); obj.setDocId( ((Integer) sourceAsMap.get("docId")).longValue() ); obj.setDocName( (String) sourceAsMap.get("docName") ); HighlightField contentHigh...
=== Javier Treviño MySQL on Windows Team Sorry, you can't reply to this topic. It has been closed. Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or an...
Re: On import in Excel, only ONE table from database won't import 1182 Javier Treviño November 25, 2013 12:00AM Re: On import in Excel, only ONE table from database won't import 1093 Jennifer Graham November 25, 2013 08:59AM Re: On import in Excel, only ONE table from...
There is only ONE table that will never import and I don't understand why it's just this one table. I get the error: "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed...