ORA-29532 Error During Oracle 11g Warehouse Builder Install on Microsoft Vista

Oracle Warehouse Builder (OWB) Release 11g isprompted I entered the path, started the Repository
included in all Oracle Database 11g installations. OWB isAssistant for the install, and received additional error
Oracle's tool for metadata and data management.messages. For whatever reason, when running the
OWB also provides data quality, ETL, dimensionalscript from the command prompt, the script did not like
modeling, and data auditing.the way the path was entered. After a number of
I recently installed the Oracle Database 11g on myattempts, I finally was able to resolve this problem.
computer which runs Microsoft Vista.Using a text editor, I opened the
I was in the process of running the Repositoryreset_owbcc_home.sql file to examine the script. I
Assistant of OWB and at the installation stage of 76%noticed that the script has three entries in the BEGIN
completion; I received the following error message:block of the script. Two of the entries are for Unix and
The Warehouse Builder workspace owner installationthe third entry is for Windows. I added a fourth entry
failed on user OWBSYS.for Windows which grants permissions to the
Exception occurred inrtrepos.properties file.
'processSPAWN'.java'lang.Exception: Error:To resolve this error, I used the following process:
java.sql.SQLException: ORA-29532: Java callFirst, unlock the OWBSYS user account and assign a
terminated by uncaught Java exception:password.
java.sqlSQLException: OWBSYS is not grantedSecond, edit the reset_owbcc_home.sql script with
access to c:\oracle\product\11.1.0\db_1\/owb/bin/adminthe following entry and then save the
rtrepos.propterties: Please run UnifiedReposte');
reset_owbcc_home.sql specifying the path of theThird, run the Repository Assistant from the Design
Oracle Home from which the Control Center ServiceCenter in Warehouse Builder.
is being run.Fourth, complete the screens with the appropriate
At times while installing applications, Oracle JVM willresponses. After you click Finish the install will begin.
give the ORA-29532 error message whenWhen the installation is complete, you will receive a
permissions are not granted. The ORA-29532 errordialog box stating that Warehouse Builder was
message is stating that the OWBSYS user is notsuccessfully installed.
granted access to the rtrepos.properties file. TheA reason for not having the fourth Windows entry is
suggested solution is to run thethat the Oracle Home for the Control Center Service
reset_owbcc_home.sql script and specify the path toor for OWB can be created differently by all
your Oracle Home where the Control Center Serviceindividuals. Therefore, the path to my Oracle Home for
of OWB is running.OWB can be different from another person.
I ran the reset_owbcc_home.sql script, when