COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => SDK => Topic started by: marsh82 on 20 Dec 2010 12:53:07 PM

Title: axisCognosClient.jar axisReportNetClient.jar and cognosClient.jar
Post by: marsh82 on 20 Dec 2010 12:53:07 PM
Hi All,

IBM Cognos 8 Software Development Kit (SDK) comes with multiple Java archives (JAR) that contain SDK classes. The files "axisCognosClient.jar", "axisReportNetClient.jar" and "cognosClient.jar" in the C8_ROOT/sdk/lib directory contain all classes with the package reference "com.cognos.developer.schemas.bibus._3.*".

I am not able to get any of the 3 JAR files from internet, so i am not able to import com.cognos.developer.schemas.bibus._3.* package in eclipse. why are these jars not available any where. Can any one please share these jar files or let me know the reason for non availability of there jars over internet, while we are able to get many other jar files.

Thanks,
Marshall
Title: Re: axisCognosClient.jar axisReportNetClient.jar and cognosClient.jar
Post by: MFGF on 22 Dec 2010 03:54:02 AM
They should be included in the install media for the SDK. If you don't still have the install media, you can download the SDK install from the IBM website (you will need your IBM customer number to get access).

MF.
Title: Re: axisCognosClient.jar axisReportNetClient.jar and cognosClient.jar
Post by: sir_jeroen on 25 Dec 2010 02:58:31 PM
Yep.. If you have the SDK installed you can import all necessary libs... Are you in perhaps importing the libs from the webapps/P2PD/Web-inf/lib directory?
Title: Re: axisCognosClient.jar axisReportNetClient.jar and cognosClient.jar
Post by: xiska on 24 Jan 2011 02:16:04 PM
Hello Togehter

There is a little difference if you install it in a existinc cognos installation or in a separate folder.
If you install it in a separate folder you may not find the ...\webapps\samples directory and any jsp file.
In this case you cannot use asp or jsp files as a extended application.
Extended applications are sdk applications within a webpage (portlet).

I always recommend to install the sdk into the same directory and then get the files.

Have fun.