Target location vs control center

Hi,
We installed OWB10gR2. In R2 we have control Center Manager to deploy the objects. We can create different control centers in connection explorer. In project explorer configuration we can set which control center is deafult one. Up to that we did. Here my problem is we have one target location. We want to register this target location with different control centers. How it is possible? I mean same location should be available in different schemas. Is it possibles? What is I know is once we register one location with one schema we can't register with another schema right? Or is it possible in R2? Please can you clarify my doubt.
Thanks

Hi,
You question is basically - is it possible to register one single location to more than one control centers ?
I had tried this earlier, but could not succeed as the schema name and password fields are grayed out once the location is registered with a control center.
Best possible way is ( the thing we do ) , create mulitple locations for deploying the same code to multiple locations. Configure the module to the location under the Project Configuration, and thats it.
Regards
-AP

Similar Messages

  • Assigning oracle location to control center

    Is there any OMB statement which will assign oracle location to control center in 11G?
    I know it can be manually done.Please proivde me the OMB statement so that the data location appears in the right hand side edit control center tab.
    Thanks in advance.

    change the $values
    OMBCREATE LOCATION '$DATA_LOCATION_NAME' SET PROPERTIES \
    (TYPE, VERSION, DESCRIPTION, BUSINESS_NAME, HOST, PORT, \
    SERVICE, CONNECT_AS_USER, PASSWORD) VALUES ('ORACLE_DATABASE', \
    '$DATA_LOCATION_VERS','ERS Datamart Code User','$DATA_LOCATION_NAME',\
    '$DATA_LOCATION_HOST','$DATA_LOCATION_PORT','$DATA_LOCATION_SRVC', \
    '$DATA_LOCATION_USER','$DATA_LOCATION_PASS')

  • Can't see process flow locations in control center

    Hi there
    We have process flows which pointing to process flow locations. Can see these locations in Design Center but when try delopy the process flows can't since the process flow locations are not visible.
    How do you make these locations visible in the Control Center.
    Many Thanks

    Hi there
    found out how to do this - double-click the control center and see the various locations it can see on the right hand side - the process flow ones were on the left - simply added them to right and can now see in control center and deploy.
    Many Thanks

  • CANNOT SEE OBJECTS IN CONTROL CENTER

    I imported the meta data file from one repository to another and when I go to the control center to deploy objects, I don't see any. Not sure what's going on, but I have my locations set properly and I registered the location. any ideas? BTW, I am using OWB 10.2

    Do you see all your locations (imported from project) in Control Center Manager?
    If no - try to add locations to Control Center (from Design Center, double click on CC in Connection Explorer, on "Data Locations" tab)
    Reagrds,
    Oleg

  • Control center location source and targets

    Hi,
    I'm trying to document an OWB 11.2 repository and I'm trying to find a OWBSYS view that holds the assigned source and target locations for a control center in the design repository (what you see in the control center properties in the Locations tab) . Does anyone know where I can query this information?
    Cheers,
    John

    Perhaps the table is repurposed between 10g and 11.2?
    When I query that table I see a list of modules (information_system_name) and it's associated location (location_name) but I do not know if the location is a source or a target. A lot of these tables have been around since 9i so I guess in 9i speak I want to see the equivalent of the module type ('data source' or 'warehouse target').
    In 11.2 the module no longer has this source or target concept directly via the module properties - it held against the control center properties - not that all_iv_control_centers shows this information - that is just a list of control center names and their associated remote server/workspace/workspace owner properties - which is similar to the old 9i runtime repository connection properties when using the deployment manager and pretty much the same as what you see when querying all_iv_runtime_repositories.
    So, still not quite there yet...
    Cheers,
    John

  • All objects disappear from target location in the Control Center

    Hi,
    I don't know if this is an OWB bug or if there's some issue with my particular installation, but sometimes when I open Control Center to deploy/run objects they are not there, the particular location (target location in this case) appears empty.
    I had seen this a couple of times before but thought that it might be some mistake on my part (selecting the wrong location, db connectivity, etc).
    Have you seen this? I'm using OWB 10g Rel 2 with Oracle DB 10g Rel 2.
    Regards,
    --oswaldo
    [osantos]

    There is nothing in place. How is turning off location services saving you power? It doesn't use any unless you are using it. However, if you feel strong about it, you can make a suggestion to Apple feedback HERE and click on the appropriate link.

  • Loading flat files located on a server using the Control Center piece ofOWB

    Loading flat files from a server with OWB
    I am successful loading files with OWB, as long as they resided on my workstation in the C:\ drive. I copied the files to a Linux server into directories owned by Oracle/oinstall, permissions on the directories containing the files are 777. I ran the OWB client from the server with the following results:
    Error
    RPE-01013: SQL Loader reported error condition, number 1.
    SQL*Loader: Release 10.2.0.1.0 - Production on Fri Mar 9 11:15:58 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL*Loader-500: Unable to open file (/u00/data/owb_repos1/state_codes.csv)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: The system cannot find the file specified.
    SQL*Loader: Release 10.2.0.1.0 - Production on Fri Mar 9 11:15:58 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL*Loader-500: Unable to open file (/u00/data/owb_repos1/state_codes.csv)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: The system cannot find the file specified.
    I tried to load the file using the control center from both the windows client and the server client. Can I do this from either one?
    I can't import the file in the Design Center from the /u00/data/owb_repos1 directory, it does not show up.
    If anyone has received similiar errors from OWB, please tell me how I can fix this. THANKS!!!
    [d97886@owbtest owb_repos1]$ pwd
    /u00/data/owb_repos1
    [d97886@owbtest owb_repos1]$ ls -la
    total 24
    drwxrwxrwx 2 oracle oinstall 4096 Mar 19 12:14 .
    drwxrwxrwx 18 oracle oinstall 4096 Mar 6 16:41 ..
    -rwxrwxrwx 1 oracle garrett 1481 Mar 8 07:32 state_codes.csv
    [d97886@owbtest owb_repos1]$

    Hi
    This is what i do for my flat files (i am loading my tables from the flat files):
    1) Create location for the files in OWB and it should look something like \\path_to_where_the_files_are. Here you should be able to browse to your Linux box and select the location of the files.
    2) Then check whatever you use (i use TOAD) and you should see in owb schema a directory created there which points to the location of the flat file.
    3) then just follow the guide to sample the files etc and you are good to go.
    Basically OWB has to be able to see the files that are on Linux machine.
    Alternatively you can map your Linux share to your windows box (use samba or something) and use it that way.
    Sorry if it is stating the obvious.
    Hope this helps
    Kind Regards
    Vix

  • My control center and notification center are not showing when I swipe in there respective locations. Does anybody know why?

    My control center and notification center are not showing when I swipe in there respective locations. Does anybody know why?

    Thank you for the sugestion, but it was working fine both on the lock screen and on my home screen. I check all my settings and it is how it was from Friday, when I got the iPhone 5s. It just stop working.  The only way I can fix it is by shutting down the phone. It will work for a while, then it won't. 

  • Wrong parameters for multiple targets mapping started in Control Center

    Dear experts,
    I'm newbie for OWB and I got into the following error when I try to start the loading of one my mapping that consists of 2 Cubes as targets:
    INVN_HIST_MAP
    Error
    ORA-06550: line 1, column 847:
    PLS-00306: wrong number or types of arguments in call to 'MAIN'
    ORA-06550: line 1, column 841:
    PL/SQL: Statement ignored
    When I check the the package Main Procedure, I found the number of parameters for 'TRUNCATE_LOAD' and 'AW_EXECUTE_RESULT' doubled compared to the other mappings I have which consist of one target cube only. That explains why I got the error above. My question is whether there's any way to get the Control Center loading work?
    Many thanks!

    Thanks for the reply David. I'm using OWB 10.2.0.4. Is this a known bug? I don't mind splitting into 2 mappings. My only concern is that ~60% of the data processing are overlapping. I'm using MOLAP. Is there a way to share staged table data on 2 different mappings?

  • Add location services in the control center

    To save power I go into Settings and turn on/off the all the Location Services.  Is there any plans to add location services in the control center for quicker access?  Or is there something already in place?

    There is nothing in place. How is turning off location services saving you power? It doesn't use any unless you are using it. However, if you feel strong about it, you can make a suggestion to Apple feedback HERE and click on the appropriate link.

  • Migration to 10.2: Target Schema managed by old Control Center/Runtime Rep

    Hi
    We are migrating from OWB10gR1 to R2 (10.2.0.4)
    After loosing (!) the old 10.1 runtime repository "OWBRUN" we created a new Design Repository.
    Then we wanted assign an old target schema named "TARGET" to the new one (with Security -> User -> New ...)
    Unfortunately we receive the message:
    User "TARGET" is managed by another control center: OWBRUN
    How can we remove this connection between "OWBRUN" and "TARGET" ?
    Otherwise we can not use this schema as a target, and therefore we can't deploy mappings to it.
    Beat

    I solved my problem using the 10gR2-Repository Assistant:
    1. Installing a new Control Center with the name of the old one (OWBRUN exactly!).
    2. Register the target schemas to this new CC (as before in 10gR1)
    3. Unregister those targets from OWBRUN
    4. Register the targets to the correct CC (OWBRUN1020)
    (5. Deinstall CC OWBRUN)
    Beat

  • Control Center problem (Following migration from 9.2)

    Hi,
    I've performed migration from 9.2 to 10.2 following chapter 3 of the install guide. I can deploy / upgrade my objects OK using my default control center but if I try and debug a mapping it cant connect. The debug info pane sits on 'Connecting to Control Center schema' and then pops up with an error offering a retry.
    Im stuck as to whats wrong, I've set up a new control center, re-registered my target location with that and still I cant debug.
    Has anyone seen this before following a migration?
    Thanks in advance !

    did you check whether synonym exist in the database? use below sql to see the synonym.
    select SYNONYM_NAME,owner,TABLE_NAME,TABLE_OWNER from dba_synonyms where SYNONYM_NAME='XMLCONCAT';
    Regards

  • Empty "scheduled jobs" list in control center

    Hi all,
    due to a move to a new data warehouse environment i added a new configuration
    to my OWB project with new locations, control center etc.
    I was able to deploy and run all of the owb stuff into the new environment except all
    the scheduled jobs to deploy into OEM,
    which owb generates for all the process flows that have a schedule assigned ("Referred Calendar" in Configuration).
    The list of "Scheduled Jobs" in control center for the target location just appears empty.
    Are there any additional settings or privileges missings,
    i.e. for target location, owb repository owner, configuration, location, ...?
    Old env is Oracle DB 10.2.0.2 on Win Server 2003 32 bit, Workflow Server 2.6.4, OWB Client 10.2.0.1.31, OWB-Repository 10.2.0.1.0.
    New env is Oracle DB 10.2.0.2 on Redhat 64 bit, Workflow Server 2.6.4, OWB Client 10.2.0.1.31, OWB-Repository 10.2.0.1.0.
    Any hints would be appreciated.
    Thanks,
    Matthias

    Hi,
    I found out that I have to create a new schedule module.
    In the create module wizard you'll have to define a location where schedules
    are deployed to and there I defined the new target location.
    It is not possible to assign different deployment locations for same schedule
    module in each configuration.
    I don't know if it is a bug or a feature, but with the new seperate schedule module
    it works.
    Just to let you know,
    Matthias

  • 11R2 How to change IP in OWB_REPOSITORY_LOCATION and Default Control Center

    We are changing the IP of the OWB repository database server. Reviewing the locations tab, I found out the Default Control Center and OWB_REPOSITORY_LOCATION are set up with IPs, so I need to change the IPs by hostname in both of them. I think I cannot use the script OWB_HOME/rtp/sql/UpdateLocation.sql, then, how to do it?
    I would appreciate if someone points at other issues I should check from OWB point of view.
    Thanks in advance
    Carmen

    Thanks for your answers.
    Oleg, I have update the CONNECT_SPEC in table WB_RT_SERVICE_NODES with hostname(:port:service), then I stopped / started the Control Center. Locations of OWB_REPOSITORY_LOCATION and Default Control Center still show the IPs in designer. (The other target locations were configured with hostname)
    Then I run the script UpdateLocation.sql for OWB_REPOSITORY_LOCATION, and it finished fine:
    09:06:01 SQL> @$ORACLE_HOME/owb/rtp/sql/UpdateLocation
    This sql script sets the host:port:service and version parameters for a
    location in the OWB Client Repository. It must be run from user OWBSYS.
    The connection type must be host:port:service and cannot be changed
    using this script.
    The location may be registered or unregistered.
    Restart OWB client in order to see the new version in the UI.
    Enter Workspace Name: MY_WS
    Enter Workspace User Name: WSUSER
    Enter Location Name: OWB_REPOSITORY_LOCATION
    New Host: myhost
    New Port: myport
    New Service Name: myDB
    New Version: 11.2
    Select Workspace Id for workspace MY_WS and user WSUSER
    Workspace id = 122
    Update location properties for OWB_REPOSITORY_LOCATION
    Location Type = Oracle Database
    Location OWB_REPOSITORY_LOCATION Found
    Connection Type = Default HOST:PORT:SERVICE Updating...
    Updating CMPLocation_Host = myhost
    Updating CMPLocation_Port = myport
    Updating CMPLocation_ServiceName = myDB
    Updating CMPLocation_Version = 11.2
    InsertingCMPLocation_Version
    Procedimiento PL/SQL terminado correctamente.
    09:12:04 SQL>
    Both locations still have IPs in designer. Migth I have tried with GLOBAL_WORKSPACE instead of MY_WS?
    Regards
    Carmen

  • Disabling swipe-down/up menus: notifications center, control center and spotlight

    I am working on a project for work that allows patients to use these iPads to submit a short survey upon departure from our clinics. We have standalone kiosks to mount them to the floor and are using "Kiosk Pro Lite" to lock down these devices to where the only thing that the patients can access is the survey itself.
    The only problem is that they are still able use the swipe features, and I can't seem to search and locate a way to disable these features without jailbreaking them. Does anybody have any suggestions?

    You CAN turn off Control Center from being used within apps: Settings > Control Center > Access Within Apps > Switch OFF (white side showing)
    You could then uncheck everything under Settings > General > Spotlight search and set restrictions on what people can change under Settings > General > Restrictions. Just DO NOT forget the password for this as you will have to reset the iPad to factory defaults if you do.
    Best of luck.

Maybe you are looking for

  • How to run a HOST command from Report 2.5

    Hello everybody, I want to pass an unix command from a Report. I am running the report (Report 2.5) on an Unix server and I want to pass a unix host command inside the Before Report Trigger of the report. But Report2.5 is not recognising the HOST bui

  • 10.8.2 update and iCal

    I just updated my iMac to 10.8.2.  All is fine, except iCal which will no longer start.  It shows the screen of iCal for perhaps a half second and then provide an error message that says "Calendar quite unexpectedly" -- nothing I do can get iCal to r

  • When using hyperlink, how to build the URL?

    I open a report using followin URL http://machine_id:portnum/reports/rwservlet?report=C:\oracle_reports\test.jsp&USERID=uid/pwd@db&DESTYPE=cache&mode=bitmap&desformat=html&pagestream=yes&paramform=yes then this will open a report I want to add a hype

  • Sun Fire V490 Error

    Hello everyone, I got issue with this UUID=a4334520-a3be-6004-b82d-b4042a6f1ade. Pls advise or suggest us in this case. TIME UUID SUNW-MSG-ID Apr 19 18:48:48.6895 a4334520-a3be-6004-b82d-b4042a6f1ade FMD-8000-2K 100% defect.sunos.fmd.module Problem i

  • User unable to connect to new access point AIR-CAP3502P-S-K9

    Hi Guys,           In my branch there are 8 access points[ AIR-CAP3502I-S-K9 ] connected to Wireless controller which is been working fine since the beginning.. I had to add two more access points to this branch and after the failure, i realised this