Two Inventories on One Target (OUIinventories.add)

Hi everyone,
i think i ran myself into a little setup problem doing this for the first time and could use some help. Here a brief overview of my configuration:
- Oracle 10.2.0.3 (64Bit) installed on c:\oracle\product\10.2.0 (OraHome102)
- Inventory Directory for this installation is c:\program files\Oracle\Inventory
- Oracle EM Grid Control R3 with
- Agent on g:\oracle\product\GRID\agent10g
- OMS on g:\oracle\product\GRID\oms10g
- Inventory Directory for this installation is c:\progam files (x86)\Oracle\Inventory
I think most of you already see my problem. One is a 32bit the other one a 64bit installation which causes 2 Inventory directories to be created. My Grid Control discovers only the 32bit version which points to the Grid Components. Therefore i'm not able to, e.g. use Net Administrator to create a tnsnames.ora in my DBHome.
Looking through posts and documentation i found OUIinventories.add and modified this accordingly, but it will not discover anything. I tried various formats
inventory: "C:\Program Files\Oracle\Inventory"
inventory: C:\\Program Files\\Oracle\\Inventory
inventory: "C:\\Program Files\\Oracle\\Inventory"which doesn't help and there is no error message in any of the agent logs or trace files.
Any suggestions how i get my OraHome102 into the Host Configuration??

You can install a second agent for Microsoft Windows (x64). It will use a different port to and you can point it to the same OMS.

Similar Messages

  • 12c Console reports two agents on one target, I don't understand why

    Greetings,
    I have completed the installation and upgrade from 11g to OEM12c Cloud Control using the 2-System method and am in the process of deploying/configuring the 12c agents on numerous hosts. On one particular host after successful deployment/configuration of the 12c agent I bring up the 12c console, choose the target in question (there were metric collection errors but those were resolved, not sure if that is pertinent), drill down and under the hosts tab choose related targets. I see two agents displayed.
    One agent, the active one is displayed as <hostname>:3872 and is up. The other is displayed as agent12c1_3_<hostname> and shows as n/a. Drilling down to the <hostname>:3872 shows the metrics and performance information of the agent and all is well. But under the monitored targets it lists the agent12c1_3_<hostname> agent and a database target named <sid>.<domain>oracledatabase_home. Both are listed as n/a.
    Drilling down to the agent12c1_3_<hostname> agent shows tabs for products, patchsets and a list of patches which have been applied.
    From the setup -> agents dropdown this agent does not appear. This second agent did not appear when the host was viewd using the 11g OEM Console.
    I haven't been able to find any information as to the source of this, where the agent came form, what configured it and what will happen if I try and remove it. Has anyone else encountered this situation? Any ideas are greatly appreciated.
    Thank you.
    Bill Wagman

    Hi Bill:
    As Rajesh has noted, the new agent has multiple HOMEs for separate components. There is the traditional HOME (core), and instance, sbin and plugin locations. This Oracle note has a great summary: 12c Cloud Control Agent - Details of the Directory Structure and Commonly Used Locations in a 12c Agent Installation [ID 1386113.1]. I used it to set the correct environments as I patch the components.
    Regards,
    Laura Sallwasser

  • [svn:bz-trunk] 10059: update two package-info.java files, and add one new one.

    Revision: 10059
    Author:   [email protected]
    Date:     2009-09-08 11:31:48 -0700 (Tue, 08 Sep 2009)
    Log Message:
    update two package-info.java files, and add one new one.
    Modified Paths:
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/package-info.java
    Added Paths:
        blazeds/trunk/modules/core/src/flex/messaging/util/concurrent/package-info.java
        blazeds/trunk/modules/core/src/flex/messaging/validators/package-info.java

    Revision: 10059
    Author:   [email protected]
    Date:     2009-09-08 11:31:48 -0700 (Tue, 08 Sep 2009)
    Log Message:
    update two package-info.java files, and add one new one.
    Modified Paths:
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/package-info.java
    Added Paths:
        blazeds/trunk/modules/core/src/flex/messaging/util/concurrent/package-info.java
        blazeds/trunk/modules/core/src/flex/messaging/validators/package-info.java

  • I have two iPads and one is connected to the internet but my other iPad was connected then was not and since then I have not been able to add my internet back onto my iPad it only says cannot connect to the server any help would be great thanks

    I have two iPads and one is connected to the internet but my other iPad was connected then was not and since then I have not been able to add my internet back onto my iPad it only says cannot connect to the server any help would be great thanks

    If you are having WiFi problems it is necessary to isolate whether the problem is with your network or your iPad. Note: Do NOT consider your network to be blameless if some other devices can connect to it.
    First, test your iPad on some other WiFi networks: a friends, Starbucks, Barnes &amp; Noble, etc.
    If it works well there then the problem is probably with your network. Try restarting your WiFi router by removing power for 30 seconds. If that does not help check for a firmware update for your router. If none exists which corrects the problem consider replacing the router.
    If your iPad does not function well on other networks it possibly has a hardware problem. You could try Settings > General > Reset > Reset Network Settings to see if that corrects the problem. If not, contact Apple Support or visit an Apple store for evaluation. They can provide a replacement if your iPad is bad.
    If you need more help please give the make, model, and version of your WiFi router and how you have it configured.

  • User can not add more then two products against one order

    Hi frnd,
    My requirement is in CRM while creating order using CRMD_ORDER transaction. The user can not be entered more then two products against one order.
    I am using CRMD_ORDERADM_I_BADI badi to give error I am unable to use this badi. Is there any other options are there.
    Please do need full help.
    Regards,
    Ashish.

    Hi Amit,
    DATA: gt_header TYPE crmd_orderadm_h. "OCCURS 0 WITH HEADER LINE.
    data: ET_PRODUCT_I     TYPE     CRMT_PRODUCT_I_WRKT.
    data: gs_PRODUCT_I     TYPE     CRMT_PRODUCT_I_WRKT.
    DATA : gt_header_guid     TYPE     crmt_object_guid_tab.
    DATA : gs_header_guid     TYPE     crmt_object_guid.
      gs_header_guid = IV_HEADER.
    *INSERT gs_header_guid INTO TABLE IV_HEADER.
      CALL FUNCTION 'CRM_ORDER_READ'
        EXPORTING
          it_header_guid       = gt_header_guid[]
        IMPORTING
          ET_PRODUCT_I         =   ET_PRODUCT_I[]
        EXCEPTIONS
          document_not_found   = 1
          error_occurred       = 2
          document_locked      = 3
          no_change_authority  = 4
          no_display_authority = 5
          no_change_allowed    = 6
          OTHERS               = 7.
    endmethod.
    I am using ds code. Its working fine records are coming in Product. But how i will save product into one
    itab.
    Regards,
    Ashish S

  • I accidentally set up two accounts.  One account with my old e-mail address which I've been using for years and has all of my purchases on it.  Now I have a new account with my current e-mail address. How do I disable this new account?

    I accidentally set up two accounts.  One account with my old e-mail address which I've been using for years and has all of my purchases on it.  Now I have a new account with my current e-mail address. How do I disable this new account?  I need to disable the new e-mail address account so that I can add it as an additional e-mail to my old account.  THEN, how do I make this new e-mail address my primary e-mail for this old account?

    Did yoo go to Settings>iTunes and App Stores and sign out and sign back in?
    Next see:
    Frequently Asked Questions About Apple ID

  • A Tale of Two iPhones and One iTunes

    So this little problem has plagued us for years... nearly three to be more precise.  We have two iPhones and one PC.  Wife syncs contacts with GMail and I sync contacts with Outlook.  Funny thing was that the tab for contact sync would not 'stick' with the phone... if I synced mine first, when I plugged hers in it would still be setup for Outlook.  Or if I changed it to Google for her and then plugged mine in it wouldn't remember my phone wanted Outlook and would sync with Google.  I gave up trying to get it working and setup a seperate profile on the PC for my wife that really was only used for her to sync her phone.  The only drawback we could see was we couldn't have a single repository for apps and I had to add music to libraries twice (one for each profile on the computer). 
    Well, now that we're on the 4S I thought I'd see if iTunes has evolved since 3 years ago when I gave up.  I uninstalled all Apple applications and loaded the latest iTunes.  The cool part of iOS 5 and the new iTunes is we don't have to connect phones any more   So now both phones show up at the same time.  I can toggle through all the tabs and see how they differ... different sets of applications are selected, different photo options, music options, etc.  EXCEPT the tab with contacts.  If I set her phone to google, my phone changes too.  I set mine back to Outlook and hers changes to Outlook.  We've mixed and matched contacts several times trying to get them to stay in tune and that is a huge PITA to clean up. 
    I tried the Genius bar.  The Genius answer was that we should probably do a restore on the phone.  I asked him to help me understand how restoring one phone would solve a problem that existed across 4 phones (two 3G's and two 4S's) and untold versions of iTunes over three years.  He just insisted that we probably need to do a restore on the 4S.  You know, because that would clearly explain the problem we also had on the 3G.  His backup plan was to call Apple support.
    So before I submit a ticket to Apple, anyone else able to confirm this limitation?  I've checked with my friends and the ones that have iPhones don't sync their contacts anywhere.  iCloud will help but we use XP and the PC software requires Vista or better so for now we're still unable to sync our contacts to our PC.
    Thanks!
    david

    On your wife's phone, when you said you've done a restore, was that a restore from backup or as a "new" device? I would suggest deleting the .ipsw file/files on your computer, connecting your wife's phone and restore as "new". When finished, DO NOT SYNC, rather eject the phone and test, verify that all is working correctly. If so, connect her phone & sync her content back.
    The .ipsw file is located here, delete all you find, there should only be one:
    ~/Library/iTunes/iPhone Software Updates
    If this works, under preferences, devices, in itunes, delete her backups, as they are most likely corrupted.

  • Can you have two iPads on one iTunes account?

    Can i add two iPads to one iTunes account and then move one to another iTunes account at a later date?

    I sync three different iDevices with one iTunes account/iTunes library on my Mac. You can select the exact content that you want to sync to each device by customizing the sync settings for each device.
    If you want to sync the iPad with another iTunes account or iTunes library at a later date - you will lose all of the content on the iPad from the old iTunes account. You can only sync with one iTunes library at a time and if you consider the iTunes account to be what is in your iTunes library - meaning content that you bought with one particular Apple ID - then you can only sync one account at a time as stated.
    Perhaps if you defined or explained exactly what you mean by iTunes account, this could be clarified a little more.

  • Why do I have two title bars - one with the title of the page I'm looking at and another with the new orange drop down menu? Plus I can't get FF4 to save my tabs, even when I go to about:config, why is that?

    I downloaded FF4, thinking that it would merely update from my previous installation, but all my tabs were gone. FF looks really weird - here is a link to a picture of it: http://tinypic.com/r/2mwdus4/7 - I have two title bars, my bookmarks toolbar is missing and the tabs are on the bottom. If I go to view => toolbars and click one of them, suddenly the second title bar (with the orange menu) disappers and my bookmarks toolbar comes back (even if I don't click on it in "view"). I can't get the browser to remember my tabs between sessions even though I set it to remember them in my settings. I even changed the browser.showQuitWarning to true in about:config, but it didn't work. What is going on?

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • I have two numbers on one skype account - how do I...

    My skype account has two numbers and I want to add one more, how do I allow answering of them separately?

    Hi, DHPE.Staff, and welcome to the Community,
    Unfortunately, Skype does not provide a facility to do this.  While a Skype account's incoming calls, whether to the Skype account itself or a Skype Number, can be forwarded to multiple mobile or land line numbers, each Skype Number purchased for an account is considered affiliated with that account and cannot be forwarded separately.
    The work-around people use is to create a new account for each Skype Number needed; that way call forwarding and caller ID can be differentiated between the numbers.
    The thing to be mindful of in doing this, however, is to use different payment methods, otherwise the payment methods and accounts may be trapped inadvertently by Skype's anti-fraud filters.  More details about this here:
    https://support.skype.com/en/faq/FA4081/can-i-use-my-credit-card-to-fund-more-than-one-skype-account
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • I have two time capsules, one for work and one for home, how do I set up the work time capsule to only back up my work files?

    I have two time capsules, one for work and one for home, how do I set up the work time capsule to only back up my work files?  Also, how do I add co-workers to my work time capsule and wife to my home time capsule?  Thank you!

    You cannot have two different TC setups.. at least until Mountain Lion.. it did introduce some changes but I am not sure if you can setup two different configurations for TM.. you can use two different devices to back up to. I doubt this will help you.
    You might be better using a real backup software.. superduper, CCC, chronosync etc.
    The TC by default is available to any Mac in the network to do backups. TM will sort itself out and put each computer on a different backup. These are kept in separate sparsebundles.. so that is all fine.

  • Firefox start with two pages. One says welcome to Firefox etc. And the other is my homepage (google). I want to stop the first page. How can I do this??

    Firofx (5.0) starts with two pages. One is the welcome to Firofox and also that there are Add-ons available. The other one is my homepage (google). I want to stop the first page. How can I do this?

    See these articles for some suggestions:
    * https://support.mozilla.com/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    * https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    * http://kb.mozillazine.org/Preferences_not_saved

  • SAP XI - Combine Two files as one in File Adapter

    Experts,
    I want to combine two files as one in File adapter itself.  I am using a simple scenario of File-to-File where i am just sending the file from sender to receiver as it is , EXCEPT, i want to add one line at the end of the file .
    I was thinking of doing this in File adapter , avoiding any mapping program in Integration Repository ..
    ANY INDEA's ??
    Regards,
    Ashutosh

    Hey
    You have 3 options,first one can be to execute a OS command before message processing or use adapter modules to append the new line in the sender adapter.
    the second option(and better one) is to do this via message mapping.
    third option is to write a OS script and execute it after message processing on receiver file adapter.
    one thing you need to make sure is that since OS scripts run on XI server itself(not on FTP server) so in case you are picking file from FTP server and delivering to FTP ,then you can't use option 1 or 3,you can only use option 2
    Thanx
    Aamir

  • Combining two messages into one

    Hello,
    I have a mapping issue, I have a business process in which I have to combine two messages into one.
    To do so, I have defined a message mapping in which there are two source message types, and one target message type.
    When testing the message mapping in the IR, it works fine, but when I define and test an interface mapping with that same message mapping, I receive this error message:
    "Cannot produce target element /ns0:Messages/ns0Message1/MY_IDOC_TYPE/MY_SEGMENT. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd."
    What am I doing wrong ?
    How am I supposed to combine two messages into one ?
    Thanks,
    Elad.

    Hi Elad,
    Just see if you have included both you source message interfaces and one target nessage interface correctly in while doing your interface mapping.....
    The most common mistake made when we do scenarios which include combination of two source message types into one target type are:
    - we forget to include both the source message interfaces.
    - or we interchange between one of the source message interface with the target.
    Just see if either of the 2 is aplicable in your case and just activate all components as and when you create them..
    Regards,
    abhy

  • Can we perform two actions with one button with two clicks one after other?

    Sir,
    can we perform two actions with one button with two clicks one after other?
    I want that when I click an Add Button first time it add data to the database and when I click again this button it clear the form data to empty fields.
    Regards
    Tanvir

    In code it should be easy.
    The following code adds a button called butman with a text "ADD".
    It then registers a listener that will be called if the button is clicked.
    This listener then calls the runAddData method if you clicked on butman while it contained the "ADD" text and it will call the runClearData method otherwise.
    Therefore it will swap the button's functionality between ADD and CLEAR on every click.
    final Button butman = new Button("ADD");
    butman.setOnAction(new EventHandler<ActionEvent>() {
              @Override
              public void handle(ActionEvent t) {
                        if (butman.getText().equals("ADD")) {
                                  butman.setText("CLEAR");
                                  runAddData();
                        } else {
                                  butman.setText("ADD");
                                  runClearData();
                        } // END IF-THEN
              }});I hope this is what you wanted.
    Some extra food for thought.
    You might want to run the ADD and CLEAR methods in their own threads so that it can run in the back ground, without slowing down your user interface.
    I also like to rather reuse one button for multiple functionality in stead of making an application with hundreds of nodes only used rarely with masses of code to show and hide them if needed.

Maybe you are looking for

  • Slow Download Speeds

    Hello, back in august i had a problem with a my broadband speed, going from 5-6 meg down too less then 1 meg Seems its came back to haunt me. For the past 6-8 weeks my connection has been terrible, all BT seem to be interested in doing is,  a line re

  • Function module to display process overview log from SM66 Transaction

    Hi, I want to display process overview log from SM66 Transaction in a report. Is there a function module which will help me in achieving that or is there any other method. Thanks in advance, Sandeep.

  • Update termination.

    Iam getting an error while posting GR.the screen shows the document# but after coming out of the screen it shows Update was terminated "  Express document "Update was terminated" received from author "Kiran Reddy"  " System ID....   RP1 Client.......

  • Where has my search bar gone in ff34?

    I would like to be able to update FF only when I want to, but it forces me to update by stopping working a day or two after the new version appears! Anyway, since updating to 34, my search bar, which I use all the time for different search engines, h

  • ERROR: cannot find libjava.so

    Hi All, Iam getting this below error while running 9i -runinstaller in linux os -64 bit. please help in this issue to solve. [oracle@dhcp-ptp2-10-177-155-47 Disk1]$ ./runInstaller [oracle@dhcp-ptp2-10-177-155-47 Disk1]$ Initializing Java Virtual Mach