cancel
Showing results for 
Search instead for 
Did you mean: 

Schema name for any Universe

former_member205064
Active Contributor
0 Kudos

Hi,

Is there any SDK, Macro or Java code by which we can get the Table, Schema name for any Universe.

I need to fetch for 400 Universe (UNV and UNX)

-Raunak

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

Unfortunately, there is no single SDK that will get you this information.  To work with .unv universes, you'll need to use the Designer SDK, which is COM-based and can be integrated into a .NET application.  To work with .unx universes, you'll need to use either the Semantic Layer SDK, which is only available for Java, or the RESTful Web Services SDK, which is platform-independent and doesn't require the installation of anything on either the developer workstation or where your app is deployed - it uses HTTP requests and returns data in either XML or JSON format.  You can get more info about these SDKs here:

Designer SDK: 

Semantic Layer: 

RESTful Web Services: 

-Dell

Answers (0)