About
The copy/paste function of the OBIEE admintool described.
Articles Related
How to
Copy new repository Objects to a target repository
- Open the source repository met admintool
- Copy the object and paste the content in JEdit
- In JEdit, Search > Find of Ctrl + F
- Check the “Regular expressions” settings and enter the following expression:
(UPGRADE ID ){1}[0-9]*
The first goal is to suppress the UPGRADE ID with its number because they can diverge from one environment to an other.
- Open the the target repository
- Paste the text content of JEdit in the same layer (Presentation, Business Model of Physical)
- That's it.