Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OBIEE 12c Install stuck at Set system.user (16%)

Received Response
41
Views
5
Comments
DrPepper123-Oracle
DrPepper123-Oracle Rank 1 - Community Starter

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

  • DrPepper123-Oracle
    DrPepper123-Oracle Rank 1 - Community Starter

    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..

  • 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.

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    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.

  • DrPepper123-Oracle
    DrPepper123-Oracle Rank 1 - Community Starter

    Thanks both of you! Seems I can't mark both as the correct answer but I consider them both correct Thank you!