Emca can't find emoms.properties

Hi
I'm tying to drop & recreate the EM console on an 11g db running on windows 2008 64bit.
I set the environment variables & issue the command;
emca -deconfig dbcontrol db -repos drop
I get an error in the log saying;
SEVERE: Can't find file emoms.properties although the path is correct & the file is there.
Can anyone help?

user11137570 wrote:
Hi
I'm tying to drop & recreate the EM console on an 11g db running on windows 2008 64bit.
I set the environment variables & issue the command;
emca -deconfig dbcontrol db -repos drop
I get an error in the log saying;
SEVERE: Can't find file emoms.properties although the path is correct & the file is there.
Can anyone help?1) Have you tried to run it as administrator?
2) Is ORACLE_HOME and ORACLE_SID set?
Best Regards,
Gokhan Atil
If this question is answered, please mark appropriate posts as correct/helpful and the thread as closed. Thanks

Similar Messages

  • Can't find mp4 Propertie window

    I have successfully ripped and encoded via MTR and MEPG Streamclip (took at least 8 hours - yikes). Now I need to change some of the file properties of the mp4 file in QT Pro, but I can't seem to find where that window is. Can someone help?

    I have successfully ripped and encoded via MTR and
    MEPG Streamclip (took at least 8 hours - yikes). Now
    I need to change some of the file properties of the
    mp4 file in QT Pro, but I can't seem to find where
    that window is. Can someone help?
    Window - Show Movie Properties. Double click each editable field.

  • Where can i find the Properties of RenderingContext

    In all examples about dataObject or boundAttribute
    i found a definition of source.
    i think, this is the way where i can find the property.
    but where i can find a description of this way/path ?
    i couldnt' find a tutorial or a list of all defined attributes/properties. how i can get this information ?
    thanks, andrej

    Andrej -
    Have you read the "Data Binding" chapter in the UIX Developer's Guide? This chapter is must reading when getting started with UIX/data binding.
    Andy

  • Can't find pstools.properties

    Our version of psjoa.jar doesn't have the pstools.properties content but we have a copy of it available separately from our peoplesoft application. We've dropped this file into the same location as the jar file but still no joy setting up our connection to peoplesoft... any ideas would be gratefully accepted.

    ultimately it turned out to be the port
    according to our response from Sun support the pstools.properties is completely bogus as a message and can be ignored.
    our problem stemmed from the port - we needed the bea server port not the web server port for connections

  • Can't find "Server Properties" in the Admininstration tab of ASC

    Hey,
    I'm running OC4J 10g (10.1.3.5)
    I'm trying to enable remote debugging (for IntelliJ IDEA) on my locally installed OC4J instance. I'm logged in as an Admin user with all privileges, however I cannot seem to find the "Server Properties" in the Administration tab. The help suggests that I expand Properties so I should be able to find it there however it isn't there.
    The strange thing is, there is something else in its place which isn't being mentioned in the Help, "SSO Configuration". Obviously I don't want nor need to be in that config part.
    So what's going on? No mention of this nor the SSO config in the help? What's that about?
    Thanks for any input,
    Thomas

    I downloaded oc4j_extended_101350.zip, the default oc4j container from Oracle.
    Then I set JAVA_HOME and ORACLE_HOME as specified in the readme.
    Thirdly I started the server, opened the ASC and noticed my problem.
    Surely someone knows what's going on and what needs to be done? The help isn't helpful at all for this matter.
    And sorry for the double post, I thought the first attempt was a timeout.
    Thanks,
    Thomas

  • Why ican't I find jndi.properties for TopicConnectionFactory lookup?

    I have a problem with IPlanetMessageQueue3.0 . Why i can't find jndi.properties for TopicConnectionFactory lookup ? Like this Context ctx = new
    InitialContext();TopicConnectionFactory tcf = (TopicConnectionFactory)ctx.lookup("TopicConnectionFactory"); What is value of
    Context.INITIAL_CONTEXT_FACTORY and Context.PROVIDER_URL ( I home jmqbroker://localhost:7676 ) for default configuration ?

    Have you used the object manager to create the ConnectionFactory object(s) in the JNDI store? If not, you need to use the tool to create the
    object(s) and store them in the JNDI server before you may use them.
    There is a simple help for this in the IPlanetMessageQueue3.0 installation bin directory. In the MQ installation bin directory, type the following
    command:
    imqobjmgr -H
    you will get examples on how to create JNDI objects and the values that you need to set up JNDI Context.

  • Emca -config dbcontrol db + Can't find file emoms.properties

    HI,
    Recently we upgradated the database from oracle 11.2.0 to 11.2.0.3 afte that i am unable to start the oem
    now i am configuring the dbcontrol by the following command:
    emca -config dbcontrol db
    but getting the error
    Please enter repository password:
    Exception caught
    Feb 13, 2013 12:04:54 PM oracle.sysman.emcp.util.PlatformInterface executeCommandExitValue
    CONFIG: stty: standard input: Invalid argument
    stty: standard input: Invalid argument
    Can't find file /orahome/oracle/product/11.2.0.3/db_1/youtele_pindb/sysman/config/emoms.properties
    java.lang.IllegalStateException: Can't find file /orahome/oracle/product/11.2.0.3/db_1/youtele_pindb/sysman/config/emoms.properties
            at oracle.sysman.emSDK.conf.ConfigManager.processProperties(ConfigManager.java:1154)
            at oracle.sysman.emSDK.conf.ConfigManager.processProperties(ConfigManager.java:1127)
            at oracle.sysman.eml.sec.rep.EmKeyUtil.<init>(EmKeyUtil.java:111)
            at oracle.sysman.eml.sec.rep.EmKeyUtil.main(EmKeyUtil.java:507)
    log4j:WARN No appenders could be found for logger (sec.rep.EmKeyUtil).
    log4j:WARN Please initialize the log4j system properly.
    Feb 13, 2013 12:04:54 PM oracle.sysman.emcp.util.DBControlUtil copyEmkeyToRepos
    SEVERE: Error copying Em Key to Management Repository. The Em Key is not configured properly or is corrupted in the file system and does not exist in the Management Repository. To correct the problem:
    1) Copy the emkey.ora file from another OMS or backup machine to the /orahome/oracle/product/11.2.0.3/db_1/sysman/config and run following commands:
    i) /orahome/oracle/product/11.2.0.3/db_1/bin/emctl config emkey -emkeyfile /orahome/oracle/product/11.2.0.3/db_1/sysman/config/emkey.ora  -force
    ii) /orahome/oracle/product/11.2.0.3/db_1/bin/emctl  config emkey -copy_to_repos
    iii) Run EM Configuration Assistant again
    2) If emkey.ora is not available from backup, run /orahome/oracle/product/11.2.0.3/db_1/bin/emca with -repos create optionAppreciated inputs on the above errors
    Thanks

    actually the above error provide with solutions also.

  • After burning a successful DVD in iDVD out of FCPX, how can I see the settings it used?   So I finally burned a DVD out of a Apple Pro Res file into iDVD in PAL format. My question now is how can I find out what the exact burn properties were so that I ca

    After burning a successful DVD in iDVD out of FCPX, how can I see the settings it used?
    So I finally burned a DVD out of a Apple Pro Res file into iDVD in PAL format. My question now is how can I find out what the exact burn properties were so that I can apply the same burn properties to a project in Compressor 4?
    Is it possible to see what iDVD did?

    I don't know any way you can interrogate iDVD to reveal settings to the extent that you can in a Compressor project. What you could do is open up the show's VOB in MPEG STreamclip, go to File and Reveal Stream Information; that will at least give you some rudimentary info like average bit rate. Perhaps someone, with more iDVD experience, can chime in here.
    The broader question is why use Compressor at all if your current workflow is doing the job to your satisfaction?
    The value of Compressor is that it gives you control over the many parameters that affect size quality.  and playability. The Compressor presets can give you a starting point for DVD delivery, Web, etc. From those presets, people typically experiment by adjusting the parameters until they get the desired results for their specific show. It's a little bit science and a little bit art. After experimenting, you may be able to get slightly better quality for the project you've successfully burned in iDVD by using Compressor and something likeToast…or maybe not.
    Good luck.
    Russ

  • Want to customize Menu Bar - Where can I find explanations of the almost 200 editable items in the Properties for "ul.MenuBarHorizontal" ?

    I want to design/customize a horizontal Menu Bar. However I'm flying blind on what the meanings (parameters) of each of the almost 200 editable items are in the Properties for "ul.MenuBarHorizontal" ?
    Where can I find each item explained? Have looked on line and in the library.
    Thanks.

    Here's a link to the help pages for the Spry Menu Bar: http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS90E6DF98-60A3-41a4-B427-CD057D57BB7A. html#WS37318579-3916-46db-80D1-A8C5E6777BE5a
    Understanding the CSS for a Spry Menu Bar is an exercise in understanding descendant styles. David Powers has just published a good tutorial on the Spry Menu Bar. His explanations are very good.
    http://foundationphp.com/tutorials/sprymenu/customize1.php will get you there.
    Beth

  • Where can i find RSRT query propertis Last changed by user details

    HI All,
    Some one has changed the RSRT qurery properties and we want to know Where can i find RSRT query propertis Last changed by user details.
    thanks in advance.

    Hello,
    Please check the screen shot
    In the Query Designer, General Tab Page showing the details as required at your end.
    Regards
    NS

  • Where can i find .properties file for jco connection?

    For jco connection to SAP, we need .properties file. Is this file already contained in Exchange Profile or somewhere??
    If yes, where can i find .properties file for jco connection or what is the path to this file?
    OR, do we have to create manually??
    Any help is appreciated.
    Thanks.
    Karma

    Hi Karma,
    Please take a look at these..
    Where to set up the JCO connection?
    http://help.sap.com/saphelp_nw04/helpdata/en/bc/42e13d82fcfb34e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_webas620/helpdata/en/bc/42e13d82fcfb34e10000000a114084/content.htm
    cheers,
    Prashanth

  • Where can I find help on weblogic.properties

     

    First, please do not cross post.
    Second, a list of every Web logic property can be found at:
    http://www.weblogic.com/docs51/admindocs/properties.html
    For EJB configuration in particular, I suggest looking into the
    documentation.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    Chandra Talluri <[email protected]> wrote in message
    news:8h67kn$58h$[email protected]..
    Hi
    Where can I find help on weblogic.properties explaining each property
    fileds.
    I want to set the roles for entire weblogic server instead of setting up
    roles for each ejb in ejb-jar.xml, is it possible?
    Thanks
    Chandra

  • I upgraded to Firefox 8. Now my home page says this: "Firefox can't find the file at jar:file:///C:/Program Files (x86)/Mozilla Firefox/omni.jar!/browserconfig.properties.

    This is what it says on my screen when I open Firefox:
    Firefox can't find the file at jar:file:///C:/Program Files (x86)/Mozilla Firefox/omni.jar!/browserconfig.properties.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Can't find properties file

    Hi, guys. I've been working all day trying to get my little app to find a properties file that I have. It's in both my source directory, and in the classes directory. I try to get it like:
    InputStream in = ClassLoader.getSystemResourceAsStream("user.properties");Since that file is where the .class file is, what am I missing when my code can't find that property file?
    Thanks!
    Jonathan

    Is this a desktop or a Web app?
    Web apps use a hierarchy of class loaders.
    Try this and see if it works better:
                ClassLoader classLoader           = Class.forName(CLASS_NAME).getClassLoader();
                URL propertiesURL                       = classLoader.getResource(propertiesFileName);
                InputStream propertiesStream    = propertiesURL.openStream();
                Properties properties                     = new Properties();
                properties.load(propertiesStream);
                propertiesStream.close();Make sure the path to the .properties file is in your CLASSPATH, of course. AND import java.net.URL.

  • Can't find how to change column properties in my CSS document

    So, I'm working on a pre-existing website someone set up, and need to make some adjustments to a couple of custom commands they made, RightCol and CenterCol. The problem is, I can't find any code relating to either in the CSS document. Is there something I'm missing here, an easier way to find them? A way to change both remotely without finding the code hidden in the CSS document? or am I just gonna have to make new commands from scratch?

    My wife had the same problem. Click on the tools icon in your web browser and go to the "zoom" feature. You can adjust the font size there.

Maybe you are looking for

  • USB Drive (Toshiba 16GB PA3875A-1MAB) Not formatted message

    Some months ago I purchased two 16GB USB drives with intention to use as a convenient backup for certain data files for myself and my wife on separates PCs, both of which were Dell desktops running Windows XP. I used my drive on a few occasions think

  • Pie chart legend total does not calculate correctly

    Hi All I have a pie chart in a CR 2008 report (SP0).  The pie has one "On Change Of" and one "Show Value" field. The datasource for the report is an Oracle 10g (Rel 2) Stored Procedure (SP). The SP signs the value per each transaction (record), so if

  • How do I get iTunes to see my music on a server

    Hi, I have alot of music on a seperate server, how do I get iTunes to see this. I have tried adding it as a folder however when I shut the computer down and come back to it again it can't locate the music. Any ideas?

  • Having problems with 4th generation iPod Nano. Desperate.

    I'm having this problem with my 4th generation iPod Nano. Whenever the iPod is connected to iTunes I get message saying "iTunes cannot read the contents of the iPod "IPOD". Go to the Summary tab in iPod preferences and click Restore to restore this i

  • BI Walk through to Client SD team? How?

    Hi ALL, We need to give a walk through to the client on BI. How do we show some basic stuff / reports based on Standard infocubes using the SD module. How do we decide the data flow. Which are all the SD cubes we need to consider? From which data sou