Saturday, 4 January 2014

REP_51002 error – Database driver error-Informatica Error

This error generally occurs when we are configuring a new repository service. We need to set these environment variables.

1. PATH=$PATH:$ORACLE_HOME/bin
2. ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/client_1
3. ORACLE_BASE=/home/oracle/app/oracle
4. LD_LIBRARY_PATH=/home/oracle/app/oracle/product/11.2.0/client_1/lib
5. TNS_ADMIN=$ORACLE_HOME/network/admin


After setting the following environment variables in the .bash_profiles of /root or /linuxuser reboot the linux server. Manually start tomcat from $INFA_HOME/tomcat/server/bin > sh infaservice.sh startup

3 comments: