I'm installing IBM Cognos BI 10.2.1 for Red hat 6.1, using IBM HTTP Server, and built-in Tomcat. It's running successful.
But, When I deploy IBM Cognos into WebSphere Application Server 8.0. It's has an error while installing into WAS.
Detail:
I've already install WebSphere Application Server and IBM HTTP Server 8.0 with fix pack 7.
1. I created a WAS profile
(https://lh3.googleusercontent.com/t8_SaeMG3jMZuObINpuOrVi3b3C1YozJq3QHhFC1Vb4=w816-h127-no)
2. I created a IBM Cognos service for WAS instead of Tomcat (default)
(https://lh5.googleusercontent.com/-zeK5La3pdAs/UpLu1cGcX6I/AAAAAAAAFFM/vjDIOA6CtuE/w1115-h152-no/Configure+for+deploying+Cognos+into+WebSphere+Application+Server.jpg)
3. I installed IBM Cognos application
(https://lh6.googleusercontent.com/-Tf2X-L-cdLY/UpLvz40bPbI/AAAAAAAAFG8/jzwRUs_B6W0/w466-h507-no/Install+IBM+Cognos+application.png)
4. With the Environment information
(https://lh3.googleusercontent.com/PAvyQCI6bnRvl5jrjv8R0MFLIjjsP5AYj59OEtXHuq4=w847-h328-no)
Finally, I test the configuration. It's an error like that.
(https://lh3.googleusercontent.com/O7wurjoWM7Qmra0I9eDR5TyzcVV3s1u59Qk9ijUf5KA=w546-h458-no)
Please help me.
Thanks so much.
- Don't use localhost
- What is your LD_LIBRARY_PATH set too? Can you post 'env | sort' output?
As it says in the error, it should include /opt/ibm/ibmcognos/bin64 (or whatever the path to the Cognos bin directory is for your install).
Hi,
I've already try to change from 'localhost' to IP or hostname. It's same result.
System environment I was set is:
LD_LIBRARY_PATH=/u01/app/oracle/product/11.2.0/client_1/bin/:/opt/ibm/cognos/c10_64/bin64/:/opt/ibm/cognos/c10_64/cgi-bin/.
Help me, plz.
I just re-read the OP and realized that Cognos is saying the LD_LIB is correct. -.- Maybe I should wake up before I post. LOL
Sorry about that. So what's the error that's found in the Cogserver.log file?
Something to also try...
I have had issues in the past with Cognos where libs in the LD_LIB path (from other sources) have caused issues. Damn you DB2 *shakes fist*. Anyway, you may want to try having the oracle path at the end instead of the beginning. That's a long shot though, and may cause issues with the Oracle Client (I know for DB2 client that it has to be first in the list).
Thanks all.
I've resolved this problem. I need set to LD_LIBRARY_PATH in WAS profile first, and then Install IBM Cognos on it.
Thanks for your support.
I am facing exactly the same issue HTTP 1.1 /403....
LD_LIBRARY_PATH is also set, Do I need to re- install the complete Cognos Application now ?
You shouldn't need to re-install. You 'may' need to rebuild the cognos war/ear and redeploy though.
OK.
Got it.
Let change LD_LIBRARBY_PATH in your system environment, and rebuild cognos in WAS.