Error on setting the Storage Policy
Getting this error when tried to set the storage policy on a location [Vertica][VJDBC](5662) ERROR: Storage tier TBSPOOL1 has not been found on all nodes [SQL State=HY000, DB Errorcode=5662] and these are the steps followed as in the Vertica document(s) 1. SELECT ADD_LOCATION('/data10/xtremdb/pool_user_location', '', 'USER','TBSPOOL1'); 2. GRANT ALL ON LOCATION '/data10/xtremdb/pool_user_location' TO tuser 3. select SET_OBJECT_STORAGE_POLICY ( 'tuser', 'TBSPOOL1' ); Am I missing something here?. Thanks Krishna
0
Comments
As mentioned, in link, the object_name which is the first argument for set_object_name, Identifies the database object assigned to a labeled storage location. The object_name can resolve to a database, schema, or table.
Regards
Wayne