Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. oschmitt

    Crystal XI document based on universe measures and dimension

    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...
  2. oschmitt

    Cannot open universe?

    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...
  3. oschmitt

    Receiving all documents

    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...
  4. oschmitt

    BO Designer XI / 11.0 Login

    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
  5. oschmitt

    Impromptu IMR report SDK

    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...
  6. oschmitt

    Cognos APIs and SDKs

    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...
  7. oschmitt

    Starting/Reusing BO instance with SDK

    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...
  8. oschmitt

    Impromptu 7.1 COM SDK

    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...
  9. oschmitt

    Getting started with SDK

    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...
  10. oschmitt

    BO Reporter (full client) sdk question

    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
  11. oschmitt

    BO Reporter (full client) sdk question

    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...
  12. oschmitt

    BO Reporter (full client) sdk question

    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...
  13. oschmitt

    Problems with Designer 9i Repository on Oracle 8i

    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...
  14. oschmitt

    Problems with Designer 9i Repository on Oracle 8i

    Hello Rorbac, I am having the exact same problem! Did you find any solution/workaround for this ? Thanks for your help Olivier SCHMITT
  15. oschmitt

    BOSDK Error Handling question

    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...

Part and Inventory Search

Back
Top