Note: The proxy analytics account, by default named OBI_PROXY, is used to establish proxy connections for all analytics accounts (e.g. OBIEE_TOPIC_WORKFLOW).
In a command prompt window, execute the
create_topics_user_obiee.sql script as the Oracle SYS user:
$ sqlplus sys@<database_server_TNS name> as sysdba
@create_topics_user_obiee.sql
Note:
The database may reside on
a different server than the Oracle Empirica Signal server.
A password prompt appears.
Enter the password for the Oracle SYS account.
A second password prompt appears for the proxy analytics user. Enter the password.
A list of topic workflow configuration names and IDs appears, and an ID prompt appears.
Enter the target topic workflow configuration ID.
The script creates the OBIEE_<topic workflow
account>_<topic workflow ID> database user account.
A second password prompt appears.
Enter a password for the OBIEE_<topic workflow account>_<topic
workflow ID> database user account.
Note:
The password must not contain a dollar sign symbol ($).
Record the password for later use.
After the script runs, the
create_topics_user_obiee.log file is created and
can be checked for errors.