COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Cognos Administration => Topic started by: kmuller on 15 Feb 2011 06:55:02 AM

Title: Unable to open admin tools using ISAPI
Post by: kmuller on 15 Feb 2011 06:55:02 AM
I have a 2 server distributed install and am unable to open the Cognos Administation in the portal when I switch to isapi.  Has anyone else seen this issue?  Support has been useless so far in resolving this issue.
Title: Re: Unable to open admin tools using ISAPI
Post by: shof2k on 16 Feb 2011 02:37:52 AM
Is the rest of cognos available using isapi?  Also are you running concurrently with cgi too? 
Title: Re: Unable to open admin tools using ISAPI
Post by: RobsWalker68 on 16 Feb 2011 03:29:42 AM
Hi

Are you using Windows Server 2008 to host the gateway?

Rgds

Rob
Title: Re: Unable to open admin tools using ISAPI
Post by: MFGF on 16 Feb 2011 05:39:32 AM
Hi,

I have seen something similar when trying to launch the Cognos 8 admin console installed on Windows 7.  My guess is you will need to do a similar hack to the one in this (http://www.cognoise.com/community/index.php/topic,10643.msg35017.html#msg35017) post, but for your isapi module mapping.

Regards,

MF.
Title: Re: Unable to open admin tools using ISAPI
Post by: kmuller on 18 Feb 2011 09:30:30 AM
The config file hack does not help on this issue.

Both servers in this cluster are 08 server.  Using IIS 7.

All the other features seem to work using ISAPI.
Title: Re: Unable to open admin tools using ISAPI
Post by: AussiePete2011 on 02 Mar 2011 07:23:42 PM
Hi there,

I've seen something like this before.
have IBM Support asked you to read the following technote
https://www-304.ibm.com/support/docview.wss?uid=swg21338671

I bet they also sent you this technote
https://www-304.ibm.com/support/docview.wss?uid=swg21439145

Also whats the actual error when you change from cgi to isapi?

Cheers
Peter B

Title: Re: Unable to open admin tools using ISAPI
Post by: NimrodA on 06 Mar 2011 03:26:17 PM
Are you working 64 or 32 bit? If I'm not mistaken, on 64 bit machines IIS should have the 32-bit compatibility allowed for ISAPI to work properly. Simply highlight the app pool cognos is using, click on Advanced options and make sure "Enable 32 bit applications" is set to True.
Also, when enabling ISAPI for Cognos on IIS 7, the following needs to be done (I understand you've done some of that, but for future refrence):
1. In server node in IIS, add the ISAPI restriction with a path to the cognosoisapi.dll
2. in cgi-bin add mosule mapping to ISAPI. *.dll with module path ISAPIModule. Make sure it has execute permissions.
3. Edit the web.config file (Typically in cognos-dir/cgi-bin). Add "allowPathInfo="true"" to the cognos ISAPI module mapping.
Title: Re: Unable to open admin tools using ISAPI
Post by: Suraj on 31 Mar 2011 12:32:41 PM
Quote from: Super_K on 15 Feb 2011 06:55:02 AM
I have a 2 server distributed install and am unable to open the Cognos Administation in the portal when I switch to isapi.  Has anyone else seen this issue?  Support has been useless so far in resolving this issue.
Not sure if it's already answered by NimrodA.
But here goes, you have to install ASP 32-bit version and add that to web extension in IIS for isapi to work.
The script to add it is here:
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
Followed by:
%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i

Make sure that the status of ASP.NET version 2.0.50727 (32-bit) is set to Allowed in the Web service extension list in Internet Information Services Manager.