How to get Project in Projectcenter

Hello everyone.
I want to override a projectcenter page, but do not know to get the project what I see in
Projects.aspx  based on psi.

Hello,
Use the ReadProjectStatus method or one other the others that access projects to return the list of projects you have access to.
https://msdn.microsoft.com/en-us/library/websvcproject.project_di_pj14mref_methods(v=office.15).aspx
https://msdn.microsoft.com/en-us/library/gg210536(v=office.15).aspx
Examples of using this method (from PowerShell but you will get the idea) can be seen here:
https://gallery.technet.microsoft.com/Server-2010-Publish-all-45ba385b
Download the SDK for more examples:
http://www.microsoft.com/en-gb/download/details.aspx?id=30435
Hope that helps
Paul
Paul Mather | Twitter |
http://pwmather.wordpress.com | CPS |
MVP | Downloads

Similar Messages

  • How to get project GUID from project name?

    How to get project GUID from project name in Campaign mgmt ?

    hello,
    have a look in table CGPL_PROJECT.
    regards,
    Frédéric

  • How to Get project definition and description  by WBS element

    Hi All,
    Is there any way to get  project definition and description  by providing WBS element.
    Please help .
    Salman Zahir

    Hi,
    These r the tables
    PRHI Work Breakdown Structure, Edges (Hierarchy Pointer)
    PROJ Project definition
    PRPS WBS (Work Breakdown Structure) Element Master Data
    RPSCO Project info database: Costs, revenues, finances
    MSPR Project stock
    Thanks,
    Anitha

  • I don,t understan how to get projecter my iPhone, I don,t understan how to get projecter my iPhone

    How to getting projector

    Please explain in more detail exactly what you want to do. Your question is not very clear.

  • CProject evaluation table: How to get project-related task confirmation

    Hi everybody.
    I'm working on cproject and this is my problem:
    In my report i can get details related to an assigned project (i know Project guid) in this way:
      CALL FUNCTION 'BAPI_BUS2172_GET_DETAIL'
        EXPORTING
          project_definition_guid      = project_guid
        IMPORTING
          es_project_definition_detail = es_project_definition_detail
        TABLES
          et_name                      = et_name
          et_status                    = et_status
          return                       = return.
    This bapi let me know the total confirmation status of my project ( this value is contained in the ACT_WORK_EFFORT of the standard data base table DPR_PROJECT ).
    I would like also to get the confirmation status of each task related to this project ......
    i think that these values are contained in the field ACT_WORK_EFFORT of the table DPR_TASK .... but i'm not able to select all and only tasks related to a single progect ....
    Thanks,
    FG

    Ok! found the right sequence of BAPI !

  • How to get project server in provisioning state?

    Hi All,
    We are working in project server 2013 and integrated it with Microsoft TFS 2010 successfully, but the problem we are getting since two days is we are not able to create or update projects or tasks in project server
    and Queue is not utilizing any space in CPU as it consuming only 0-0.1% of it, which must be higher in case of project server
    the mail problem we are thinking is project server is not in provisioning state in "Manage Project Web App" page under central administrator. please refer the below image
    Please help us out
    Thanks in Advance
    Regards, Kartik Ghodasara Associative Software engineer, Synoverge Tech Pvt. Ltd. Ahmedabad Please vote or mark as answer if it helps...

    You can run the below commands to provision the PWA. However, if you have customization being done in
    the PWA then I would suggest you raise a support ticket with Microsoft to troubleshoot the issue further.
    1. Get the GUID of the Project Server service application and copy the value 
    Get-SPServiceApplication 
    2. Run the below command after replacing the Project Server Service Application ID 
    $serviceapp = get-spserviceapplication | ? {$_.Id -like "ccc61d40-7787-4bac-ac75-75c2b7f19d07"} 
    3. Get the site collections 
    $pwainstances = $serviceapp.Sitecollection 
    4. display the site collections: 
    $pwainstances | ft name, id 
    5. Copy the GUID of the PWA instance and paste it in the below command: 
    $PWAProp = $pwainstances | ? {$_.Id -eq "9cc75053-3523-44c9-aebf-f72c9566e1d5"} 
    6. Display the properties: 
    $PWAProp 
    Once the data is displayed check whether IsUpdating is set to true and IsOnline is set to False if it is then the PWA is not successfully provisioned. Follow the next step only if the above condition is met.
    7. You can provision the PWA by running the below command to upgrade the PWA 
    Upgrade-SPProjectWebInstance -Identity "http://epm.igovtt.tt/PWA" 
    8. Post this verify the properties of the PWA by running the steps 5 and 6 again. Now the value for IsUpdating should be False and IsOnline should be set to True  
    Cheers! Happy troubleshooting !!! Dinesh S. Rai - MSFT Enterprise Project Management
    Please click Mark As Answer; if a post solves your problem or Vote As Helpful if a post has been useful to you. This can be beneficial to other community members reading the thread.

  • How to get project into timeline

    I am making a movie of pictures.  I have all of the picture organized in the project area.  Now I need to bring them down into the timeline so I can add transistions and music.  I just can't figure out how to move the pictures there.  I would appreciate some help.  Thank you

    If your pictures are in the upper left they're in the project browser, which is the timeline, and your window will look something like this:
    You are not in project library. The button in the upper left is a button that takes you to the project library where all your projects are kept.
    The Events Library only holds video, so if your project only has stills it may well be empty.
    You may be confused because the window arrangement can be swapped so that the project browser, the timeline, is at the bottom:
    You can do that if you wish but you don't have to. You can add any transitions or music or whatever to the project browser either when it's in the upper portion of the screen or when it's in the lower portion of the screen.

  • How to get project guid to task

    Hello all,
    I am looking for a method which delivers me the project guid or object for a certain task I selected. Table names would do the trick as well.
    Thanks in advance.
    Jochen

    Hi,
    you can try with DPR_TASK, CGPL_ENTITY.. it will be linked with GUID
    you can also try BAPI_BUS20TASK
    regards,
    boobalan

  • (ABAP-FI)How to get project definition from agiven WBS element

    Hi,
    I have to update some columns of PRPS table relating to a WBS element.
    While using  BAPI_BUS2054_CHANGE_MULTI it wants project definition to be passed as an input parameter.
    Is there any means to know project definition for  a given WBS element of PRPS table.
    Thanks in advance.
    Regards,
    Sourya Prakash.

    Hi,
    why don't you display table PRPS in SE11 to see what fields you have there? It's not that hard to see that there is a field PRPS-PSPHI with description "Current number of the appropriate project". Yes, there is a link from WBS element to project definition.
    Cheers

  • While creating a project in Garage Band my sample tracks were cut short then overwritten in soundtrack pro. Any ideas why? and how to get my tracks back?

    While creating a project in Garage Band 09 my sample tracks were being cut short- I then discovered they had been overwritten in soundtrack pro.
    Any ideas why? and how to get my tracks back?
    I never opened soundtrack pro to edit the track just Garage band....the track just mysteriously saved as half the track.
    I am running Lion and I upgraded my Garage band to '11 hoping it would resolve the issue...it didn't. Now I can't find that tracks at all.
    The 2 songs having the issue are titled Exotic Yearning and Reunion.
    I am in the process of reinstalling the audio content from my discs. I just don't want to run into this again.
    Any thoughts and help would be greatly appreciated!
    Thanks!

    After spending some time reinstalling the soundtrack pro 3 content I opened the full track called Reunion.
    It showed back up in Garage Band.*It was the full track and wasn't chopped off until I dragged it onto the project. Then it showed up chopped.
    Then I closed Garaged band and opened soundtrack pro 3....The song was again chopped off at the 1:33min mark
    Very Frusterated...:(

  • How to get the project name in workspace in eclipse?

    Hi,
    I want to get the file in the project in the workspace when eclipse is run time.
    But I don't know how to get?
    Thanks in advance!

    Hi,
    It is a plug-in project.
    I open two eclipse environments.
    one is main environment.
    the other is run time eclipse environment.
    In run time eclipse environment, I have a project.
    In the main environment, I want to access the file in the project in run time eclipse environment.
    How to do it?
    Thanks!

  • I have a FCP event and project with all accompanying media saved on a harddrive.  I am now attempting to open the files on another computer that also has FCP X.  I cannot figure out how to get it to open.

    I have a FCP event and project with all accompanying media saved on a harddrive.  I am now attempting to open the files on another computer that also has FCP X.  I cannot figure out how to get it to open.

    The events and projects folders have to be on the top level of the drive for FCP to recognize them.

  • How do I get project downloaded to 2nd user's PC?

    I'm testing RH6 with RoboSource Control 3. Was able
    to covert existing project and get it up onto server as single
    user. Checking in out as single user is fine. Now, I want to test
    how it works with 2nd user.
    When 2nd user tries to get project off the server, it seems
    to be okay. Used "recursive" to get the file structure.
    When she opens the project in RH6, gets error that cpd file
    is corrupt. Delete the cpd and try again, same error.
    If ignore the error message, the project opens but there are
    lots of broken links. Also, the single source info for the project
    is missing (should be FlashHelp).
    How do I get this to work for 2nd user? I'm not an IT person,
    just a tech writer, so need step by step instructions.

    Once you've got the RSC DB set up, loading the project into
    source control is easy. First, you'll need to get RH acquainted
    with the new DB. To do this, use RSC3 Explorer to open the new
    database. Once you've created a connection to the new DB, you can
    close the RSC Explorer. Then open your project in RH6 and click the
    Add to Version Control button in the RoboHelp toolbar. Select the
    correct connection name; other than that, accept the defaults. (For
    the Root Path box, you'll probably need to click the "..." button
    and then select the top level folder, $.) Wait for the process to
    complete. When it's done, all the files will be checked out to you.
    Go ahead and check them all back in.
    As for the 2nd user, I like to skip some of the setup work by
    doing it this way: zip the folder containing the source files and
    let the other users extract it onto their machines. They can just
    open the project from the xpj, and the setup is largely done for
    them already. And for large projects, the cpd file is already
    built, which can save time.
    I'm new at RSC3, and I'm working from memory here, so there
    may be details missing. Still, that's the general gist.
    HTH,
    G

  • How to get the usage of SSRS reports in project server 2010

    Hi
    Can any body tell me how to get the usage of the SSRS reports in Project Server 2010.
    Thanks
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

    Hello,
    See the links below on how to get the usage for SSRS reports:
    http://sqlbadboy.wordpress.com/2013/09/12/reporting-services-reports-whos-using-them/
    http://www.mssqltips.com/sqlservertip/1908/analyze-report-execution-and-usage-statistics-in-sql-server-reporting-services/
    http://www.mssqltips.com/sqlservertip/1306/how-to-know-what-reporting-services-reports-are-being-used/
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • How to get the list of deployed projects in OSB through commond line

    How to get the list of deployed projects in OSB through commond line; as we are able to get in weblogic.

    You can go with standard JMX API using WLST
    http://www.oracle.com/technology/sample_code/products/osb/index.html
    http://download.oracle.com/docs/cd/E14571_01/apirefs.1111/e15033/index.html
    or you can try a little bit tricky way like
    ls $DOMAIN_HOME/osb/config/core/ | grep -v ^_:-)

Maybe you are looking for