Project Management Cannot see Financials Tab

I have created a new responsibility for requirement where user wants to only be able to have what is in Projects List, but I can not get the tabs to come through, I only need the Financials one, but I am not able to figure out which one.
Guidance much appreciated.  I have a menu with 100 entries now and still have not accomplished, so appreciate any feedback.

Short answer (these work both for Unix and Windows command prompt):
To start OMS:
% oemctl start oms
To check whether a local OMS is up or down:
% oemctl ping oms
To check the status of a OMS:
% oemctl status oms
Detailed answer:
See "Oracle Enterprise Manager Configuration Guide
", Chapter 3, section "Controlling the Management Server After Configuration". Here is the direct link http://download-west.oracle.com/docs/cd/B10501_01/em.920/a96673/ch3.htm#1001659
Nikolai

Similar Messages

  • Project manager cannot see the PROJECTS even it is a part of Project Team

    Dear All.
    Describing our official scenario regarding Project Server permission mode.
    As in our project server we have business analyst person who initiate a project and he is also the project owner of that project. My query that how he can give this project in the project center of PROJECT MANAGER?
    Though i have one category in which i have mark this check "The user is on the Project's Project Team" and i have also build team in the project and assigned project manager in that team. But my project manager unable to see that project. 
    The only way is that to assign task to project manager then he is able to see the project but this one is not recommend way in our organizaiton.
    Please suggest how we can better manage the category and security permissions.
    Moreover we cannot use the status manager because status manager is team lead in our organization.
    Thanks
    REGARDS DANISH DANIE

    Hi Danish Danie,
    As Dale said, you should definitively switch to Project Server permissions mode. This will give you the flexibility you need and much more ease to maintain and administrate.
    Here is an interesting technet article to read: http://technet.microsoft.com/en-us/library/fp161361.aspx
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • Cannot see Condition tab in subcontract PO

    Hi all,
    I cannot see Condition tab in subcontract PO. As I know, Condition tab is not displayed in PO for consignment Stock or Free item. Why isn't it showed in subcontract PO?
    Regards,
    Duc.

    SPRO - Material Management - Purchasing - Conditions - Define Price Determination Process - Define Schema Determination - Determine Calculation Schema for Standard Purchase Orders
    Check whether the schema group vendor and purchasing has been assigned the Pricing Procedure.
    Check whether the Vendor has been created for the Purchasing organization and assigned the schema group for the purchasing organization in the Vendor.

  • Cannot see Hyperion Tab in Excel..?

    cannot see Hyperion Tab in Excel..? even though smartveiw is installed in the system ....
    Please suugest me ...

    Make sure its not in the Disabled Items of the Excel.
    To check, Excel Options, Addins, Manged Drop down Check Disabled items.

  • Manager cannot see Candidates for assessment in MSS E-Recruiting.

    Hi All,
    Hope everyone is ding good.
    I have an issue in regards with Candidate Assessment by Manager.  Please have a look into this.
    I was able to create Requisition and External application from Recruiter dashboard.
    I can also complete all the activities including Candidate Assessment by Manager with Questionnaire. Manager was able to complete the questionnaire and assessment successfully.
    Finally i could be able to perform Data transfer activity and completed hiring using PA48 Transaction.
    But now, I am not able to perform the Candidate assessment by manager as no candidates are appearing in MSS E-Recruiting --> Candidate assessment.
    Here in MSS  E-Recruiting I can see the requisitions released by Recruiter, but he cannot see Candidates for assessment.
    Any help will be Highly appreciable.
    Thank you in advance.
    -Sekhar

    Hi Sekhar,
    Additionally, the recruiter needs to create a questionnaire activity in status planned for a candidate and assign it to the manager linked to the requisition in order to have it in the MSS screen.
    Regards,
    Luk

  • Cannot see the tabbed Page.

    Hi,
    I want to display two tabs. One for Insert and another for Delete. i have 2 pages one for insert and one for delete.
    The following is the setup that I have done.
    Functions:
    Name: XXHR_NEW_JOB_FAMILY
    Type: SSWA jsp function
    Html Call: OA.jsp?page=/xxc/oracle/apps/per/selfservice/deployperson/webui/NewJobFamilyPG&OAHP=JOB_FAMILY_HOME&OASF=XXHR_DEL_JOB_FAMILY
    Name: XXHR_DEL_JOB_FAMILY
    Type: SSWA jsp function
    Html Call: OA.jsp?page=/xxc/oracle/apps/per/selfservice/deployperson/webui/DeleteJobFamilyPG&OAHP=JOB_FAMILY_HOME&OASF=XXHR_DEL_JOB_FAMILY
    Menus:
    Name: NEW_JOB_FAMILY_MENU
    Type: HTML Tab
    Function : XXHR_NEW_JOB_FAMILY
    Name: DEL_JOB_FAMILY_MENU
    Type: HTML Tab
    Fucntion: XXHR_DEL_JOB_FAMILY
    Name: JOB_FAMILY_HOME
    Type: Home Page
    SubMenu: NEW_JOB_FAMILY_MENU (Prompt: Insert)
    SubMenu: DEL_JOB_FAMILY_MENU (Prompt: Delete)
    Name: COLT_MGR_SELF_SERVICE_MENU (Responsibility Menu)
    Sub Menu: JOB_FAMILY_HOME
    After doing this setup, I cannot see the new menu and i cant navigate to the page.
    Can any one help me finding the error in my setup so that I can get the link to my page and I can get the tabs displayed.
    Thanks in Advance,
    Kaushik

    Thanks Aj and Reetesh,
    But when i directly add function to responsibility as below, i can see the link to the page.
    Fucntion:
    XXHR_NEW_JOB_FAMILY
    Prompt: Insert
    After doing so i can see the link on the menu list and i can navigate to the page. I think there is something missing in my setup can you help by giving the details of how to define menus and functions if i want to see the tabbed page do the setup so that i can see the page.
    thanks in Advance,
    Kaushik

  • Cannot see my tab in XD01.

    hi all,
    my requirement is to add an additional tab for the customer master trnx XD01 or FD01 etc...at company code level as the 5th tab.
    I have a created new screen group  in trnx SPRO 'ZN' for the customer master as per the SAP Note:577502.
    Its label parameters as:
    Number = 5,Fcode= TAB05.
    I have implemented BADI CUSTOMER_ADD_DATA~CHECK_ADD_ON_ACTIVE.
    I have coded in this method as:
      IF I_SCREEN_GROUP EQ 'ZN'.
        E_ADD_ON_ACTIVE = 'X'.
    ELSE.
      E_ADD_ON_ACTIVE =' '.
    ENDIF.
    I don't see my tab in trnx XD01,Please anyone help me on this?
    Thank you,
    Ann.

    HI Ann,
    Follow these steps:
    1)How to create a screen group.
    Go to spro.
    Search for:
    “Prepare Modification-Free Enhancement in Customer Master Rec”
    Then define a new screen grOup say Z1.
    2)To start with, you have to implement 'CUSTOMER_ADD_DATA' also.
    In the method CHECK_ADD_ON_ACTIVE, you should do this:
      IF I_SCREEN_GROUP = 'Z1'. “ Screen group defined in SPRO
        E_ADD_ON_ACTIVE = 'X'.
      ENDIF.
    3)In badi implementation for badi 'CUSTOMER_ADD_DATA_CS' method 'GET_TAXI_SCREEN' do this
      e_screen  = <Screen number>.
      e_program = <Screen Program name>. :This should be the main program for the function group of the function modules you create
      e_headerscreen_layout = space.
    In set data method do something like this:
      CALL FUNCTION 'Z_SET_DATA'   “Create a new fm
        EXPORTING
          I_KUNNR         = S_KNA1-KUNNR
          I_<ZFIELD name>      = S_KNA1-<zfield name>
          I_ACTIVITY      = I_ACTIVITY.
    The code inside the z_set_data should be something like this:
      V_KUNNR         = I_KUNNR.
      V_<zfield name>      = I_<zfield name>.
      V_ACTIVITY      = I_ACTIVITY.
    Use this fields v_<zfield name> in the screen.
    In get data method:
      CALL FUNCTION 'Z_SET_DATA'   “Create a new fm
        IMPORTING
          E_KUNNR          = S_KNA1-KUNNR
          E_<zfielD NAME>       = S_KNA1-<ZFIELD NAME>.
    CODE INSIDE THE FM.
      E_KUNNR         = V_KUNNR.
      E_ZZSITEID      = V_<ZFIELD NAME>.
    Regards,
    Ravi

  • HT201250 I just had a new hard drive installed in my iMac.  Migration manager cannot see my external Time Machine hard drive to restore the files and applications.  The drive is operational in Finder

    I cannot seem to migrate the full time machine backup from an external hard drive back to the new hard drive.  Finder sees the drive and files.  When I use Migration managers, it only sees the computer hard drive after I select the time machine option to restore the files.

    Welcome to the Apple Support Communities
    With what OS X version did you make the backup? If it was the same as the version you are using now, you don't have to use Migration Assistant to restore the backup. Instead, there's a safer and better method, but you will lose all the changes you have made since the last time you made the backup.
    Just hold Command and R keys while your Mac is starting to start into OS X Recovery. Then, select the option to restore a Time Machine backup, and follow its steps. Also, you will be able to select the backup you want to restore

  • Cannot see photos tab

    can somebody help to find that Photo Tab so i can put in to my iPhone pictures please.

    The following has complete instructions and shows a picture of the Photos tab (2nd picture from top): http://support.apple.com/kb/HT4236
    Note that iTunes is used to move photos from the computer to the phone. If you are trying to move them the other direction (from phone to computer) iTunes is not used. Instructions for that are http://support.apple.com/kb/HT4083

  • Cannot see the tab for Financial Accounting in SPRO after Support Pack

    Hello,
    We applied support pack level 21 for SAP_APPL and after the application of it (Still in the correction phase), the tab for Financial Accounting has disapered from SPRO. Has anyone faced a problem like this before?
    Any pointers to the same will be very much appreciated.
    Thanks in advance
    Best Regards
    Anirban

    hi Anirban,
    basically it is something with the New G/L funcionality, you should have Financial Accounting (New) anyway, but can you do a authorization check? Right after you press F5 in SPRO, /nsu53 into the command line...
    hope this helps
    ec

  • Cannot see PI receiver(Proxy) adapter - advanced adapter specific message

    Hello Friends,
    I cannot see adapter specific message attributes in receiver adapter XI (abap proxy) for enabling. I want to use these properties for getting a file name dynamically in a receiver structure.
    I had seen a blog by Mr.Michal but that gives details for file to file. Here my target is abap proxy so I cannot see advance tab properties in XI adapter used communication channel.
    Clearly my interface is file to ecc (using proxy), where i will have to read a file name which my interface picks and has to update in ecc.
    I have enabled the sender side File adapter - ASMessage attributes but am not able to find the attributes in receiver side. Does it make any diffrence if am not enable the attributes at receiver adapter.
    Thanks very much.

    Swarna,
    in your scenario in order to have the file name updated on ecc, you must:
    1. Set the ASMA properties on sender channel
    2. Read the property in mapping and put the value in a custom field on the proxy structure. Create an UD like this:
    UD
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String onixdataset = conf.get(key);
    --- END UD
    3. Manage the filename in the proxy class with your requirements
    Regards,
    Andrea

  • Project Manager & RAID 0 config

    hi
    i have Mac Pro with 250G Bay1 HD as boot + applications incl LP
    i also have 2 X 500G in Bay 2 + 3 set-up in RAID 0 configuration where LP projects reside
    in browse mode, project manager sees the audio files in proper Volume directory but not the songs
    i did an expanded scan twice with no luck
    btw, i have no problem uploading the songs in LP since the projects are all there intact in Finder, it's just that project manager fails to recognize them
    is this normal?
    does project manager only look for song info in User/Home/Music/Logic ?
    right now i store projects in RAID volume/Logic folder
    should i have created a "Music" folder above the "Logic" folder ?
    many thanks
    Mac Pro 2 X 2.66 GHz Dual Core Intel Xeon 4G RAM, 250G + 2 X 500G RAID 0   Mac OS X (10.4.8)   Logic Pro (7.2.3) MOTU 828mkII

    I believe there are some significant bugs in project manager. I have two identical internal barracuda drives in my mac pro (exc system drive), bought, installed and formatted at the same time: drive A for samples and audio and drive B for audio and song files.
    For some reason project manager will "see" the songs on drive B no matter what I do. I've tried everything including only scanning drive B, deleting project manager database etc etc. I've even looked at the permissions of the drives and files and they are identical in nature.
    There are no raids involved here. If I copy over the song files to drive A they are found by the PM. Its just weird. I'm pretty much stumped and I've given up trying. I'd love to know if there is a fix for PM weirdness.
    (Macpro 10.4.8, Logicpro 7.2.3)

  • RH7: Project Manager Tab keeps refreshing continuously

    I have upgraded my project from RH5 to RH7. There were in all 65 projects (.xpj) files that I upgraded. However, i have this issue with some of the files. When I open the xpj file, the Project Manager tab keeps refreshing. I cant scroll and select the files that are towards the end because the moment I click the scroll bar, the the tab refreshes and I cant click on the file.
    Most of the files that I upgraded work fine.
    Please suggest a solution. Thanks.

    Have you tried renaming the CPD and reopening RH to make it create a new one?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Portfolio Tab under project management is Blank

    Hello,
    We are implementing SAP PPM 5.0 for our client. I am facing issue in Portfolio and Project Management Linking.
    I am following steps mentioned below.
    1. Create Portfolio Item
    2. Fill the required details
    3. Select "Create Project on Saving" option
    4. Select template from the drop down
    5. Save and close the Item
    6. Revisit the Item
    7. Project is created and the is appearing relationship tab -- Related Objects
    As the Item is saved and the Project is created. I go to Project Management and open the project. Here I am not able to see any Portfolio details.
    Configurations/Master data
    I have done following back end activities
    1. Project Template Created
    2. Template released
    3. Mapping of Template with Project Item Type
    Am I missing any configuration? How can I see the portfolio details in project management?
    Please help.
    Regards
    GYB

    Thanks Lashan
    With implementation of this note I could resolve this issue.

  • Team members see projects, sprints, code, burndown chart, but cannot see backlog items (not even the tasks assigned to them)

    I have a VS Online account (http://tec.visualstudio.com), I created it with my [email protected] ID, now I want to use it for the projects at the university I work for. My work ID is [email protected], and my jobmates use others...
    The University has the MSDN Subscription and we have assigned permissions for it.
    We can see some things in the projects but none of the users (except for the [email protected] ID) can see the baclog items and the boards...

    Hi Christian,
    Thanks for your post.
    Your Free users cannot see the Backlog items and Board pages too? Please share your screenshot(s) here.
    For licenses to users in VSO, please refer to:
    http://www.visualstudio.com/get-started/assign-licenses-to-users-vs.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Display Drivers for intel (R) G45 express chipset on windows 8(multipoint server 2012) 64 bit

    HI I recently bought windows multipoint server 2012 from Microsoft which comes with windows 8. I am having trouble with installing display drivers from my computer's manufacturer. The display device is  Intel (R) G45 express chipset. Intel only suppo

  • Incorrect logical system name for datasources - entry not in TADIR

    Hi all, I currently can't replicate or edit any of my data sources because, after we applied some patches, the logical system name appears to be incorrect and a message is displayed saying the R3TR RSDS entry does not exist in table TADIR. For exampl

  • Website Storage Settings Manager

    I can't access my Website storage settings manager. I am thinking one of my kids messed this up somehow.... My old FB games are just not opening at all, but new ones will work. I can't access the Local storage because the game won't load at all, so t

  • RAID upgrade on late 2009 Macbook

    Just thought I'd share this as I was unable to find any help on the topic.  I replaced my optical drive with a 2nd hdd.  I then installed 2 80gb Intel X25m ssd's.  I used a usb boot flash drive to boot OS X 10.8.2.  From there I was able to use the d

  • Profit Center updates

    Hi, I've got a number of records that have profit centers updated at the G/L account level but not at the customer account type level. How do I allocate these profit centers to the customer accounts in table BSEG ? I understand that there is a normal