Hi,
We got a requirement to delete few members from the planning application using outline load utility.
For example:
Product
--P1
--P2
--P3
If i would like to delete P3 from the product dimension,how can i achieve using outline load utility.
cd /oracle/Middleware/user_projects/epmsystemWEB/Planning/planning1
./OutlineLoad.sh /A:$1 /U:scb_admin /M /I:/oracle/Middleware/user_projects/epmsystemWEB/Planning/planning1/Product.csv /D:$2 /L:/oracle/scripts/logs/Product_metadata.log /X:/oraccle/scripts/logs/Product_metadata.exc.
i exported exisiting metadata from workspace and deleted P3 from the .csv file. Later imported using outline load utility. but still can see the member P3 in the Product dimension.
Please help to resolve the issue.