Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HPS 8.3.2 on HP-UX v11i connection to Oracle error

Status
Not open for further replies.

pazou

Technical User
Feb 4, 2005
6
FR
Hi,

I have installed HPS 8.3.2 on an HP-UX v11i system.
When I try to refresh a report, I have the following :

Database logon failed: Failed to acquire access to database. Oracle Error -1:

Interrogation
Achat_rel.oce
Host User :
Host Password :
OK CANCEL

An idea?
This is the SET_HPS_ENV.SH :
BRIOBIN=/product/hyperion/intelligence8321/BrioPlatform/bin
export BRIOBIN
ARBORPATH=/product/hyperion/essbase
export ARBORPATH
ESSLANG=English_UnitedStates.latin1@Binary
ORACLE_HOME=product/oracle/moteur/9.2
if [ "$SHLIB_PATH" = "" ] ; then
SHLIB_PATH=$ORACLE_HOME/lib32:$HYPERION_HOME/common/ODBC/Merant/4.2/lib:$ARBORPATH/bin
else
SHLIB_PATH=$ORACLE_HOME/lib32:$HYPERION_HOME/common/ODBC/Merant/4.2/lib:$ARBORPATH/bin:$SHLIB_PATH
fi
PATH=$BRIOBIN:$ARBORPATH/bin:$PATH
LANG=en_US.iso88591
BQ_FONT_PATH=/product/hyperion/intelligence8321/jre/jre131/lib/fonts
DB_CLIENT=
export DB_CLIENT
SERVICE_HOST=hp-cat
export SERVICE_HOST
SERVICE_INSTANCE=2
export SERVICE_INSTANCE
PM_NAME=PM_hp-cat
export PM_NAME
BP_VERSION=8.3.2.122
export BP_VERSION
export ARBORPATH
export SHLIB_PATH
export PATH
export LANG ESSLANG
export ORACLE_HOME
export BQ_FONT_PATH


Thanks in advance for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top