If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

SDK to get Dashboard and data module metadata

Started by Revathy, 31 Oct 2017 06:26:58 AM

Previous topic - Next topic

Revathy

I am trying to get the Cognos 11.0.5 dashboard and data module metadata from SDK. The metadata for Dashboard is in JSON format and does not have much information. Is this the only format or do we have options to get the XML format. I read in one of the forums that report specification of Report Studio Reports and the dashboards are the same.

The metadata of data modules are just binaries? Is that how it is stored or Is there any other means to retrieve this metadata?

Thanks in advance

aussieadam

According to the SDK a Dashboard isn't a subclass of report, meaning you can't do Report dashboard = new Dashboard();
As far as I know only with reports can you set or get a specification. the dashboard class doesn't have a setSpecificaiton method, so i'm guessing you could only do it with a byte array and couldn't parse much meaningful information from that.

shv22

#2
So there is no way in Cognos Analytics to get the metadata for the "Dashboard" created? If not, are they are planning to have this in future?