How to get a list of all components in the EPM environment and their versions?

Hi all

E.M.P. verison 11.1.2.2.x

I was wondering if there is an easier way to get a list of all components of the EPM environment (planning, Shared Services, EAS, Manager of Calc, etc.) and versions for them all.

Currently I just go to help-> about the browser, but through the workspace, it gives only the version of workspace of the tabs and irrelevant.

I'm trying to find the version so that I can apply the relevant patches.

Thank you

See you soon,.
Abhishek

Access

c:\Oracle\Middleware\oracle_common\OPatch and race

opatch.bat lsinventory - oh C:\Oracle\Middleware\EPMSystem11R1 - jre c:\oracle\middleware\jdk160_21-details

This will give you the complete list of products.

Concerning

Celvin

http://www.orahyplabs.com

Please check the answers as useful/correct as appropriate

Tags: Business Intelligence

Similar Questions

  • How to get a list of all files/folders on the Sansa Clip +.

    Hello

    I have a lot of MP3s on my Clip +, but realize that I put there duplicates in different folders. My plan was to use a command prompt to get a list of all the files on the device, and then use a utility that shows me duplicate names and the locations of the files. I could then simply delete the Clip +.

    The problem, it is that the Clip + is simply presented as a 'portable' in Windows Explorer (Windows 7 Home) - there is no way to assign a drive letter :-( Which seems a bit odd, as it is, after all, plugged into one of my USB ports... I used the dir command on all drives assigned in my computer as "devices with removable storage". One of them must be the port to which the Clip + is attached, but they all say "device is not ready". So the Clip + is not identified in this way.

    Is it possible at all to get a list of the files that are on the Clip +?

    Thank you!

    That's how the Clip + shows when connected in USB MTP mode.  If you connect mode MSC (defined in the control panel), Clip + comes as a disk.

    But: the problem you have is, Windows displays only the files that have been transferred in the Clip + under USB mode then logged in as.  I don't know if this applies to designated offices, but - you could try and see.

    Another solution would be to copy all of your files on your computer, under MTP mode; Delete the files on the Clip +. move the Clip + mode MSC; and then transfer the files to the Clip +.  Now, you should be able to see the files under Windows (always connected in MSC mode) and can run the utilities that you had planned.

    I hope this helps.

  • How to get a list of all the pipes in a ThinApp

    I have a simple program to list all files in a folder.  I use it to get a list of named pipes by the way
    \\.\pipe\*as the argument, but it does not work if I Pack the program as a fine application.  I get the error code 3 (ERROR_PATH_NOT_FOUND).  I tried to use CreateFile on
    \\.\pipe\but he also failed when running as a ThinApp. Are their ways to get a list of all the pipes in a ThinApp?  Here is the source code.

    #include <windows.h>
    #include <tchar.h>
    #include <stdio.h>
    
    #include "stdafx.h"
    
    int main(int argc, char* argv[])
    {
       WIN32_FIND_DATA FindFileData;
       HANDLE hFind;
    
       if( argc != 2 )
       {
              _tprintf(TEXT("Usage: %s [target_file]\n"), argv[0]);
              return -1;
       }
    
       _tprintf (TEXT("Target file is %s\n"), argv[1]);
    
       hFind = FindFirstFile(argv[1], &FindFileData);
       if (hFind == INVALID_HANDLE_VALUE) 
       {
              printf ("FindFirstFile failed (%d)\n", GetLastError());
              return -1;
       } 
       else 
       {
              _tprintf (TEXT("The first file found is %s\n"), 
                   FindFileData.cFileName);
    
              BOOL nextFile = FindNextFile(hFind, &FindFileData);
    
              while (nextFile)
              {
                   _tprintf (TEXT("The next file found is %s\n"), 
                             FindFileData.cFileName);
    
                   nextFile = FindNextFile(hFind, &FindFileData);
              }
    
              FindClose(hFind);
       }
    
       return 0;
    }
    

    OK, so what about the original example of FindFirstFile, if I try with 4.6 it does not work for me. I use 6 VC to create the application and then add it to the cmd project and then rebuild. I tried these combinations:

    App.exe \\.\pipe\* (this works)

    App.exe \\.\pipe\ (this does not work, in native mode as it does not work)

    App.exe //./pipe/* (this works)

    App.exe //./pipe/ (this does not work, in native mode as it does not work)

    can you tell me about the results you get when you try the above?

    Thank you.

  • How to get a list of all available updates and dependencies for the MS products

    We are currently working on a patch report (compliance policies).
    We need to scan all workstations for the patches installed (already DONE!).
    Now we need to get a XML / List / or something telling us all the patches to release MS, affected software and dependence.
    Any help?

    See if this sugesstion can help you to:

    http://social.answers.Microsoft.com/forums/en-us/vistawu/thread/6da1bc16-9919-4762-85D5-95dee3aa15fd

    Take a look at this link and see if it helps-

    http://social.answers.Microsoft.com/forums/en-us/vistawu/thread/a75f8d76-8689-4661-A546-90b555d80c9d>

    Windows XP security updates and patches for 2010

    http://www.softwarepatch.com/Windows/Windows-XP-security-updates-2010.html>

    03/23 / 1107:12: 05:00

  • How to get a list of all the OS installed in the vCenter?

    Hello

    I would like to know how the list will vCenter name, Cluster, the name of the installed operating system, virtual computer within a CSV file list all OS installed in our virtual machines, in other words.

    Thank you

    Take a look at the script of Lucd in http://communities.vmware.com/thread/395151

  • How to get a list of all the elements as a text file in Indesign

    I try to get the list of all of the images related only text using AppleScript? Please help me

    Just replace 'filePath' with 'name' (line 5).

    Peter

  • How to get a list of all the tags of XMLElement

    (CS5, Win7 64 bit)

    I need a list of all unique XML tag names in a given document (just as the Panel tags in InDesign itself).

    I couldn't find a 'normal' way (builtin - in the property or method) to obtain the information. Instead, I found that I had to process recursively through the entire tree of XMLElement, starting with the root element. For a large document, it can take almost a quarter of an hour, and sometimes I have to do it for a book of InDesgin INDD files huge more than a decade.

    There MUST be a better way, right?

    It would be better if I was done through all the PageItems in the document and then recurse XMLElement each PageItem l‟arbre? I guess that would not make a difference to fade way.

    I'm open to suggestions...

    TIA,

    mlavie

    Try this,

    $.writeln (app.activeDocument.xmlTags.everyItem () .name);

  • How to get a list of all reports created in OBIEE?

    Hello

    Is there a utility in OBIEE which allows to export a list of reports that are created in OBIEE and put in a excel sheet?

    I have created many reports and I don't want to go through each folder in order to add to the list...

    My environment is 10G, but I also know that she works in 11G

    Thank you

    Catalog Open Catalog Manager-> select the folder-> tools-> create report-> select required columns from left to right
    Give the name of file with .csv ext
    Click OK

    Appreciate if you mark as correct

  • How to get firefox to display all content of the Web site?

    Ex: bloomberg BAT Web site does not display fully, the graph of the section test score is not shown on the page, while that work correctly in Internet Explorer. The problem occurs only in the version 27.0.1. I try to reset firefox, remove it and then reinstall, delete the cookies & caches but none of these works.

    Can you help me solve this problem for all content displayed on the page.

    Better subject.

    Kim

    You can try the following steps in case of problems with web pages:

    You can reload webpages and ignore the cache to refresh potentially stale or corrupt.

    • Hold down the SHIFT key and click the Reload button
    • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
    • Press 'Command + shift + R' (Mac)

    Clear the cache and cookies only from Web sites that are causing problems.

    "Clear the Cache":

    • Firefox/tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox/tools > Options > privacy > Cookies: "show the Cookies".

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the startup window Mode without failure.
  • How to get back my menu bar, command buttons, the button refresh and option buttons

    Original title: help

    How can I get my menu bar, command buttons, the button refresh and boxes option on my computer at the top screen

    Hello

    In Internet Explorer?

    1st try F11 - toggle mode full screen in the case where is defined.

    Hold the ALT key and the V key - Bar Menu DISPLAY - toolbars-.

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • How to display a list of all email without the indetations thread?

    I must have clicked the wrong thing. Now one of my lists of folders of email has the emails with the same subject all indented which I assume is the THREAD size. I want to keep things simple and just to list them in the order of time. How to I get rid of the thread indented format?

    View (alt + V) menu > sort by > non threaded

  • Is there a way to get a list of all applications / updates that are cached on your server?

    Is there a way to get a list of all applications / updates that are cached on your server?  Of course, we see the space that contains each category.  But I would like a detailed list of the individual items that are actually cached.

    ITD be even better if I could get a scoreboard that showed me how many times a particular point was served to customers.

    Yes.  But you need a little magic Terminal to get the desired data.  Caching server is managed by a sqlite database.  To examine the contents, follow these basic steps:

    1: connect to the database using the following command:

    sudo sqlite3 /Library/Server/Caching/Data/AssetInfo.db

    2: to structure the data, run these two commands to the sqlite command-line prompt:

    .blog column

    . Headers on

    3: to find everything that is stored, run this command (you'll get iCloud cached documents, books, iOS apps, etc.):

    Select * from ZASSET;

    4: to narrow the results down to elements called by software updates, try this:

    Select * from ZASSET where ZURI as "content %";

    You could get a line that looks similar to the following:

    403 2 6 0 2012986793 474949928.477396 476912032.644505 e03448847909547fb8c7d4ecd5a7b6dd FAB32A72-DE33-469D-A7DF-3CE1A1F9A4D2 on Wednesday, August 5, 2015 18:00:30 GMT

    / Content/downloads/42/44/031-30888/bhrkylcnycxmtug9daw3g4magqb7dl7hba/OSXUpdComb o10.1

    (added the newline for readability)

    It is an OS X Combo update.  It is located on the drive to library/server/cache/Data/FAB32A72-DE33-469D-A7DF-3CE1A1F9A4D2 / the file is probably named 0, but if you want to use it, just add at the end of the .pkg file.

    I hope this helps.  Put server cache saves a lot of data.

    Oh, to quit the sqlite command line tool, simply type .quit and press return.

    Reid

    Apple Consultants Network

    Author - "El Capitan Server - Foundation Services.

    Author - "El Capitan Server - Collaboration & control»

    Author - "El Capitan Server - Advanced Services '.

    : IBooks exclusively available in Apple store

  • How to get a list of computer programs

    How can I get a print with a list programs stored on my computer (Vista)

    Hello Dutch MN,.

    You do not need to install another program, you can do it from your command line on Windows Vista and Windows 7.
    Click here for more information on WMIC using which you can export to a text file or HTML file and print out.l

    http://www.vistarevisited.com/2008/09/27/get-a-list-of-all-installed-programs-in-Vista-from-your-command-line/

    This should answer your question.

    Sincerely,

    Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • How to make a list of all the missing files in a catalog in LR2?

    Is there an easy way to get a list of all the missing files for thumbnails in Lr2? I know that the symbol that appears in the upper right of any particular photo that does not contain the file, but how can I get a list of all these photos for a catalogue (or at least large chunks of a catalog).

    Thank you.

    You can click with the right button on a folder and choose synchronize - it has a button to display the missing files.

    John

  • I'm having a lot of problems with firefox and cannot figure out how to get help. It all started when I updated to 13. I get all kinds of advertising popups, I can't play a

    I'm having a lot of problems with firefox and cannot figure out how to get help. It all started when I updated to 13. I get all kinds of advertising popups, I can't play a game on FaceBook called Farm Town at all, and I get a popup of AVG on the cookies that I can't get rid of. These issues are causing me to use Chrome quite often, although I like Fox better. I've searched and searched how to get help and find nothing. How can I get personalized technical help? These problems will not occur in Chrome at all. Thank you.

    Do a check with some malware malware, analysis of programs on the Windows computer.

    You need to scan with all programs, because each program detects a different malicious program.

    Make sure that you update each program to get the latest version of their databases before scanning.

    Alternatively, you can write a check for an infection rootkit TDSSKiller.

    See also:

Maybe you are looking for

  • Re: Portégé R700 - is possible to downgrade to XP?

    I'm considering buying a R700. I have or take care of several other computers, laptops and office (for a charity) and they are all still under Windows XP. Is it still possible to downgrade a new R700 to run Windows XP so that all my machines can be o

  • I can't load Snow Leopard on the faster new MacMini?

    After erasing all new Mini, tried to copy the content of the whole of the former player Mini under Snow Leopard via Carbon copy clone. Said that he would have to be bootable, but came with the circle w / slash symbol. It is possible (via the Migratio

  • Light Scribe

    Hello.  My understanding is that the HP HPE h8 1360 CTO comes with LightScribe.  Am I wrong?  My system does not detect it.  I would like to burn discs of LS.  Is there anywhere I can download LS compatible material safe?  I have to buy an external d

  • Where are the projects LabVIEW 2012?

    NIWeek 2012, I attended several sessions on the new sample projects provided with LabVIEW, which can be used as starting points.  I downloaded and installed LV2012 and all the toolboxes of the site of NOR, but I don't seem to get all the projects in

  • His record game do not work with Schroeder

    three days before it is working well. but now the sound only works with the phone in mind, I do not why it does not work with speaker right now. so I need help from you. Thanks for your kindly help.