COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => SDK => Topic started by: AlfredENeumann on 18 Oct 2007 03:38:00 AM

Title: Getting the Cognos server version via SDK
Post by: AlfredENeumann on 18 Oct 2007 03:38:00 AM
Hi,

I am wondering how to get the version of a Cognos server via SDK.

Any ideas?

Thanks in advance,
Timo
Title: Re: Getting the Cognos server version via SDK
Post by: AlfredENeumann on 18 Oct 2007 05:43:53 AM
I just found out that there is a ping() method giving the version of the dispatcher. However, it seems as if it returns exactly the same result for version 8.1 and 8.2...
Title: Re: Getting the Cognos server version via SDK
Post by: lindero on 10 Jan 2008 06:19:20 AM
Hi Timo,

there is a way beside Cognos SDK. You can get the cmplst.txt via calling a link.

http://{Gateway-URI}?b_action=cmplst

This is like a ini. file. There you can read the Version of the connected system. Please note, you have to logged in as as accoung with system administration rights.

hope this helps.

Cheers,
Oliver