COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Cognos Administration => Topic started by: Ravisha on 13 Feb 2016 07:54:21 PM

Title: Cognos integration with Windows Sharepoint Services
Post by: Ravisha on 13 Feb 2016 07:54:21 PM
Hello,

Is there a way to integrate Cognos with Windows Sharepoint Services?

I know that we can integrate it with Miscrosoft Sharepoint. But in our organization we are using WSS.

Kindly please advise

Thanks
Title: Re: Cognos integration with Windows Sharepoint Services
Post by: bdbits on 15 Feb 2016 02:41:28 PM
WSS is really old at this point and I think Microsoft no longer offers extended support (could be wrong). For myriad reasons, I'd suggest upgrading if at all possible, which would also allow you to use the IBM-supplied and supported web parts.

That said... the only workaround that comes to mind is using an <iframe>. I believe the Page Viewer Web Part is how WSS implements it.

Or I suppose with custom coding, you could call Cognos web APIs and pull the content into SharePoint. Cognos does have pretty extensive APIs, so if you have WSS developers that might be the best workaround.
Title: Re: Cognos integration with Windows Sharepoint Services
Post by: Ravisha on 20 Feb 2016 11:49:54 AM
Hi,

Thanks a lot for your advise. I really appreciate you taking the time to answer my question.

It would be great if you can please help me in locating the Cognos API's from its installation directory.

Thanks a lot !
Title: Re: Cognos integration with Windows Sharepoint Services
Post by: bdbits on 23 Feb 2016 10:59:54 AM
You don't "locate" APIs in an installation directory, you make calls to them from other usually custom-written software. You need to know how to program.

Give this link to your developers. This should get them started.

http://www-01.ibm.com/support/knowledgecenter/SSEP7J_10.2.2/com.ibm.swg.ba.cognos.dg_sdk.10.2.2.doc/c_introduction_sdk.html%23id_Introduction_sdk (http://www-01.ibm.com/support/knowledgecenter/SSEP7J_10.2.2/com.ibm.swg.ba.cognos.dg_sdk.10.2.2.doc/c_introduction_sdk.html%23id_Introduction_sdk)