Identity Management (MOSC)

MOSC Banner

Problems with UpdateAttestation.sh script

edited Sep 30, 2010 9:07AM in Identity Management (MOSC) 1 commentAnswered
I'm going through the instructions for upgrading OIM 9.1.0.1 to 9.1.0.2 on RH Linux 4 update 5.

I get to the part where I need to run UpdateAttestation.sh.

I use the following command in XLHOME\setup
./UpgradeAttestation.sh "/u01/oracle/product/9.1.0/OIMServer/xellerate/ext/ojdbc14.jar" "jdbc:oracle:thin:@172.20.16.139:1521:oim" oim_manager <password>

The script looks like this:

#!/bin/sh
XLHOME=@loc
JAVA_HOME=@java_home
JAVA_OPTIONS="-DXL.HomeDir=$XLHOME \
-Djava.security.auth.login.config=$XLHOME/config/authwl.conf \
-Dlog4j.configuration=$XLHOME/config/log.properties \
-Djava.awt.headless=true"
CLASSPATH="$XLHOME/lib/xlAttestation.jar:$XLHOME/lib/xlVO.jar:$XLHOME/lib/xlAPI.jar:$XLHOME/ext/jdbcpool-0.99.$

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center