Hi,
I am on OBIEE 12.2.1.4.
We have existing 100+ reports using a dimension, say dim1. dim1 contains columns Level1, Level2...Level8.
There is a change in design and now, there are Level1 to Level9 columns and levels are going 1 up. Which means analysis using Level1 should use Level2, using Level2 should use Level3 ....(so on) now.
We now need to update the existing 100+ reports/filters using dim1 level columns.
I tried using the runcat replace command to achieve this migration
e.g. following command is for a test catalog folder "/shared/test"
./runcat.sh -cmd replace -online <saw.dll path> -credentials creds.txt -old "dim1"."Level8" -new "dim1"."Level9" -folder "/shared/test"
This command runs fine but shows:
Items Changed
None
Although there is column "dim1"."Level8" in one of the report in "/shared/test".
Can anyone please guide what am I doing wrong here?
Thanks,
Deepali