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.
Cognos 8 SDK google search
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.
· 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.