Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12c Install stuck at Set system.user (16%)

I'm trying to install 12c OBIEE (latest) onto my laptop (Windows 7). I've installed the basic software, created the RCU (DEV1 in this instance) and it gets stuck at 16% on the BIEE part. (Note: I've changed my laptop name to MYSYSTEM and the database address to HOSTNAME in the logs below for obvious reasons) Ideas? I know I've installed various Middleware installed before so I wonder if something there is causing it? I'm installing the basic SampleApp install not upgrading at this point. Not installing Essbase or Publisher
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
dbargs.py C:\Oracle\Middleware\Oracle_HomeBI12c\bi\bin\..\..\bi\modules\oracle.bi.configassistant\biee.py C:\Oracle\Middleware\Oracle_HomeBI12c\bi\bin\..\.. C:\Oracle\Middleware\Oracle_HomeBI12c\bi\bin\..\..\user_projects\domains\bi8 weblogic Expanded MYSYSTEM 9502 9503 ORACLE oracle.jdbc.OracleDriver jdbc:oracle:thin:@//HOSTNAME:1521/ENGDEV DEV1 jdbc:oracle:thin:@//HOSTNAME:1521/ENGDEV
Reading passwords from stdin...
Enter admin password
Enter DBSchema password
Extending domain with BIEE Suite template
Configuring datasources ...
Setting JDBC url to jdbc:oracle:thin:@//HOSTNAME:1521/ENGDEV
Deleting old user of type Property
Creating user of type Property at /JDBCSystemResource/LocalSvcTblDataSource/JdbcResource/LocalSvcTblDataSource/JDBCDriverParams/NO_NAME_0/Properties/NO_NAME_0
Master STB data source defined
Individual schema credentials applied from master STB data source
Setting Credentials ...
Set system.user
Answers
-
-
Would this method work easily for migrating a 10g environment (an existing system I inherited) to 12c. Basically I've previous managed to migrate 10g to 11g successfully on this Windows version. Now to migrate the code from 11g to 12c you're supposed to link to the old ORACLE_HOME with your 12c environment and then run some commands and generate a jar. I'm guessing I'd have to download the 11g environment as well redo the import then migrate to 12c. Or maybe I'd be better off finding a linux server somewhere and redoing it all... hmmm..
0 -
OBIEE 11g was certified on Windows 7 (for dev only), so it was possible to install it.
The 11g to 12c upgrade doesn't need to have an accessible 11g from the 12c install : on the 12c you generate a JAR which you have to copy to your 11g, run commands on your 11g to pack the content into the jar, move back the result to your 12c and import.
So there is no reason to try to install a 12c on your laptop.
0 -
Beaten to it by Gianni. If you had stated your issue in the beginning then could have directly told you that it's unnecessary to have OBI on your local machine.
0 -
Thanks both of you! Seems I can't mark both as the correct answer but I consider them both correct Thank you!
0