Buy the Cognos SDK Guide by BI Centre Now

The Cognos SDK Guide by BI Centre provides you with the complete source code for a C# web solution, C8.1 report based on the GOSR package, and a Word document that will serve as your core reference to understanding the Cognos 8 SDK. It will cover C8 SDK topics such as: authentication; querying the Cognos content store; rendering a C8 report in ASP.NET; exception handling; and much more.



Buy the Cognos 8 Modification Check Now







Friday, December 14, 2007

Cognos 8 SDK -- BI Centre SDK Guide Update

  1. Hello, here is the initial Table of Contents for the upcoming BI Centre SDK Guide which will be available on http://bicentresdkguide.blogspot.com/. If you have any questions or items that you would like to have covered in the Cognos SDK guide then feel free to email me at: BI Centre SDK Guide.


    Table of Contents

    Overview
    Getting started with your ASP.NET C# web solution
    VS.NET Version
    Cognos SDK DLL references
    Project Structure
    Creating your SDK object
    Authentication
    Get Content Store Objects
    Get Params
    Helper Functions
    Exception Handler Class
    Web.config
    Storing credential values
    Searching for Content Store Items
    Show all packages
    Show reports for a package
    Run a report with prompts
    Displaying the report results
    Contact for more information

Cognos 8 SDK google search

Google

New C8 SDK Utility --- Cognos 8 Modification Check

The BI Centre C8 Modification Check provides a Cognos SDK developer with a workable C# solution that will allow you to:

· Search the Content Store for items that have been modified after a selected date value

For example, if you were looking for all reports that were modified on June 3rd, 2008 then you would select the date June 2nd, 2008. The code will search for all items that have been modified after the selected date value from the date control.

The results of the search are then rendered to a text box control.