Hi
I am trying to move a partition to a specific node(xxxxx2:30003) using below sql
ALTER TABLE "schema_1"."table_1"
MOVE
PARTITION 1 TO 'xxxxx2:30003'
It is throwing following error
SAP DBTech JDBC: [2048]: column store error: fail to cleanup for move to location: [1953] invalid service location;location=xxxxx2:30003
Host name and port number is correct,
Any one faced this before? Please advice .
Regards,
Suman