Oracle Warehouse builder

Eric -  
 Xochitl -
salut à tous..
When trying to deploy Mappings, I get the following error:RPE-01012: Cannot deploy to the target location because it is owned by a different runtime platform.

est ce que qlq1 a any idea..??

Merci d'avance
A voir également:

4 réponses

Peter Marshall
 
Eric

I have the same problem. It doesn't look like you received a response to your posting. Did you manage to work out what the problem was?

Merci
Peter
0
Rinaldo
 
I had the same problem. I had created manually a schema. To resolve the problem I had created a "Target schena" with the Runtime Assistant and it was ok.
Rinaldo.
0
Vikram Sorathia
 
hi Rinaldo,

In my case the source is on linux database and runtime repository i have on Windows where OWB is installed. I was getting the REP-01012 Error.
After reading your suggestion i created Target schema also on windows database. Still there is the same problem.
Can you be little bit specific about how you solved problem?

Many thanks in advance

Vikram Sorathia
0
Xochitl
 
Change(s) ~~~~~~~~~~
Trying to deploy OWB connecting via the client to the repository.

Cause ~~~~~~~
When you use the deployment manager you are connected to a particular runtime repository. The error you are seeing
indicates that the target location (the target schema into which the map is being deployed) is owned by a different
runtime repository.

Fix ~~~~
The ownership relationship is set up when the target schema is installed using the RTA.
To check which repository owns a target schema you can connect to the target schema using SQL Plus and issue the query
"select wb_rt_platform_repository from dual". This will return the schema name of the owning runtime repository.
Runtime Repository Connection you use to connect to runtime platform should have this name for Runtime Repository Owner.
0