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.

Similar Messages

  • Process flow - Mannual - How to interevene thru Control Center

    I have Mannual process in my process flow. I know how to intervene thru Repository Browser. I go to repository browser and do expedite execution and process continues.
    In the user guide they tell this can be done thru control center also. Can anyone explain me how to intervene and continue the process thru control center.

    From the top of my head, if you are in the control center, go to the job when running (the bottom panel) and right mouse click on the job. You can stop a job... I do not have a current example, but I would expect it to be in there...
    JP

  • ORA-07445 during connect to control center - LastDeploymentMsgIterImpl

    hi there,
    we are running OWB 11.1.0.6 to a 10.2. DB and are unable to connect from design rep to control center ('no data to read from socket')
    we got the following message in our alert log:
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_qkabxo+18] [PC:0x20C6606] [ADDR:0x0] [UNABLE_TO_READ] []
    Current SQL statement for this session:
    /*LastDeploymentMsgIterImpl*/
    select
    am.audit_message_id AS MSGID,
    wb_rt_message_text(am.audit_message_id) AS MESSAGE,
    am.severity AS SEVERITY
    from
    wb_rtv_audit_messages am,
    wb_rtv_audit_script_runs asr,
    wb_rtv_audit_scripts ass,
    wb_rtv_audit_objects au,
    (select
    ao.audit_object_id
    from
    wb_rtv_audit_units au,
    wb_rtv_audit_objects ao
    where
    au.audit_unit_id = ao.audit_unit_id and
    ao.object_uoid = :1 and
    au.store_uoid = :2 and
    rownum < 2
    order by
    ao.audit_object_id desc) aoid
    where
    am.audit_script_run_id = asr.audit_script_run_id and
    asr.audit_script_id = ass.audit_script_id and
    ass.audit_object_id = au.audit_object_id and
    (au.audit_object_id = aoid.audit_object_id or
    au.parent_audit_object_id = aoid.audit_object_id) and
    rownum < 2
    order by
    am.audit_message_id desc
    connection to control center was not possible.
    highly appreciate your thoughts on this
    thanks in advance !
    peter

    hi there,
    we are running OWB 11.1.0.6 to a 10.2. DB and are unable to connect from design rep to control center ('no data to read from socket')
    we got the following message in our alert log:
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_qkabxo+18] [PC:0x20C6606] [ADDR:0x0] [UNABLE_TO_READ] []
    Current SQL statement for this session:
    /*LastDeploymentMsgIterImpl*/
    select
    am.audit_message_id AS MSGID,
    wb_rt_message_text(am.audit_message_id) AS MESSAGE,
    am.severity AS SEVERITY
    from
    wb_rtv_audit_messages am,
    wb_rtv_audit_script_runs asr,
    wb_rtv_audit_scripts ass,
    wb_rtv_audit_objects au,
    (select
    ao.audit_object_id
    from
    wb_rtv_audit_units au,
    wb_rtv_audit_objects ao
    where
    au.audit_unit_id = ao.audit_unit_id and
    ao.object_uoid = :1 and
    au.store_uoid = :2 and
    rownum < 2
    order by
    ao.audit_object_id desc) aoid
    where
    am.audit_script_run_id = asr.audit_script_run_id and
    asr.audit_script_id = ass.audit_script_id and
    ass.audit_object_id = au.audit_object_id and
    (au.audit_object_id = aoid.audit_object_id or
    au.parent_audit_object_id = aoid.audit_object_id) and
    rownum < 2
    order by
    am.audit_message_id desc
    connection to control center was not possible.
    highly appreciate your thoughts on this
    thanks in advance !
    peter

  • Can't connect to Control Center

    Hi,
    I am able to connect to control center and deploy mappings as Repository Owner but when i log in as Target user and try to open control center i get nothing , no error . Then i tried to expand project opened the editor of the configuration now i get the following error
    ORA-03106: fatal two-task communication protocol error
    ORA-03106: fatal two-task communication protocol error
         at oracle.wh.repos.pdl.foundation.Sync.getCurrentVersion(Sync.java:143)
         at oracle.wh.repos.pdl.foundation.Sync.isSyncRequired(Sync.java:103)
         at oracle.wh.repos.pdl.foundation.Sync.isSyncRequired(Sync.java:72)
         at oracle.wh.repos.pdl.foundation.Sync.isSyncRequired(Sync.java:62)
         at oracle.wh.repos.pdl.foundation.Sync.syncFCO(Sync.java:189)
         at oracle.wh.repos.pdl.foundation.Sync.syncACLContainerForFCO(Sync.java:232)
         at oracle.wh.repos.pdl.foundation.Sync.syncFCO(Sync.java:172)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.syncFCO(SecurityModuleImpl.java:1290)
         at oracle.wh.ui.common.WhSecurityHelper.securityCheck(WhSecurityHelper.java:108)
         at oracle.wh.ui.owbcommon.OWBWizardDefinition.securityCheck(OWBWizardDefinition.java:549)
         at oracle.wh.ui.owbcommon.OWBWizard.initialize(OWBWizard.java:308)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:168)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:147)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchDefinition(IdeUtils.java:1188)
         at oracle.wh.ui.owbcommon.IdeUtils.showPropertySheet(IdeUtils.java:203)
         at oracle.wh.ui.jcommon.tree.WBRepositoryObjectTree.launchEditor(WBRepositoryObjectTree.java:486)
         at oracle.wh.ui.jcommon.tree.WBRepositoryObjectTree.mousePressed(WBRepositoryObjectTree.java:224)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:222)
         at java.awt.Component.processMouseEvent(Component.java:5097)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3195)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    I can't understand what is the issue . Any help would be great
    GV
    Edited by: Suresh_G on Dec 3, 2009 2:40 PM

    Did you make sure that the Control Center Agent is running on your database server?
    Test it by running the show_service.sql or service_doctor.sql as user OWBSYS. The scripts can be found in directory +$OWB_HOME/owb/rtp/sql+. If the CCA is down or wrongly configured, e.g. you changed OWBSYS' password after installation, such that it can't connect, the service_doctor script will tell you. Please correct any errors or misconfigurations and start the CCA afterwards using the start_service.sql script from the same directory.

  • I can't access control center from lock screen. I got to settings and it won't let me enable it.

    I Have an iphone 5 and I can't enable control center from my lock screen when I go to settings.

    Is the iOS up to date?
    Is this a company phone that is supervised? (check with article below)
    iOS: How to tell if an iOS device is supervised

  • How to connect to  Oracle database from webdynprojava application

    Hi
    How to connect to  Oracle database from webdynprojava application. where can we provide the code to connect to database.?
    Thank You.

    Hi,
    You need to create  Java Bean model. The bean is a typical java bean with default constructor, getter and setter. You can have additional methods for query etc. The attributes in the class will be your model node and attributes.
    However you need to configure the connection and create JNDI using visual administrator before writing the code.
    You can also consider writing Session EJB with oracle and using them in WD.
    http://help.sap.com/saphelp_nwce10/helpdata/en/45/dcaa4f05535591e10000000a1553f7/frameset.htm
    Srini

  • How to connect iseries green screen from java program

    how to connect iseries green screen from java program to get the data in the DB files ,here the DB is DB2/400

    Just some Friday fun. Use the telnet program that comes with Windows and supports VT escape sequences.
    import java.io.*;
    import java.net.*;
    public class AutoTelnet {
         private static Socket s;
         public static void main(String[] args) throws Exception {
              Thread t = new Thread() {
                   @Override public void run() {
                        try {
                             s = new ServerSocket(5555).accept();
                        } catch (IOException ex) {
                             ex.printStackTrace();
              t.start();
              Process p = new ProcessBuilder("cmd", "/C", "start", "telnet", "127.0.0.1", "5555").redirectErrorStream(true).start();
              t.join();
              PrintStream ps = new PrintStream(s.getOutputStream());
              ps.println("Screen will be cleared in 5 seconds");
              ps.println("5");
              Thread.sleep(1000);
              ps.println("4");
              Thread.sleep(1000);
              ps.println("3");
              Thread.sleep(1000);
              ps.println("2");
              Thread.sleep(1000);
              ps.println("1");
              Thread.sleep(1000);
              ps.println("\u001b[2J");
              Thread.sleep(5000);
    }

  • Can't access Control Center from Locked Screen since I updated to IOS 8

    Since I updated my iPhone 5 to IOS 8 (and 8.2) when I try to open Control Center from my locked screen, the display goes black but what i tried to open (calculator, camera or timer) is running in the back and the phone does not freeze, but if I want to access either of those, I have tu punch in my password and then open the app.
    This thing does not happen on my wife's iPhone 5 or my iPad Air.
    Any help ?

    JayFen wrote:
    Since I updated my iPhone 5 to IOS 8 (and 8.2) when I try to open Control Center from my locked screen, the display goes black but what i tried to open (calculator, camera or timer) is running in the back and the phone does not freeze, but if I want to access either of those, I have tu punch in my password and then open the app.
    This thing does not happen on my wife's iPhone 5 or my iPad Air.
    Any help ?
    Did you check Settings>Control Center>Access on Lock Screen and make sure it's set to ON?

  • I can't use the control center from my lock screen.

    I just updated my iPhone 5c to the ios 8.0.2, but previous to that update I was able to use the control center from my lockscreen. But now, I can't. I already tried to disable restrictions and it didn't work. Please help.

    Check the settings for this And make sure that the availability of the Control Center from the Lock Screen is turned on.
    Settings > Control Center > Access on Lock Screen
    If it is turned on there try a reset of your iPhone. Press and hold both the Home button and the Sleep/Wake button continuously until the Apple logo appears. Then release the button and let the device restart. You will not lose data doing this. It's like a computer reboot.

  • I'm experiencing extremely slow response when attempting to open the control center from the lock screen, any suggestions?

    When trying to access the control center from the lock screen, it takes anywhere from 2 to MANY swipes to get a response.  Never opens on the first try.

    I'm not having the same problem, but there is a feature in the OS that attempts to discern from swipes to unlock and swipes to open control center. This is what you may be experiencing.

  • 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

  • How to lock bottom control bar from auto-hiding in full screen mode

    I am using Flash Player with ie in Win7. It is very irritating while watching YouTube videos for the status/control lbar to keep auto-hiding. When the bar auto-hides, the pause/play position becomes the progress bar position - and a click where Pause used to be resets the video to start. How can I keep the bottom control bar from auto-hiding in full screen mode?
    Thank you, Steve  [email: [email protected]]

    There's nothing you can do to Flash Player, itself, to prevent this from happening.  Apparently, there's no way to disable via youtube, or google, either  -- http://productforums.google.com/forum/#!topic/youtube/_E5yFvNJCPk
    You SHOULD be able to call up the bar by hovering the cursor at the bottom of the screen and then, after a a second or two,  click on the pause button.    (It shouldn't restart the video in other words.)  But, if for whatever reason,  this doesn't work,   just click once in the center of the screen to pause the video.   To restart,  click the center of the screen again.
    HTH,
    OF

  • How can I disable Game Center from iPad

    2 problems:  I can't log into Game Center. It doesn't recognize my Apple ID or password (after resetting the password) . 
    I Want to stop Game Center from popping up every time I play a game.
    suggestions?

    Yes, you explained how to create a folder, but your explanation did not work for me. Perhaps 'Game Center' is not an application? Let me explain.
    I never use iPod, and now I have Game Center, which I don't use. After you posted your suggestion, I pressed 'Game Center', waited until all the applications wiggled, and then I dragged 'Game Center' to 'iPod'. No folder was created. What happened was that the iPod application decided to avoid the Game Center application and no matter how insistent I was, they did not merge or create a folder.
    I guess I just have to live with those applications -if they are called applications as I'm not sure of this since they don't behave as the majority of applications- Apple insists I exhibit in the iPad. I hope we will not gather one of the unwanted ones in every software update.
    Thanks again for your reply and your patience.

  • How do I delete Game Center from iPad?

    How do I remove an application from my iPad? Let me explain. I know you hold your finger (or stylus) on the application and after a while all applications wiggle and if you push a circle that appears with an X on the top left of the application, and the application vanishes. My problem is that this does not always happen. Sometimes the circle with the X does not appear.
    Let me explain further. I did the software upgrade today to version 4.2.1 and an icon appeared with all my other applications called "Game Center". I have explored the contents of that icon and I am not interested in it at all. I hate to have an icon cluttering my iPad, particularly if it is one I did not create by making a mistake. When I hold my finger to "Game Center", eventually applications wiggle and the circle with the X appears in all of them except in the one I want to remove, "Game Center".
    I will be very grateful if someone tells me how to remove "Game Center". Thanks in advance.

    Yes, you explained how to create a folder, but your explanation did not work for me. Perhaps 'Game Center' is not an application? Let me explain.
    I never use iPod, and now I have Game Center, which I don't use. After you posted your suggestion, I pressed 'Game Center', waited until all the applications wiggled, and then I dragged 'Game Center' to 'iPod'. No folder was created. What happened was that the iPod application decided to avoid the Game Center application and no matter how insistent I was, they did not merge or create a folder.
    I guess I just have to live with those applications -if they are called applications as I'm not sure of this since they don't behave as the majority of applications- Apple insists I exhibit in the iPad. I hope we will not gather one of the unwanted ones in every software update.
    Thanks again for your reply and your patience.

  • How to connect to oracle ebs from an external software

    Hi!
    I want to develop an integration for oracle EBS. Therefor I'm looking for ways how to connect to the EBS and for a repository of functions which can be called from an external program. I'm not quite sure if this is the right place to ask but I could not find anything yet so I'm trying here.
    Are there any standard connectors for the EBS provided by Oracle?
    Thanks,
    Konrad

    Oracle Applications Architecture is a framework for multi-tiered, distributed computing that supports Oracle Applications products. In this model, various servers are distributed among multiple levels/tiers as follows:
    - The Desktop Tier --> Web browser with Jinitiator or Sun JRE
    - The Application Tier --> Web, Forms, Reports, Admin, and Concurrent servers
    - The Database Tier --> Oracle Enterprise Edition Database
    The Application tier is the layer which is responsible for:
    - Hosting the various servers that process the business logic
    - Managing communication between the desktop tier and the database tier
    So, in order to connect to the database, you can either access the application tier, or connect directly to the database. I do not think it is possible to communicate with the application services from some other application. Therefore, you would need to connect to the database directly which can be achieved as explained in my previous reply. There is no such API which can be used to open/close a database connection. Oracle E-Business Suite is just a database with number of schemas and objects which are tightly integrated.
    More details about Oracle E-Business Architecture can be found in:
    Oracle Applications Concepts
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/11iconcepts.pdf

Maybe you are looking for

  • How to play the audio file please help me

    i would like to play audio files such wav files, au files etc I would like to know how to play audio file easily in Applet and applications Thank you

  • Opening xapp1082 with Vivado 2015.2 gives errors (pl_eth)

    After sourcing pl_eth.tcl I get the first problem, I had to update manually (in pl_eth_bd.tcl) the AXI ethernet version from 6.2 to 7.0. Fixed this problem I get the following: INFO: [Device 21-403] Loading part xc7z045ffg900-2 Wrote : </home/paralle

  • TS3988 ICloud

    On my IPhone 4s when I try to connect to my ICloud it says the maximum number of free accounts have been activated on this IPhone. What should I do?

  • SP2013 Server farm to Standalone migration/Configuration!

    Hi All, In my comapany i have put sharepoint development server to every users dekstop. They have 8GB of RAM Server2012 as base OS. I have configured server farm in all the systems. The problem is the system are too slow. In a new system i have insta

  • How to suppress vendor's screen in FB03  (in the case of one time vendors)?

    FB03 > Display Document Double click on one of the line items (for One time Vendor Accoutns only) and the Vendor "Address and Bank Data" screen  pops up with the Tax information. We need to suppress this screen. How to do it? Thanks, Ven