Hello all,
When I create a Crystal XI document based on universe measures and dimensions, the Crystal XI tool displays a Query Panel similar to Webi, which allows selecting which measures and dimensions are going to be used in the query.
Then using the Crystal SDK for Java or .NET, I can open...
Hello all,
Somebody sent me a universe I need to work on, and Designer XI refuses to open it, since I am working with my own BO CMS repository.
"You are no authorized to use this document (FRM 00008)
Details: The universe belongs to another CMS. You cannot open it unless connected to the same...
Hello all,
I am writing a small script to receive "stuff" from the repository.
I could successfully do it for Designer Universes using the Designer COM SDK:
- start the designer application
- iterate over the "Domains"
- iterate over the "DomainUniverses"
- receive the universe from the...
Hello folks,
I just installed BO Designer XI / 11.0
In this version the login appears to be mandatory.
Do any of you know what parameters to give to the COM api
to perform a programmatic login?
best regards,
Olivier
Hello All,
I don't understand how to use the Impromptu SDK to retrieve the lineage from a report back to the catalog.
What I would like to know is the link between a QueryItem in the IMR report to the source Folder and Item in the catalog.
In the API, I can access the Catalog Folders and Items...
Hello all,
I am wondering if the various cognos products have open APIs and SDKs that customers can use to write their own extensions and scripts.
What I already know:
- Impromptu has a COM api for accessing both CAT and IMR files
- ReportNet has a Java/JSP sdk to execute reports and also uses...
Hello All,
I am having trouble with controling how the instances of the process are managed when starting BO Designer (or Reporter same issue).
When using CreateObject or New in Visual Basic, it always creates a new instance of the Designer process that need to be closed at the end. If the...
Hello all,
I am trying to retrieve the impromptu version using the COM SDK. It works pretty well in VB:
Dim major As String
Dim minor As String
Dim build As String
res = objImpApp.GetAppVersionInfo(major, minor, build)
However I am having trouble doing the same thing in C/C++.
The profile of...
Hello all!
I am new to MicroStrategy and I was wondering to which extent I can use the SDK to edit/update a metadata project.
From what I could gather, there are two major MSTR APIs:
- one is XML oriented and provided in MSIXMLLib.dll
- the other one is a pure COM api, packaged in M5TYPLIB.DLL...
Hello all,
Some good news, I found any answer to my question on the following web site, if anybody is interested:
http://www.forumtopics.com/busobj/viewtopic.php?t=25562
http://www.lyontechnologies.com/freestuff.html
Happy new year to all!
Olivier
A bit more precisions on the question above,
From a 'Report' sdk object, it's fairly trivial to retrieve the 'SectionStructure' and 'ReportStructureItem' sdk objects.
What I don't understand is how to retrieve (possibly cast) the objects 'CellStructure' , 'BlockStructure' and 'Pivot' objects...
Hello everybody,
I am writing a tiny app using the Bo reporter (full client) sdk and I am having a hard time figuring out how to retrieve the appropriate handles/pointers to some bo sdk objects in a report.
My simple goal is to understand which data provider (and its columns) are displayed in...
Thank you both for your answers,
I am happy I have solved the problem.
A person on oracle technet discussion forum found the solution.
Apparently, the IMP utility shipped with the DeveloperSuite9i
is not compatible with the IMP shipped with Oracle 8.1.7.
The solution was to tell the...
Hello everybody,
I am writing a C++/COM application that interacts with the BOSDK. Specifically, it reads and writes information into universes objects using the designer sdk.
What I would like to learn is how to trap the exceptions that are occasionnaly generated by the sdk.
example...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.