Migrating from BIP 12c to OAP 7.0
Hi there,
I'm reaching out to the community to see if anyone has encountered this scenario and to learn the best way to handle it. Your suggestions are greatly appreciated.
Currently we are using BIP 12c which is integrated with Siebel for Reporting.
We are migrating from one OS to another (from Windows Server 2016 to Windows Server 2022) for both the database and the application. Simultaneously, we are upgrading from BIP 12c to OAP 7.0. How can we accomplish this? Clearly, I need to install OAP on the new host when migrating the platform.
For the Database (MS SQL Server), we are using a cloned database that already contains the BIP 12.2.1.2.0 schema, which means the database host name is different, and this needs to be updated in COMPONENT_SCHEMA_INFO. (SQL: SELECT DB_HOSTNAME, DB_SERVICE, DB_PORTNUMBER FROM VEC_STB.COMPONENT_SCHEMA_INFO;) How do we do that?