cancel
Showing results for 
Search instead for 
Did you mean: 

Error While moving the Partition

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

lbreddemann
Active Contributor
0 Kudos

HI Suman,

I was only able to reproduce this error message, when the host:port actually was not correct.

Please check if the SAP HANA nodes can properly resolve the names between each other.

- Lars