Hi Folks,
My earlier thread was rejected, may be i put in very little info.
hdbsql HDB=> IMPORT "TESTING"."<table-name>" from '<location>' WITH REPLACE THREADS 20
* 2048: column store error: table import failed: [30151] Object not found in the import directory;object=TESTING:<table-name> SQLSTATE: HY000
hdbsql HDB=> select count(*) from "TESTING"."<table-name>"
1 row selected (overall time 139.792 msec; server time 10.954 msec)
This is the problem select count(*) for the table works but import for the table doesnt work. Following the syntax.