If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Working httpd.config for Cognos 10 request

Started by kemot1000, 23 Feb 2011 02:13:53 AM

Previous topic - Next topic

kemot1000

Can someone post working httpd.config for Cognos 10 BI ? I'm loosing my mind here. Do I even need this configured ?

I have RHEL 5.5 64bit
Apache 2.2.17 32bit (compiled it on this machine)

I tried to go though setup on my own. Followed this link http://publib.boulder.ibm.com/infocenter/cfpm/v10r1m0/index.jsp?topic=/com.ibm.swg.im.cognos.cp_inst_cr_winux.10.1.0.doc/cp_inst_cr_winux_id11149ConfigureApachegateway.html and came up with :

ServerName 192.168.1.22:80

LoadModule cognos_module "/opt/ibm/cognos/c10_64/cgi-bin/mod2_2_cognos.so"

<IfModule mod2_2_cognos.c>
  CGIBinDir "/opt/ibm/cognos/c10_64/cgi-bin"
</IfModule>


ScriptAlias /ibmcognos/cgi-bin "/opt/ibm/cognos/c10_64/cgi-bin"
Alias /ibmcognos "/opt/ibm/cognos/c10_64/webcontent"

<Directory "/opt/ibm/cognos/c10_64/webcontent">
Options Indexes MultiViews
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>

<Directory "/opt/ibm/cognos/c10_64/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>

<Location /ibmcognos/cgi-bin/cognos_module>
  SetHandler cognos-handler
Order allow,deny
Allow from all
</Location>

<Location /ibmcognos/cgi-bin/diag_cognos_module>
  SetHandler cognos-handler
Order allow,deny
Allow from all
</Location>



With this code when I go to:

http://192.168.1.22/ibmcognos/cgi-bin/cognos_module

I can see the webpage and navigate (strange because on Chrom images work on Firefox 3.6 and IE 7/9 they do not ?? :( attachment 1 85.jpg ) but cannot create new datasource connection under Launch -> IBM Cognos Administration -> Configuration menu. I follow wizard and when I test connection the subcontent of the page goes blank (see attachment 2 85.jpg) and nothing happens

Any help is welcome. Thanks in advance

T.