Currently my company is using OBIEE 12.2.1.2.0
We are looking to move the RCU to another server.
I was able to find the following document outlining the steps needed
OBIEE 12c: How To Change Your OBIEE Connections When You Have Moved Your RCU Database To A New Host (Doc ID 2177562.1)
https://support.oracle.com/knowledge/Enterprise%20Performance%20Management%20and%20Business%20Intelligence/2177562_1.html
This document is divided into two sections
1) Installing New RCU Schemas in the New Oracle Database
2) Cloning the Database Where the Original RCU Schemas are Held to Move Them to a New Oracle Database
We basically went through the entire document, starting with installing new RCU schemas.
So we roughly
-Created new RCU schemas in our new target database
-Imported data from the noted tables
-Created new data source to new target database
-Ran the reassociateSecurityStore pointing to the new target database
-Went through the files listed - We actually only had 15 out of the 17 files noted, so we just changed what we had.
-Ran sync_midtier_db
We did this first on our sand box server (SNDBOX), and it was pretty straight forward and uneventful. We re-booted and everything seemed to be just fine.
We then moved on to our DEV environment and ran through the same steps.
But this time, when doing our final reboot of our server it looks like its getting stuck on "Starting bi_server1"
We are just using the start.sh script.
Node manager, and Admin server both seem to start up fine.
It just goes to "Starting bi_server1" and seems to freeze.
I'm quite sure its frozen as I was rebooting it right before I went home from work. Next morning when I came in it was still "stuck" on trying to start bi_server1.
I tried checking the log files but I dont see any immediate error messages.
I did try looking at a few log files, one of which included - bi_server1.out - But again I didnt see any immediate error messages.
I was wondering, has anyone else experienced a similar issue after migrating their OBIEE RCU schemas?
Are there any particular log files that I can try to look at? Not sure if there's a specific few I should focus on?
I apologize if I sound vague, its just that since it literally "froze" and does not appear to be even giving an error message Im not sure how best to trouble shoot
Thanks in advance for any help