I want to update dimension, measure and detail objects in my universe using the Java SDK.
I can use queryservice from the web services SDK to at least retrieve the list of universes and all the dimensions, measures and detail objects in that universe. I can also see the unique id (CUID) for each object. For example, “AURR2Uq9ztlBl6T1ahyEi4s.DO208”
Just as a test I used the BIPlatform service to retrieve a universe object using something like: ResponseHolder rh = bipService.get(“cuid://”, null);
Then I called the bipService.update to update the description for the universe. This works ok.
But if I pass a dimension, measure or detail eg.
ResponseHolder rh = bipService.get(“cuid://<AaLp28tf5GRIufXG6Besljo.DO208>”, null);
it doesn’t even come back with an infoobject.
Anybody have any suggestions on how to achieve this?
jwych (BOB member since 2007-07-12)