I have setup a oracle 10g tnsentry in our cognos server but while testing the same in cognos administration ( while creating dsn) i'm getting below error :
unable to locate the gateway " libcogudaor"
Can anyone please help.
We use 8.4.1
Hi,
Are you using the 32-bit or 64-bit Oracle Client libraries? I have encountered this issue when trying to connect to the Oracle 64-bit libraries from Cognos 8 32-bit. If that is your problem, you need to point to the oracle 32-bit libraries instead.
Regards,
MF.
I don't think Oracle 10g ships with 32 bit. But it should accept 32 bit requests ( from cognos 8 ) as well...
You are on linux? Oracle 10gR2 clients (at least some versions) ship with both 64bit and 32bit versions of libraries.
You need 32bit libraries with 32bit cognos modules.
32bit libraries exist as $ORACLE_HOME/lib32 directory if your installation is otherwise 64bit (and you have installed 32bit libaries). Make sure you have that in LD_LIBRARY_PATH.
We are on AIX.
Oracle 10gr2 client 32 bit libraries are existing in our machine.