This post title is an error we are getting when are trying to install BI 11g system. How to resolve this error and can continue my Installation???
Reason:
When we are running RCU It will create two schemas called BIPLATFORM, MDS. This schemas are having all the necessary tables to run BI 11G system. So whenever we are installing BI 11g system It will make an entry in the HSS_COMPONENT table in BIPLATFORM Schema.
But for any reasons you have uninstalled BI 11g system and trying to install again in the same machine with the same RCU schema which we already installed then we are getting this error.
Assumption:
There are number of assumptions I am getting from various links and site. In all the links I have referred are saying to delete RCU schemas and its related tablespaces from oracle database system and are telling to install it again.
Solution:
But there is no need to delete/uninstall RCU schemas. We can continue BI 11G installation again with the same schema which we have already installed.
Here is workaround:
Login into SQLPLUS and connect BIPLATFORM Schema with the same credentials which we have given when we installed.
syntax: conn BIPLATFORM/password@connectionstring
SQL> conn DEV_BIPLATFORM/Admin123@orcl
once we connected with BIPLATFORM Schema delete the entry which is available in the HSS_COMPONENT table and commit the table.
SQL> DELETE FROM HSS_COMPONENT;
One entry deleted
One entry deleted
SQL> COMMIT;
Commit Complete;
Commit Complete;
Now start the installation and give the BIPLATFORM AND MDS schema details in its related steps. The error will no more exist.
Note:
Do not forget to 'COMMIT' once we deleted the entry from HSS_COMPONENT table. because 'DELETE' command will not be updated without commit.
Happy Blogging,
Bose
Wow! it worked. good solution
ReplyDeletesuper fix .
ReplyDeleteit worked.
thank you.
Super it worked man :) :)
ReplyDeleteThank u
it worked :) thanx
ReplyDeleteWOW...Its worked
ReplyDeleteThanq u so much..
This worked in my case as well..Good tip..
ReplyDeleteGreat tip it worked
ReplyDeleteThanks it worked for me :)
ReplyDeleteand it works.!!
ReplyDeleteur the man bro, it worked ;) !!
ReplyDeleteThanks, it worked :)
ReplyDeleteThanks a lot...its working
ReplyDeletethank u so much yarrr...........
ReplyDeletewhat if there are more than 1 records in HSS_COMPONENT? mine has 29 entries.
ReplyDeleteThanks a lot.
ReplyDeleteGreat It worked !!
ReplyDeleteHey it worked thank youuuuuuuuuuuuuu
ReplyDeleteThanks a lot. It worked perfectly.
ReplyDeletewow....its working.....greattttt
ReplyDeleteWhat a genius you are sir.
ReplyDeleteThank you very much for the tip.
Thanks it worked !!
ReplyDeleteThanks a lot .. it worked .. :)
ReplyDeleteSuper bro, Thanks for saving the time
ReplyDelete