PWA 2010 SP2(!!!) - Problem to Change Project Owner

Hello,
Our client has the same issue as described here:
http://social.technet.microsoft.com/Forums/projectserver/en-US/aa064da4-e076-4a15-90ce-15663b58389c/project-web-access-2010-change-the-owner-of-a-project-fails?forum=projserv2010setup
When changing project owner we get the message "An error has occurred when saving your project to the server. Please contact your server administrator for assistance".
The error log from the queue mentions the EventHorizonFinishException (same as in the above thread).
Replies to the above post refer to a CU of the 2010 (no-SP) version that fixes the problem. However, our client's server is 2010 with SP2, so the CU is supposed to be included.
Any ideas?
Thanks,
Barak

Hi Barak,
First of all, ensure to have the latest CU released by Microsoft for Project Server 2010:
http://technet.microsoft.com/en-US/office/ee748587
Then try to edit and publish the project plan through PWA and try again changing the project owner.
Finally the file might be corrupted. To repair it, try the
save as sharing or
xml export methods.
Hope this helps,
Guillaume Rouyre, MBA, MCP, MCTS |

Similar Messages

  • Project Server 2013 : How to Change Project owner Using PSI

    Hi,
    I have the following sets of codes for changing the project owner but both of them have not worked.
    1>
    private static bool UpdateProjectOwner()
       bool projUpdated = false;
       try
         User newOwner = projContext.Web.SiteUsers.GetByLoginName(Username);
         Guid ProjectGuid = ProjectUID;
         //Console.Write("\nUpdating owner to {1} on project: {0} ...," ProjectGuid, Username);
         DraftProject draftProjectToUpdate = projContext.Projects.GetByGuid(ProjectGuid).CheckOut();
         draftProjectToUpdate.Owner = newOwner;
         QueueJob qJob = draftProjectToUpdate.Update();
         projContext.Load(qJob);
         projContext.ExecuteQuery();
         JobState jobState = projContext.WaitForQueue(qJob, timeoutSeconds);
          QueueJob qJob2 = draftProjectToUpdate.CheckIn(false);
          projContext.Load(qJob2);
          projContext.ExecuteQuery();
          JobState jobState2 = projContext.WaitForQueue(qJob2, timeoutSeconds);
         catch (Exception ex)
           Console.ForegroundColor = ConsoleColor.Red;
           Console.WriteLine(ex.Message);
           Console.ResetColor();
       return projUpdated;
    2>
    String projectOwnerIDstrNew = Convert.ToString(dr["ProjectOwnerUID"]);                        
    String projectOwnerIDstrOriginal = Convert.ToString(project_Ds.Project[0].ProjectOwnerID);
    if (!projectOwnerIDstrNew.Equals(projectOwnerIDstrOriginal))
     Guid ownerID = new Guid(projectOwnerIDstrNew);
     project_Ds.Project[0].ProjectOwnerID = ownerID;
     project_Ds.AcceptChanges();
    bool managerChanged = true;
    Is there any mistake in these above functions ?
    If Not, then is there any other way of updating the project owner with help of PSI.

    Hi Steve,
    Are you talking about PWA or Project Pro?
    In PWA: the project has to be checked in first, then go to the "options" tab in the ribbon and unselect the checkbox that allows displaying time with the date.
    In Project Pro, it is up to users to set in the date format without the time in file\options\schedule, date format.
    In the PDP, date custom fields are displayed by default with time, the only suggestion I could make would be to create an associated custom field equal to your date field with a formula displaying only the date.
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • The operation is not available because the grid is not editable - In PWA 2010 SP2 Project Schedule Page

    Hello,
    I am trying to edit a project via PWA (as delegate of the owner).
    When clicking "Edit" on the Project Schedule, I get a message: "The operation is not available because the grid is not editable".
    Does somebody knows what does that mean?
    Regards,
    Barak

    Hi Barak 
    What happens if you try with your session, meaning without delegation?
    Does the user you are acting delegate for has project edit permissions in PWA?
    When the user himself tries to edit the schedule, what happens?
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • Apple ID problem after changing of owner

    Hi, first time poster, so be gentle if I screw up the location of the topic and things like that.
    Here is the deal, I had a 3Gs for a year, then as iPhone4 got out I upgraded and gave the 3Gs away.
    However, even after a complete "reinstall" and format and all that shiz, the 3Gs still remember, and demand to use, my AppleId for purchases.
    The new owner have typed in her mail, her password, in all parts where we can physically enter it; like the settings>store. Even via iTunes and such.
    So, in the settings>store menu, her details are listed (logged out and back in like 20 times), but once a purchase is made, free or otherwise, my mail pops up and it demands my password (we tried with hers)
    So, in short.
    How can I make my old phone forget my AppleId and accept someone else's.

    You're welcome.
    Then the answer to my question is no - the iPhone was not restored with iTunes as a new iPhone on the owner's computer. There are two restore types - from an iPhone's backup, and as a new iPhone or not from an iPhone's backup.
    On the iPhone, go to Settings > General > Reset and select Erase All Content and Settings. Next connect the iPhone to the new owner's computer and if prompted to transfer a backup, select the backup for the owner's previous 3G iPhone, not for the 3GS that may have been created on the buyer's computer.

  • PWA issues after Office 2010 SP2 upgrade

    We recently upgraded some client machines that have Project 2010 Professional installed to Project SP2.  Several of these users also use PWA. 
    After the upgrade, I heard from a few of these users that in PWA, the Workflow Approval buttons were unavailable, and that they were unable to export to Excel.  I checked with another user who uses the same Project Server and did
    not receive the update, and he had the same issue.
    I did find kb2817580 that describes these exact issues, but the timing is suspicious with the client SP2 upgrade.  Is there something in the Project 2010 SP2 update that would cause this problem on Project Server, or does Server need to be upgraded
    concurrently with the client update?  I was not under the impression that the local Project update would affect Project Server.  Is that incorrect?

    Cwoodin, in my experience, the client doesn't make any modifications at the server.
    About the updates, i would recommend you to apply SP2 at the server as well. Besides that, take a look at the ULS logs to see if it spits any errors.
    Regards

  • 2 Problems after migration Project Server 2007 to 2010

    Hi Everyone!!
    I have 2 issues after migrate MS Project Server 2007 to Project Server 2010, in fact i had a lot issues, but i can solve almost all, so after solve all issues, just is pendings 2 issues very rare:
    Backgrounds:
    Migrated from: Windows Server 2008R2 - SQL Server 2008 R2 - Proejct Server 2007 with WSS 3.0 - All updates are up to date (CU is up to date) and all platform is ok
    To: Windows Server 2008R2 - SQL Server 2008 R2 - Project Server 2010 SP2 - SharePoint Server 2010 SP2 - All updates are up to date (CU is up to date) and all platform is ok
    3 Servers in the Farm, ---->  1WFE-1WAPP-1DB
    Issues:
    In the Project Center, some migrate Project don't show the icon with image about project documents, risk and issues although that project effectively have documents , risk and issues
    In "Server Settings" , in section "Operational Policies"  in "Project Sites" almost all projects don't show the URL with Project Site
    For the issues 1 and 2, i tried some things:
    Re publish all projects (approx 700 projects) with a script via PowerShell available in technet
    Run the Wizard Again
    Rebuild Solution
    Restart the all Servers in the Farm
    Restart Services ----> IIS - Project EventService - ProjectQueue - SharePoint Timer
    and  i can't solve it yet!!!
    Please Any Ideas?
    Erick Gutiérrez PMI Membership #ID 2089740 MTCS - Microsoft Project Server Managing Projects

    Have you restored content DB successfully?
    for point 2 have you performed:
    have you synchronized project site under server setting -->  operational policies --> Bulk Update Project
    Sites 
    http://pwmather.wordpress.com/2012/10/08/projectserver-2010-bulk-update-project-site-issue-ps2010-msproject-sp2010-sharepoint/
    after doing this publish all the project which are having issue it may solve your 1st issue.
    You can check if below condition is applies to you (PWA 2007)
    You may need to use the WSS site re-linker tool –
    now built in to Server Settings in PWA as “Bulk Update Project Sites”.  If you have changed URL die to a different port then re-linking should get your sites in order. In upgrade scenarios the “Previous Site Path” Web application might show as a GUID
    in the drop down – however it still works and will re-link the sites.
    http://technet.microsoft.com/en-us/library/cc197498(v=office.12).aspx
    kirtesh

  • Project Server 2013 Site Owner not changed when Project owner is changed

    It seems when a project is created the project site "owner" is set to be the person that created the project. If the project owner is changed then site "Owner" is not updated.  This is a problem on several fronts and I am almost
    hoping it is an issue with my install.(We are running Project permissions mode)
    Use Case 1: A project manager leaves the company and the New PM is added as the new project owner. After addition and publish the site owner remains the same as the original. this means the new pm can't share the site (to a stakeholder who is not in the
    ERP) by adding them to the general "Contribute" group or otherwise.
    Use Case 2: a planner creates a portfolio project and gets it through the workflow and all. the PM is assigned but can't add other stakeholders without going back to the planner and having them add them to the project site as an owner. 
    Question: Is this a feature or a bug? Is there a script to do this? 
    Seems kind of cumbersome and has already produced numerous issues for us. 
    Tasks

    Bob,
    Unfortunately, you are seeing the behavior as designed. The Project Site Owner will always be the person, who created the project site (i.e. Project). This is because, after the initial creation, the only groups that are synced are:
    <Site Name> Project Managers (Project Web App Synchronized)
    <Site Name> Team Members (Project Web App Synchronized)
     <Site Name> Web Administrators (Project Web App Synchronized)
    The idea here is that, all 'sharing' of the project site will happen via the project schedule/Project Server. Anybody who is part of the Project team, will be given Team member access, and anybody with rights to save that project will be given project manager
    acess on the Project site,
    This is also good in a way, because, this prevents any license violations, (users who access project sites also should have PWA CAL), that could happen via direct sharing.
    Having said that, you have couple of options:
    1) Make it part of your process that when a owner changes, the admin (or workflow) manually adds the new owner to the Site Owners group.
    2) Disable Project Site Sync, and manage it via the AD Groups (depending upon on your security model).
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • Project Server 2010 SP2 - Use with IE11, Firefox and Safari

    More groups in my company are being onboarded to start reporting time and managing projects out of Project Server /PWA 2010.  We found that one of the groups have MACs and use either Safari or Firefox.  There are some members of that
    same team who are using an HP machine but are using IE 11. 
    From what I am reading and what I am seeing it appears that with Firefox and Safari you cannot access Manage Timesheets or Project Center.  Has anyone found a work-around for this?
    The work-around we are using for IE11 is to add Project Serrver to the Compatability View.  Does anyone know of a problem with this approach?
    Thank you

    Look into using the 'IE tab' for Chrome/Firefox as a work-around. I had a similar scenario with Mac users and installed IE tab in their Chrome/Firefox browsers for them and worked pretty good for the most part. Hope this helps.

  • Do I *really* need a Service Connection Point in AD to complete a Project Server 2010 SP2 installation?

    Hi all,
    I have installed Project Server 2010 SP2 and run psconfig.exe
    PSCONFIG is failing because it cannot set up a Service Connection Point in AD. I've checked in AD and the contains 'Microsoft SharePoint Products' does not exist. All the resolutions I can find suggest adding the container into AD.
    The issue I have is that I have no control of the AD, and adding containers will take lengthily negotiation.
    Is there any way of completing the installation and getting my site back without adding the container into AD?
    Thanks in advance.

    other solutions
    1) check timer service see if it is running
    http://www.jonthenerd.com/2011/06/30/sharepoint-2010-sp1-upgrade-error-unable-to-create-a-service-connection-point-in-the-current-active-directory-domain/
    2) check UAC (and the rest of the technet answers - some are listed below)
    http://social.technet.microsoft.com/Forums/en-US/94a8bb64-e0ea-493f-8e29-01347b1fc6c7/psconfig-fails-failed-to-upgrade-sharepoint-products
    3) My workaround:I
    run once again the command „PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures“  in
    the “Bin” Folder as an administrator console session.In the moment I saw the staus “Configurationtask 5 of 6 is executed”
    I start to run the command “net start SPTraceV4 & net start SPWriterV4 & net start SPAdminV4 & net start SPSearch4 & net start SPTimerV4” in a parallel administrator console session and after that the configuration task finished successfully.
    http://social.technet.microsoft.com/Forums/en-US/94a8bb64-e0ea-493f-8e29-01347b1fc6c7/psconfig-fails-failed-to-upgrade-sharepoint-products
    4) Try running the psconfig.exe command a second time
    5) had the same issue and called Microsoft support.  Here is the fix:
    Stop the "SharePoint 2010 Timer" service
    Delete ONLY the xml files from C:\ProgramData\Microsoft\SharePoint\Config\216f8013-b78b-4e5b-8631-3a5f4c7277e8
    Note: Do NOT delete the cache.ini file in this folder
    Edit cache.ini and change to "1"
    Start "SharePoint
    2010 Timer" service
    Run psconfig again:  PSConfig.exe -cmd upgrade -inplace b2b -wait -force
    6) Initially I tried http://support.microsoft.com/kb/2009272 but
    it did not help (I re-implemented later).
    I re-registered the DLL’s as perhttp://social.technet.microsoft.com/Forums/da/winservergen/thread/b4bd0deb-45d0-4661-8c50-a2b45db41103 from
    NareshD.  I do not believe this is necessary unless there is a corruption in the system but I am noting here just
    in case.
    I tried to run The PSConfig but it was failing:  I
    had to do the following in order to make it finish successfully:
    (from same page at http://social.technet.microsoft.com/Forums/en-US/smallbusinessserver/thread/94a8bb64-e0ea-493f-8e29-01347b1fc6c7/)
    On the migrated SBS2011 PSCDiagnostic Log I found no entry to detect or start the services SPWriterServiceInstance and SPTimerServiceInstance.
    I run once again the command „PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent
    -install -cmd installfeatures“ in the “Bin” Folder as an administrator console session.
    In
    the moment I saw the status “Configuration task 5 of 6 is executed” I
    start to run the command “net start SPTraceV4 & net start SPWriterV4 & net start SPAdminV4 & net start SPSearch4 & net start SPTimerV4” in a
    parallel administrator console session and after that, the configuration task finished successfully.  (I
    just opened another cmd window and copy/paste the sequence below when I saw the status “Configuration Task x of y” on the screen:
    net start SPTraceV4 
    net start SPWriterV4 
    net start SPAdminV4 
    net start SPSearch4 
    net start SPTimerV4
    -Note SPSearch4 is disabled in our system…
    Very awkward but it worked…
    I implemented http://support.microsoft.com/kb/2009272 again.
    Backup started working with no errors.

  • Project Server 2010 SP2 Timesheet Errors

    Hi,
    We use Project Server 2010, SP2 in SEM mode. Users use IE9. Some of our users complaining that while entering timesheet, sometimes "h" for hours is auto populated next to the hours entered in the cell... and sometimes dont appear and then timesheet
    freezes. Anyone have any suggestions when would this happen and any resolutions?
    And some users also get the following error...
    An error occurred when communicating with the server. Check connectivity with your administrator to determine whether further action is necessary", then attempt to approve TimeSheet"
    Please suggest.
    Kishore Dodda

    Let us know what turns up. It certainly looks like you are losing connectivity. The other possibility is that your databases are in need of attention. Ask your SQL DBAs whether they are following best practices for Database management and have a SQL maintenance
    plan running on the Project Server databases.
    Gary Chefetz, MCITP, MCP, MVP msProjectExperts
    Project and Project ServerFAQs
    Project Server Help BLOG

  • Exchange 2010 SP2: Different problems with E_ACCESSDENIED on exchange servers

    Hello All,
    I'm observing a strange problem in an AD 2008 R2 / Exchange 2010 SP2 environment:
    When creating a DAG and adding 1 or more servers to the DAG, the following error occurs:
    Summary: 2 item(s). 0 succeeded, 2 failed.
    Elapsed time: 00:00:05
    <MAILBOX SERVER 1> Failed
    Error:
    Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    Exchange Management Shell command attempted:
    Add-DatabaseAvailabilityGroupServer -MailboxServer '<MAILBOX SERVER 1>' -Identity '<NAME DAG>'
    Elapsed Time: 00:00:02
    <MAILBOX SERVER 2> Failed
    Error:
    Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    Exchange Management Shell command attempted:
    Add-DatabaseAvailabilityGroupServer -MailboxServer '<MAILBOX SERVER 2>' -Identity '<NAME DAG>'
    Elapsed Time: 00:00:02
    There are no logs created on the Mailservers, so I have no more detailed information. Where to start with troubleshooting this issue?
    Edit: BTW I already checked the local admin membership of the "Exchange Trusted Subsystem" domain group.
    Also commands like get-owavirtualdirectory give the Access Denied error (except on the CAS servers themselves).
    You know you're an engineer when you have no life and can prove it mathematically

    Hi Frank,
    The DAG is not yet populated. When inserting the first server(s) in the freshly created DAG, the error appeared.
    [PS] C:\Program Files\Microsoft\Exchange Server\V14\Scripts>Get-DatabaseAvailabilityGroup
    Name             Member Servers                                     
    Operational Servers
    IICT-DAG-002     {}
    [PS] C:\Program Files\Microsoft\Exchange Server\V14\Scripts>Get-DatabaseAvailabilityGroup IICT-DAG-002 -Status | fl
    RunspaceId                             : cc985264-fa89-48f8-8aba-c1b0c89eb097
    Name                                   : IICT-DAG-002
    Servers                                : {}
    WitnessServer                          : iict-srvp00-011.insourceict.local
    WitnessDirectory                       : C:\IICT-DAG-002
    AlternateWitnessServer                 :
    AlternateWitnessDirectory              :
    NetworkCompression                     : InterSubnetOnly
    NetworkEncryption                      : InterSubnetOnly
    DatacenterActivationMode               : Off
    StoppedMailboxServers                  : {}
    StartedMailboxServers                  : {}
    DatabaseAvailabilityGroupIpv4Addresses : {10.100.0.54}
    DatabaseAvailabilityGroupIpAddresses   : {10.100.0.54}
    AllowCrossSiteRpcClientAccess          : False
    OperationalServers                     :
    PrimaryActiveManager                   :
    ServersInMaintenance                   :
    ThirdPartyReplication                  : Disabled
    ReplicationPort                        : 0
    NetworkNames                           : {}
    WitnessShareInUse                      :
    AdminDisplayName                       :
    ExchangeVersion                        : 0.10 (14.0.100.0)
    DistinguishedName                      : CN=IICT-DAG-002,CN=Database Availability Groups,CN=Exchange Administrative Gro
                                             up (FYDIBOHF23SPDLT),CN=Administrative
    Groups,CN=InsourceICT,CN=Microsoft Exch
                                             ange,CN=Services,CN=Configuration,DC=insourceict,DC=local
    Identity                               : IICT-DAG-002
    Guid                                   : 71d5d869-03ac-4f8a-8de7-fc15bc6a0ae1
    ObjectCategory                         : insourceict.local/Configuration/Schema/ms-Exch-MDB-Availability-Group
    ObjectClass                            : {top, msExchMDBAvailabilityGroup}
    WhenChanged                            : 8-6-2012 14:35:59
    WhenCreated                            : 8-6-2012 13:35:21
    WhenChangedUTC                         : 8-6-2012 12:35:59
    WhenCreatedUTC                         : 8-6-2012 11:35:21
    OrganizationId                         :
    OriginatingServer                      : IICT-SRV003.insourceict.local
    IsValid                                : True
    You know you're an engineer when you have no life and can prove it mathematically

  • Resources Cannot See Timsheet Tasks in PWA 2010

    We have 4 resources who cannot see any tasks listed on their timesheets in PWA 2010.  For one resource this started a week ago, prior to that they could see the tasks.  For another resource the problem started today, earlier this week this person
    could see his tasks.  For another resource it happened 3-4 weeks ago.  Nothing that we are aware of has changed with the projects, their Resource Records or on their computers. 
    In addition to not being able to see anything on their timesheets in PWA, they cannot see any projects listed in Project Center.
    We are at a lose for what might be causing this.  Any ideas/suggestions?

    Hi Dennykat,
    Are those resources part of the "team member" security group? Ensure that their permissions have not been modified in any ways. They also might have been removed from the project team.
    When you go to the resource center, select the resources and view assignments, can you actually view their assignments?
    Then you could check:
    Are the resource their assignments owner (insert the "assignment owner" column in Project Pro)?
    Is the project correctly published with no error messages in the queue?
    Is the "publish" value to "YES" for all resources assignments?
    Are any filters applied in the PWA timesheet view of the users?
    When they click on "add row" then "from existing assignments", can they see their assignments?
    Try to open a delegation session for those users and check what you actually can see.
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • Project Server 2010 / Sharepoint 2010 Permissions not syncing to Project Site

    Project Permissions not syncing to Project Site
    Project Manager Group
    New project is created and published project server sends permissions to Sharepoint which puts users into the following groups:
    <dir><dir></dir></dir><dir><dir>
    Web Administrator (Microsoft Project Server)
    Project Managers (Microsoft Project Server)
    Team members (Microsoft Project Server)
    Readers (Microsoft Project Server)
    At this time the creator/owner, owner’s management, portfolio managers, and executives should all have Project Manager rights on the sharepoint site, and Admins will have Web Admin permissions.
    Issue #1: Only the Web Admin permissions and creator/owner permissions are being added to the Sharepoint permission groups
    Workaround #1: Going into the project site permissions and adding the
    Project Managers (Microsoft Project Server) group manually and the sync will keep the permissions
    Workaround #2: Going into the Server Settings, Manager Groups then removing or add all users to the No Permission Group, which forces an sync to all workspaces. Con: This workaround can only be down at night when users are not active since it will
    block the queue for at least an hour.
    Project Owner Transfer
    Previously created project has owner change, once saved and published project server sends permissions to update user’s permission to
    Project Managers (Microsoft Project Server) on Sharepoint project site.
    Issue #2: When Project owner is changed and project is published the owner is not getting permissions to the Sharepoint project site. However, if owner is also added to the team using the Build Team Feature the sync will give the owner Project
    Manager permissions on the Project Site.
    Workaround #1: Going into Server Settings, Project Sites, select project and Synchronize. Once this is done, the owner will have Project Manager Permissions without being added to the team.
    Users who have been added to this project in Project Server 2010, but not assigned to tasks. Users who have assignments in this project in Project Server 2010 and are contributors to the project workspace site,
    meaning that they can create and edit documents, issues, and risks. Users who have published this project or who have
    Save Project permission in Project Web App and are contributors to the project workspace site, meaning that they can create and edit documents, issues, and risks. Users who have
    Manage SharePoint Foundation permission in Project Web App and are contributors to the project workspace site, meaning that they can create and edit documents, issues, and risks.</dir></dir>

    By default when you create project build team add users in the task and publish the project plan then All the User which are available in the project plan including Project owner will go to below mentioned group in project site:
    1. creator/owner, owner’s management, portfolio managers, and executives should all have Project Manager will get access to Project Managers (Microsoft Project Server)
    2. User who are having team member access to PWA will get Team members (Microsoft Project Server) access if they are assigned to the project task.
    3. User who are having team member access to PWA will get Readers (Microsoft Project Server) access if they are not assigned to the project task.
    4. Only PWA Administrator will get the access to Web Administrator (Microsoft Project Server)
    Sharepoint permission you have to use when you want to give permission manually to users on project site  
    In the Project Site provisioning setting under Server setting if you have Check to automatically synchronize Project Web App users with Project Sites when they are created, when project managers publish projects, and when user permissions change in Project
    Server.
    Then all the user get access as per describe above and if you will give access manually to any of the user either in project server group or in Sharepoint group once you will publish the project next time all the manually given permission will go away.
    IF you want to give permission to user manually to sharepoint group or project server group then uncheck automatically synchronize Project Web App users with Project Sites when they are created, when project managers publish projects, and when user permissions
    change in Project Server.
    You check PWA site setting --> Site permission then member of Sharepoint group user who will have access to sharepoint group in PWA site setting site permission will have access to all the project site sharepoint group as Project site inherit permission
    from PWA root site.
    Both the issue which you have described is behavior of project site.
    For issue 2 when first time project owner create and publish the project and projectsite is getting created then porject owner name gets access  in the porject manager (project server group) nect time if you will change the owner and publish the project
    until he will not present in the project plan will not get the permission.
    If you want to give sharepoint permission to users then uncheck automatically synchronize Project Web App users with Project Sites when they are created, when project managers publish projects, and when user permissions change in Project Server and give
    the permission manually. 
    Project site in 2010 has some issue and not full filling customer need some time ,Ms has came up with 2013 which is having tight integration with project sites .
    Project workspace security groups are equal to the SharePoint Server 2010 security groups.
    Web Administrator equals Full Control
    Project Managers equals Design
    Team members equals Contribute
    Readers equals Read
    Users who have Manage
    SharePoint Foundation permission in Project Web App and are contributors to the project workspace site, meaning that they can
    create and edit documents, issues, and risks will get access to Web Administrator (Microsoft Project Server)
    http://technet.microsoft.com/en-us/library/cc197668(v=office.14).aspx
    kirtesh

  • Timesheet Issues in PWA 2010

    My company just upgraded from Project 2003 to Project 2010. In PWA 2003 timesheet view, we were able to see our summary tasks, as well as the Task IDs. I cannot find a way to display either in PWA 2010. I've read the above notes, and I have to believe that
    there is some way to create a custom view or change the existing Timesheet View to allow the display of where each task is in the plan. I've tried creating a custom Timesheet View, using the "Timesheet" template, but that doesn't provide an option
    to select either field (Summary task or Task ID).
    Here's the deal: I have a project plan that has over 1,800 tasks, many of which repeat multiple times within each phase and across phases, and the resources are also repeating the work across the phases. This plan has up to NINE levels of tasks in various
    places. So now, my resources see dozens of the same task name in their timesheet views with no context as to where each task falls in the plan.  The Task Hierarchy column is NOT a sufficient solution for my needs.
    I would appreciate any and all help in figuring out how to display Summary Tasks and Task IDs in the Timesheet View.
    Thanks and happy planning!

    I totally agree with your finding as above you mentioned It's possible in PWA 2003 but when it comes to PWA 2010 it is not available. 
    Many of my customer raised same issue for PWA 201o but unfortunately you can not see Summary task in the Timesheet view. Both you and your users have to live with this and accept the changes brought by MS.
    The workaround of this problem is you can use group by first Project Name then "Task Hierarchy field".  
    As far as custom view is concerned see the
    link
    I can also understand users raise voice and will not be happy to use it as they are habitual to use old functionality but many of the old features gets deprecated with the new version of several product.
    kirtesh

  • Workflow SedMail Fails with Project Data:Project Owner Email

    Hi Forum,
    I've been using Project Server 2013 for while now and I've been tasked with setting up workflows.
    The workflow SendEmail facility is useful but I've noticed something strange.
    If I put the Recipient as: "Project Data:Project Owner Email" then the Workflow will fail, and in the WFInstanceDatabase the error is http - bad request.
    If I change the Reciepient to a named user, the workflow passes.
    What's even stranger, when running the workflow the Project Owner is the same AD User.
    I'm running in Project Server Permissions Mode, but it does suggest a permissions or lack of some sort of Synchronization going on, as the the AD user has the email field setup and is also listed in the AD Synchronization Pool screen (if the PWA Settings
    area).
    If this problem rings any bells, your help would be appreciated.  I've spent a few weekends, going through process of elimnation, Workflow Setup, SMTP setup, setting up very simple workflows, so I've managed to get this specific difference.
    Many Thanks
    Regards
    Mark

    Hi Kiran,
    I've changed the email template in SPD2013 to set the To: to a named user (synced via AD) and in the body I've added ProjectData:ProjectOwnerEmail and on running the creating a new project, I am getting the email, and also in the body, it's showing the email
    address.
    So it indicates that emailing does work, the property is available,  but it seems to point to whether something more fundamental is missing. I'm hoping there's something else to check?
    Mark

Maybe you are looking for