3.7 Post Installation Steps for IAA
Run the following script in the Atomic Schema:
update rev_dimensions_B set MEMBER_CODE_COLUMN='COUNTRY_CODE',
HIERARCHY_TABLE_NAME='DIM_COUNTRY_HIER', ATTRIBUTE_TABLE_NAME='DIM_COUNTRY_ATTR'
where DIMENSION_ID IN (select DIMENSION_ID from rev_dimensions_tl where
DIMENSION_NAME='Country') /