Oracle Analytics Cloud and Server

Navigating Catalog Manager Using Java App

Received Response
34
Views
8
Comments

Using OBIEE 11.1.1.7 with client tools installed.

I am trying to create a java app that allows a user to select an object from Catalog Manager.

I am not sure which library to use to access the catalog manager's folders and objects.

Any help would be appreciated.

Raymond

Answers

  • rmoff
    rmoff ✭✭✭✭✭
    I am trying to create a java app that allows a user to select an object from Catalog Manager.
    

    What will the user do with the object once they've selected it? How does the java app interact with catalog manager? Seems like only half the picture we're getting here.

    As @Gianni Ceresa says, the webservices are the best way to interact with the Presentation Catalog, if not through the provided OBIEE web front end or Catalog Manager GUI/CLI


  • I only want to get objects out of the catalog.

    My front end will ask the user to select the object type (Dashboard Prompt, Analysis, Dashboard Page, etc.).

    Once selected, I need to return a list of the selected object type.

    Nothing else needs to be done with the catalog.

  • Are there any basic examples out there?

  • The answer is for the most part still "Web Services" as the interaction with the actual catalog manager (rather than with the presentation catalog) is restricted to the command line.

  • Thank you.

    I am able to access the catalog using the webservice.  However, there is supposed to be a method that will getObjectTypes.  This method is not found in the WebCatalogService service.  Does anyone know where this method went and what I can use to access the Object Types?

    Thank you again.

    Raymond

  • Any additional information on how to get Object Types would be helpful.

    I can get a list of items and it's children, but I don't see a way of determining whether the item is a Dashboard, Prompt, Analysis, etc.

    I found the getObjectTypes method in the documentation but it is not part of the WebService on 11.1.1.7.

    Please help!

  • Does anyone have any additional information or possible tips/tricks to help me accomplish this?

    Thank you