This is the most common step while doing deployments. With Enterprise Manager coming into picture OBIEE has become more easier to handle. There are couple of ways of deploying RPD.
Consider we have a RPD named "OracleBIApps_001.rpd" and this needs to be uploaded to BI server.
Scenario1: The RPD that is currently loaded is also having the same name "OracleBIApps_001.rpd"
This case we can follow the Method1 that is direct replace.Lets see the step of how to do it.
This is the real time scenario that we face everyday in our day to day code migrations.Here we have 2 options of doing the migration
Note: Don't perform the above step by changing the RPD name directly in NQSCONFIG.INI as any changes to config files which are not done through EM will revert back to default values when we bounce the services.
- Direct replace of RPD in repository folder
- Upload RPD using Enterprise Manager
Consider we have a RPD named "OracleBIApps_001.rpd" and this needs to be uploaded to BI server.
Scenario1: The RPD that is currently loaded is also having the same name "OracleBIApps_001.rpd"
This case we can follow the Method1 that is direct replace.Lets see the step of how to do it.
- Stop the BI services (see here to start and stop services)
- Go to the below folder
- Replace the existing RPD file with new RPD file
- Start the BI services
- Open the RPD in online mode and verify the changes
This is the real time scenario that we face everyday in our day to day code migrations.Here we have 2 options of doing the migration
- Change the new RPD name as per the Existing RPD name and follow Method1.
- Keep the name and upload using EM.
- Login to EM as weblogic
- Navigate to below screen
- Lock and Edit as shown below
- Upload the new RPD using "Browse" and click "Apply".
- "Activate Changes" and restart the server as shown below.
- Open the RPD online to verify the changes.
Note: Don't perform the above step by changing the RPD name directly in NQSCONFIG.INI as any changes to config files which are not done through EM will revert back to default values when we bounce the services.
No comments:
Post a Comment