COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => SDK => Topic started by: pooja on 29 May 2009 06:48:35 AM

Title: New to SDK..please
Post by: pooja on 29 May 2009 06:48:35 AM
what reslly SDK means................i mean technically...

what should i learn...Java script.....or SDK.......any difference..??

anyone please......help me to way out to begin.....

thankx in advance......
Title: Re: New to SDK..please
Post by: cognos_geek on 25 Jun 2009 01:22:20 PM
The SDK allows you to access the various Cognos services through your own C#/VB/Java/etc application. So, anything you can do through Cognos Connection can also be done programmatically through the SDK, such as scheduling reports, deleting reports, deploying content, etc. With that said, Javascript would not be helpful. You need something that runs server-side that can set a reference to the Cognos SDK dlls.
Title: Re: New to SDK..please
Post by: hari5 on 09 Jul 2009 05:48:03 PM
Thanks for the details. Can you provide some documents about how to configure SDK and also some examples.