Quantcast
Viewing all articles
Browse latest Browse all 5403

Crystal Server 2013 configuration on Linux

Hi,

 

We are configuring Crystal server 2013 on Red Hat Enterprise Linux Server release 6.1. We have installed both the Oracle client 64 bit and Oracle client 32 bit. The following are the environment variables:

 

## Crystal Report
export ORACLE_HOME=/usr/lib/oracle/11.2/client64
export ORACLE_HOME32=/usr/lib/oracle/11.2/client


export TNS_ADMIN=${ORACLE_HOME}/network/admin
export TNS_ADMIN32=${ORACLE_HOME32}/network/admin

 

export LD_LIBRARY_PATH=${ORACLE_HOME}/lib:/usr/lib64:/usr/lib:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH32=${ORACLE_HOME32}/lib:/usr/lib:/usr/lib64:${LD_LIBRARY_PATH}

 

export PATH=${ORACLE_HOME}/bin:$PATH
export PATH32=${ORACLE_HOME32}/bin:$PATH

 

#export PATH=${ORACLE_HOME}/bin:${ORACLE_HOME32}/bin:$PATH

 

#BOE_USE_32BIT_ENV_FOR=ORACLE_HOME,LD_LIBRARY_PATH,TNS_ADMIN,PATH
#export BOE_USE_32BIT_ENV_FOR

 

#BOE_USE_32BIT_ENV_FOR=ORACLE_HOME,TNS_ADMIN,LD_LIBRARY_PATH
#export BOE_USE_32BIT_ENV_FOR
#export BOE_USE_32BIT_ENV_FOR=ORACLE_HOME,TNS_ADMIN,LD_LIBRARY_PATH,PATH


When we uncomment the environment variable BOE_USE_32BIT_ENV_FOR we get an error

"The viewer could not process an event. Internal Error. Please contact your system administrator. [RCIRAS0216]. Error Code 0 [CRWEB00000119]".

Can anyone let us know the reason for the same.

 

Regards,

Simran


Viewing all articles
Browse latest Browse all 5403

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>