what is wrong with this importing code cluster node created using docker even it work correctly for local cluster
cbimport csv -c [http://172.17.0.2:7091](http://172.17.0.2:7091/) -u aya -p 123 -d “file://patients.csv” -b “patients” -g %Id% --omit-empty --infer-types
WARN: Fail to create Couchbase sink, could not get Couchbase Server version – couchbase.CreateSink() at sink.go:46
CSV import failed: 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 to respond.
does the cluster name is wrong this is the name in docker and port number
i need to import data to node created with docker and i had assigned the port number 7091 for createing cluster node and 172.17.0.2 it address does cluster name is wrong
cbimport csv -c http://172.17.0.2:8091 -u aya -p 123 -d "file://allergies2.csv" -b "allergies" -g #UUID# --omit-empty --infer-types
2021-08-03T22:50:38.262+02:00 WARN: Fail to create Couchbase sink, could not get Couchbase Server version -- couchbase.CreateSink() at sink.go:46
CSV import failed: 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 to respond.
Can you verify you have a listener on port 7091 (or 8091) on 172.17.0.2 by logging in and running netstat? Does the Couchbase UI console report the server to be up and healthy?
@Aya_Gamal This looks like a network/environmental issue. Can you explain more about how the cluster is setup please? Can you access the Couchbase Server UI from the same location cbimport is being executed from.