Cognos SDK Guide by BI Centre can be purchased from PayPal.

You will have your own functional Cognos 8 SDK web solution that has been tailored to be scalable and flexible in order to adapt to your unique business requirements and solution architecture.


Monday, December 24, 2007

Cognos SDK Developer Guide Overview

Cognos SDK Developer Guide Overview

The Cognos SDK Developer Guide is intended to provide a Cognos SDK developer with a workable C# solution that will allow you to:

· Search the Content Store for all package items
· Search the Content Store for all reports that belong to a specified package
· Generate a report’s prompt page
· Execute the report
· Display the report results in a browser window
· Handle soap exceptions and render a meaningful error message to the user

The Cognos SDK Developer Guide will walk you through the steps of generating your ASP.NET C# web solution and guide you through the process of creating your: ASP.NET pages; C# Class Files for Exception handling and Cognos SDK method calls; supporting JavaScript code; deciding upon which Cognos SDK DLLs to reference; and handling basic security by using the web.config.