COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => SDK => Topic started by: monica on 27 Dec 2013 09:53:51 PM

Title: SDK jar files
Post by: monica on 27 Dec 2013 09:53:51 PM
I have a cognos 10.1.1 installation and an sdk of same version on this path <cognos>/sdk /java/lib
- axis.jar
- axisCognosClient.jar
- axisReportNetClient.jar
- cognos-axis.jar
- cognosClient.jar

Have these jar files . Please let me know among these what are the jar files I need to use and which must be removed.And also let me know do I need to copy these jars to any other location also...

Thank you,
Title: Re: SDK jar files
Post by: rcharles on 06 Jan 2014 10:32:26 AM
You need to use all of the jar files listed. And you will have to copy them to a specific directory if you plan to deploy your Java application to a Machine that does not contain Cognos SDK. All of the files are required so you must not remove them, they are what makes up the Cognos Java SDK.


Regards,
Reggie
Title: Re: SDK jar files
Post by: monica on 08 Jan 2014 08:36:40 AM
Hi Charles,

Thanks for your reply.Actually as per below IBM notes
https://www-304.ibm.com/support/docview.wss?uid=swg21441931

I got confused. Here they are saying not to use reportnet jar file ...so felt that may be causing issue..
Title: Re: SDK jar files
Post by: bpetty on 21 Feb 2014 10:45:00 AM
Read the java sdk documentation.

I always favor cognos-axis.jar/cognosClient.jar over axis.jar/axisCognosClient.jar.  You do not use both sets.
Also, the documentation details many other jars that you'll need as well.  You don't really need them all, either.  Check out page 23.  You don't need mail.jar, for example... but it really depends on the calls you are making.