How to create a control center service ?

Hallo,
i have a server with 1 DB Home (with 2 instances) and 1 OWB Home.
I have OWB repositories in both instances and can connect to both via Design Center.
But trying to open the Control Center Manage in instance 2 fails with:
RTC-5301 Control Center service not available
In instance 1 it is working.
ps -ef | grep owb
shows me 3 processes running for the 1. instance
(based on owb/bin/unix/run_service.sh),
but none for the 2. instance
So my question is:
How can i create this missing service ?
I checked this doc http://download.oracle.com/docs/cd/B31080_01/doc/install.102/b28224/install_rep02.htm#CCHEDJBD
but the information on this topic is not very detailed.
Thanks,
Jochen

Hi,
you must use the repository assistant, advanced option, to create a new repository owner. If you want to use both control center in one design rep: Then you must register it in the design center: create a new control center. To switch between both you must make one of them to the active control center/configuration.
Then you will have another services with the name oft he new cc.
Regards,
Detlef

Similar Messages

  • Control center service

    Hi all,
    how can I schedule control center service to startup every time server is rebooted?
    I've notice that server sometimes reboot due to upgrades and that control center service doesn't startup and so my scheduled job doesn't start.
    I'm using oracle 11g and win server 2003.
    Many thanks.

    I use win server 2003 and the user has permission to open file.
    In the log I notice this java exception:
    2008/11/13-03:05:51-CET [D6A05E][] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - Closed Connection
         at oracle.wh.runtime.platform.service.controller.PlatformDb.disconnect(PlatformDb.java:108)
         at oracle.wh.runtime.platform.service.Service.run(Service.java:427)
         at oracle.wh.runtime.platform.service.Service.main(Service.java:1082)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at Launcher.main(Launcher.java:167)
    Caused by: java.sql.SQLException: Closed Connection
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:439)
         at oracle.jdbc.driver.PhysicalConnection.commit(PhysicalConnection.java:3323)
         at oracle.jdbc.driver.PhysicalConnection.commit(PhysicalConnection.java:3357)
         at oracle.wh.runtime.platform.service.controller.PlatformDb.disconnect(PlatformDb.java:102)
         ... 7 more
    java.sql.SQLException: Closed Connection
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:439)
         at oracle.jdbc.driver.PhysicalConnection.commit(PhysicalConnection.java:3323)
         at oracle.jdbc.driver.PhysicalConnection.commit(PhysicalConnection.java:3357)
         at oracle.wh.runtime.platform.service.controller.PlatformDb.disconnect(PlatformDb.java:102)
         at oracle.wh.runtime.platform.service.Service.run(Service.java:427)
         at oracle.wh.runtime.platform.service.Service.main(Service.java:1082)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at Launcher.main(Launcher.java:167)
    2008/11/13-03:05:51-CET [D6A05E][] The Control Center Service is shutting down due to a previously reported fatal error.
    This error can happens because I've 2 instance with owb on same server? The other instance started without problems.
    Thanks

  • 11gr2 Control Center Service run_service.sh Issues

    So after a few days of searching this forum (and many other online forums), I was unable to find anything related to this specific topic at all. Since I beat my head against a wall for a few days to figure this out, I figured if I can save even one other poor soul from hitting this issue then this post would be worth it.
    In short, we have a two tier'd setup for OWB 11gR2 that we're building out as part of a data center migration project. Our intent was to run the control center service on an application server (completely apart from the database server which according to Oracle support, isn't normal - and initially, they told us wasn't supported... until I forwarded them a copy of the install & admin guide and they realized it was a valid architecture in that document on page 1-5... what the bag??). We installed the OWB standalone client (important to note, on a Red Hat Linux 64 bit box) exactly as per the instructions.
    So onto the actual problem. When we tried to launch the control center service, it would start with the following output:
    2013/05/22-10:58:53-CDT [558385E3][] Platform Service for null
    2013/05/22-10:58:54-CDT [558385E3][] Connection Manager - OCI fix performed
    2013/05/22-10:59:09-CDT [558385E3][] Thin driver connection time - 14604 millisecond(s)
    2013/05/22-10:59:09-CDT [558385E3][] Connection Manager - property user.timezone value is US/Central
    2013/05/22-10:59:09-CDT [558385E3][] Connection Manager - connection.timezone not set. Defaulting to value SERVICE
    2013/05/22-10:59:09-CDT [558385E3][] Connection Manager - using service timezone US/Central
    2013/05/22-10:59:09-CDT [558385E3][] Connection Manager - defaultimg session timezone offset to -05:00
    2013/05/22-10:59:09-CDT [558385E3][] java.io.IOException: No such file or directory
    at java.io.UnixFileSystem.createFileExclusively(Native Method)
    at java.io.File.createNewFile(File.java:883)
    at oracle.wh.runtime.platform.service.util.TraceManager.createNewFile(TraceManager.java:579)
    at oracle.wh.runtime.platform.service.util.TraceManager.switchTraceFiles(TraceManager.java:735)
    at oracle.wh.runtime.platform.service.util.TraceManager.switchTraceFiles(TraceManager.java:702)
    at oracle.wh.runtime.platform.service.util.TraceManager.initialize(TraceManager.java:308)
    at oracle.wh.runtime.platform.service.ServiceObject.initializeTrace(ServiceObject.java:30)
    at oracle.wh.runtime.platform.service.Service.<init>(Service.java:137)
    at oracle.wh.runtime.platform.service.Service.main(Service.java:975)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at Launcher.main(Launcher.java:175)
    2013/05/22-10:59:09-CDT [558385E3][] Free Memory(bytes)=218257400 Total Memory(bytes)=248578048 Used Memory(bytes)=30320648 Used Memory(percent)=13%
    2013/05/22-10:59:09-CDT [558385E3][] Control Center Service Version 11.2.0.3.0 starting
    2013/05/22-10:59:09-CDT [558385E3][] Startup due to manual request
    2013/05/22-10:59:09-CDT [558385E3][] Control Center Repository Name OWBSYS on Service w409d at Host wdprd00a0043
    2013/05/22-10:59:09-CDT [558385E3][] Explicit garbage collection - every 1 execution(s)
    2013/05/22-10:59:09-CDT [558385E3][] Initializing Platform
    2013/05/22-10:59:09-CDT [558385E3][] Recovery starting
    2013/05/22-10:59:09-CDT [558385E3][] Service startup complete
    This is the entry from Ref. Doc ID 402401.1 - How To Setup a Remote Control Center Service or Remote Runtime With OWB 10.2, and this is exactly how we called the process:
    cd <owb_home>/bin/unix
    nohup echo <unified_repos_password> | run_service.sh -manual 1 control_center_service_home unified_repository servername listenerport servicename &control_center_service_home --Oracle Home where OWB software is installed
    unified_repository --Schema name of the Unified Repository (owbsys)
    servername --Server where Unified Repository is installed
    listenerport --Listener port for the DB
    servicename --Service name of the DB
    This allows the service to run in the background, even if you log off of the terminal (which is ideal vs. using the local_service_login.sh script and xwindows to start it manually on a unix platform).
    At first, this error smacked of the control center service using the wrong oracle home. It was spitting that error above out to STDOUT, instead of to a file in the owb/log file directory as it should. To see what would happen, I updated the wb_rt_service_nodes table to use the application server home value instead of the server side home... and it actually "worked". Starting it back up made it look almost right, except any sqlldr maps were being deployed with a warning... so I knew that wasn't it.
    After much research and playing around, and a moment of sheer, blind luck (I created myself a unix alias to issue the run_service command, and accidentally added an additional dash in front of the node id parameter i.e. "-1"), the warning dissappeared and we also were able to deploy a sqlldr map without a warning as well (the other symptom of this was that any sqlldr map would deploy with a warning saying it couldn't find/create the .ctl file... but it was looking in the OWB home on the DB server, not the application server!!).
    To summarize, it would appear that in order to startup a standalone 11gr2 control center service on the Linux 64 bit distribution of the code correctly - you must add the extra dash in the nodeid parameter like so:
    <nohup stuff>run_service.sh -manual -1 <everything else>
    If you don't do this, the control center service won't run properly and all the symptoms look like it's runing with the wrong oracle home... which, given the apparent lack of documentation from Oracle on the subject of running remote control centers, you may go crazy with the reset_owbcc_home.sql and remote_owb_install.sql scripts. Hope that helps someone.

    Forget to mention that i did execute the service_doctor.sql and the result is the following
    All PL/SQL packages and functions are valid
    Platform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is available
    There is a problem accessing the service startup script from the databaseserver
    Here is the detailed error message which contains the name of the startscript file:-
    Service startup file '/app/oracle/owb/bin/unix/run_service.sh' is notaccessible from the database server on instance number 1
    Please verify that the disk containing the file is visible to thedatabase server
    Please verify that the database server account has access rights on thefile
    Connection information stored within the repository is correct
    BR

  • Urgent Hepl Needed: Unable to start Control Center Service OWB 10gR2

    Hi everybody,
    we moved our test owb instance to a new server.
    Today i wanted to start the Control Center Service from sqlplus with the
    start_service.sql
    Now i am getting the following error:
    service startup failure using command "/ora/app/oracle/product/10.2.0/owbhome_1/owb/bin/unix/run_service.sh -manual 1 /ora/app/oracle/product/10.2.0/owbhome_1 DWH_OWB SRVDBE004E:1521:DBE004E" reason ORA-29532: Java-Aufruf durch nicht abgefangene Java-Exception beendet: java.io.IOException: service early exit: code=255 : err= : out=2011/06/20-09:16:46-CEST [B166B5] Platform Service for null
    2011/06/20-09:16:47-CEST [B166B5] Connection Manager - OCI fix performed
    2011/06/20-09:16:47-CEST [B166B5] Thin driver connection time - 619 millisecond(s)
    2011/06/20-09:16:47-CEST [B166B5] Connection Manager - property user.timezone value is Europe/Berlin
    2011/06/20-09:16:47-CEST [B166B5] Connection Manager - conn
    Can anybody help me out?
    Greetings,

    Hi ,
    find solution from oracle support...
    Applies to:
    Oracle Warehouse Builder - Version: 10.2 and later [Release: 10.2 and later ]
    Information in this document applies to any platform.
    Symptoms
    The run_service.sh and/or the set_repository_password.sql script execution fail with :
    ORA-29532: Java call terminated by uncaught Java exception:
    oracle.jdbc.driver.OracleSQLException: ORA-28239: no key provided
    Additional error :
    with OWB 10.2 : ORA-06512: at "SYS.DBMS_OBFUSCATION_TOOLKIT_FFI", line 21
    with OWB 11G: ORA-06512: at "SYS.DBMS_CRYPTO_FFI", line 67
    Changes
    The database has been cloned - including the OWB repositories.
    OWB tables have been manually updated to reflect the change of hostname/port/service name.
    This is not a RAC configuration (refer to Note 395037.1 in that case) unless there is a shared drive.
    Cause
    The Warehouse builder rtrepos.properties file (located in the OWB_HOME/owb/bin/admin directory) has not been updated with the repository key.
    Solution
    Rename the rtrepos.properties file
    Start SQL+
    With OWB 10.2 : connect as the Unified Repository owner account
    With OWB 11G : connect as OWBSYS
    Execute the script reset_repository.sql located in the OWB_HOME/owb/rtp/sql directory.
    This script will re-create a rtrepos.properties file. It requires the Unified Repository Owner/OWBSYS password as parameter. e.g.:
    sql> @reset_repository.sql <password>
    Thanks,
    Praveen

  • CAN WE START AND STOP THE CONTROL CENTER SERVICES USING OMB?

    Hi All,
    I'm new into the world of OMB and currently i have been working with OMB scripts and i just need to know whether i am able to start the control center services using OMB...?
    Any help will be highly appreciated.
    Regards,
    Shenoy

    Thanks ALL, I GOT IT, but I used other solution.
    Since I installed and uninstalled the Oracle several times, it keeps also many different Services for the listener. I don't know why, it didn't create a Service for my actual instalation with its path. In other words, all the services remained in the services.msc panel, had the path that was already removed from the Windows folder.
    Then what I did, was that I picked one service, took its name (OracleOraDb10g_home1TNSListener), went to regedit to [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\OracleOraDb10g_home1TNSListener] and simply changed the image path that was setted for the one that was removed (C:\oracle\product\10.1.0\Db_2\BIN\TNSLSNR ) for mine that is installed right now
    (C:\oracle\product\10.1.0\Db_1\BIN\TNSLSNR). Nothing more and finally works.
    I have tried something in the services.msc panel before, as you can see in this forum at the thread "I can't start listener in the Control Painel/Admin Tools/ Services", but I never got
    success.
    Appreciate your time!!

  • How to connect to control center from omb

    i have problem.
    i can't run deploy because Connection to a Control Center has not been made

    Hi,
    you have to be connected to your design repository and the control center service:
    OMBCONNECT CONTROL_CENTER owbrep/passwd@mydesignhost:1521:mytargetdb USE REPOSITORY 'owbrep'Connected.
    OMBCONNECT owbrep/passwd@mytargethost:1521:mydesignrep USE REPOSITORY 'owbrep'Control Center connected.
    OMBCC '/MYPROJECT/MYMODULE'Context changed.
    OMBCREATE TRANSIENT DEPLOYMENT_ACTION_PLAN 'MYPLAN' \ADD ACTION 'MY_ACTION' SET PROPERTIES (OPERATION) VALUES ('REPLACE') \
    SET REFERENCE TABLE '/MYPROJECT/MYMODULE/MYTABLE'
    Action plan MYPLAN created.
    OMBDEPLOY DEPLOYMENT_ACTION_PLAN 'MYPLAN'Deploying MYTABLE
    Deploying MYTABLE
    Deploying MYTABLE_IDX1
    Deployment completed.
    Good luck,
    Carsten.

  • How to Create a Control In Notepad

    Hello:
    I am need help creating a control file. I have never done this before. I have to load the following script into notepad:
    load data
    infile 'names.txt'
    badfile 'names.bad'
    truncate
    into table names
    fields terminated by ','
    trailing nullcols
    (first,last)
    I then went to Command Prompt to begin the SQL Loader command and recieved the following message.
    SQL*Loader-500: Unable to open file (names.ctl)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: The system

    DUPLICATE post
    How to Create a Control In Notepad

  • HOW TO CREATE A COST CENTER

    HI ! ALL
    I WANT TO KNOW ABOUT HOW TO CREATE A COST CENTER IN SAP .
    EXAMPLE - ADMINISTRATION DEPT , MARKETING DEPT , PACKING DEPT.
    REPLAY ME - 09558175176

    hi
    http://wiki.sdn.sap.com/wiki/display/ERPFI/HowtocreateaCost+Centre
    see this link you can clearly understand...given with screenshots

  • How to create a Weblogic Duplex Service?

    How to create a Weblogic Duplex Service?
    Like this in WCF:
    http://msdn.microsoft.com/en-us/library/ms731184.aspx

    However you can't run a batch script as a service in Windows. I think you are looking in the wrong place for a solution.

  • How to create a funds center hierarchy

    Could somebody tell me how to create a funds center hierarquy ?
    My idea is to create a hierarchy vaious funs center , not only to create and assign.
    Thanks in advance
    Olga

    Hi Olga,
    Please, use FMSD transaction for this. If you want to create several groups, use FM_SETS_FICTR1 transaction.
    Regards,
    Eli

  • How to Create and Deploy Web Services Using Oracle 9i JDeveloper

    Hi,
    My Question is how to create and deploy Web Services using Oracle 9i JDeveloper.Anybody please give me a detailed Reply.Please Reply to [email protected]
    Hopr to Hear From you,
    Regards,
    G Sreekumar

    You could use datasources. You should do this in your BC4J Configuration. Then when deploying your applicaiton use the command -installDataSource (from admin.jar) to create the right datasource.
    You could probably use the name of your connection + "DS" so you can also use it locally in JDeveloper as JDev seesm to create this automaticly for your Connections.

  • Name of the OWB control center service?

    Is the control center a service that you can manually start/stop in Windows? If so, what is it's name?

    Hi,
    in the windows start menu, you find two scripts for starting and stopping the control center service.
    Regards,
    Carsten.

  • Not able to start control center service of OWB 10.2

    Hi i have implemented the remote runtime service architecture in OWB 10.2. This means the OWB s/w is not installed in the box where Oracle data base is.When I'm trying to start the service form the client machine (where OWB is installed) using the Start Control Center service option the service is not starting up.Is there any work around to start the control center service.
    Thx

    Hi!
    Try to start the service using @<OWB-HOME>/owb/rtp/sql/start_service.sql
    You need to log with the Control Center owner.
    Check out if you get any errors. If yes, try also @<OWB-HOME>/owb/rtp/sql/service_doctor.sql for more information.
    Regards,
    Sebastian

  • How to create table control and link in screen exit

    Hi Friends,
                     I want to create table control in enhancement CONFPP07.  The values entered in table control should be stored in ztable along with some other information.
    But I want to know how to create table control in screen-exit and how and where to write code and how to link all.
                   Kindly send me step-by-step documentation or real time examble prg.
                   Kindly give ur answers for this problem only.
    Thanks in Advance,
    S.Senthil kumar

    If u have a  screen exit..then u will have a option to create a sub screen..in that sub screen u activate the pai and pbo events..it will show u where to write the code..

  • How to create table control without wizard....???

    Hello experts !!
    Plz tell me how to create table control without wizard.
    for sflight table.
    Scenario 1
    I have one screen like 1000.
    There i have taken carrid, connid, fldate as criteria.
    Now i want to display Planetype, Price, Seatsmax in the table control.
    Scenario 2
    i have two screens 1001, 1002.
    in the screen 1001 i have taken carrid, connid, fldate as criteria and there is a Button.
    when i will click the button it will show the price, planetype and seatsmax in the table control in the next screen, i.e 1002
    plz help me out...
    and how to save new record in the dictionary table from that table control....

    Hi
    see the sample programs and design accordingly
    syntax:
    CONTROLS .
    if you only want to determine the row of the table control. SY´-SUBRC allows you to check if the cursor is placed in a row of a table control.
    u need to comment the performs of table control fields and write ur own perform statements. And u have to declare the table control fields as separate internal tables.
    Go through this urls.
    www.****************
    www.sap-img.com
    Check the below links.
    just refer to the link below
    http://www.sapmaterial.com/tablecontrol_sap.html
    step by step procedure with screen shots
    http://www.planetsap.com/howdo_a.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/content.htm
    http://sap.niraj.tripod.com/id25.html
    Also you can see the below examples...
    Go to se38 and give demodynpro and press F4.
    YOu will get a list of demo module pool programs.
    One more T-Code is ABAPDOCU.
    YOu can find more examples there.
    See the prgrams:
    DEMO_DYNPRO_TABLE_CONTROL_1 Table Control with LOOP Statement
    DEMO_DYNPRO_TABLE_CONTROL_2 Table Control with LOOP AT ITAB
    http://www.geocities.com/ZSAPcHAT
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    Regards
    Anji

Maybe you are looking for

  • Airport Utility no longer shows two AE's on the network

    I have an Airport Extreme Base Station + 4 AEs' (802.11n);  when Airport Utility window opened for an update, I quit in the middle of it, when i opened up the Utility today, it no longer shows 2 of the AE devices.  Anyone know how to have all shown a

  • Roles not visible in the Catalog while requesting roles in OIM 11gr2

    Hi Experts, We have recently installed the OIM 11g r2 for a POC purpose and created few roles. The issue is we are unable to see the roles created while requesting the roles in catalog. Already run the Catalog Synchronization Job and its scheduled to

  • What resolution - JPG's for 500x s.s.  ...?

    Ok; I've finally got my slide-show collection together. They're all jpg's. Now how do I control/determine their resolution so as to limit their file sizes..? I'd set them up in PhotoShop(CS2). One of who's options is jpg quality when saving. This isn

  • In java.lang.NumberFormatException

    Hello, my code can compile, but when I try to create an new TempEntry (String info), in java.lang.NumberFormatException keeps appearing by the time I get to my first integer. * Constructor for objects of class TempEntry public TempEntry(String info)

  • Firefox cannot establish connection to server 127.0.0.1:1234

    I want to open my bank's security and it says that firefox cannot establish connection to server 127.0.0.1:1234