Restrict chagnes to nodes in project to assigned team member

Hi,
We have the problem in assigning the changes to nodes in project to a specific team member. To make it clear we need if there are 3 developers i want to assign dev1 to project 1 and dev2 to project 2.  Developer 1 should not be able to make any changes in project2.
We check the option " Restrict chagnes to nodes in project to assigned team member" but still it doesnt work.
Regards,
John

Hi John,
Check the respective icon project team members icon in Solar_ Project_Admin ,then check the "Restrict chagnes to nodes in project to assigned team member".
Please find the notes 874539 and 919034 for more information on this issue.
Best regards,
Vin

Similar Messages

  • Restricted access to nodes in SOLAR01

    Hi
    I have setup restricted access to the nodes in SOLAR01 (details shared below in the for "information area") - now I need to enter the team members who are allowed to update documentation in each business process & step.
    It seems that access to a higher level node is not inherited by the lower level nodes so I have to update each business process & step individually.
    This is going to be a mammoth task that will need to be repeated every time a new team member joins - is there a mass update function avaialble or perhaps a way to cause the lower level nodes to inherit the team member access of its parent?
    regards
    Marina
    For information
    To set up restricted access I did the following for standard project users;
    1.  In transaction SOLAR_PROJECT_ADMIN, edit your project and go to tab "Proj. Team Member'
    Check the box "Restrict changes to nodes in project to assigned team members
    (make sure you have assigned your team members in the grid)
    2.  Make a copy of SAP_SOLAR01_ALL role into the customer namespace and make the following changes
    S_PROJECT
    ACTVT = 03,23,71,76
    also set your project ID
    S_PROJ_GEN
    project ID = your project
    proj_func = SCEN
    S_DATASET
    actvt = 33,34
    add in S_IWB
    ACTVT = 01,02,03,33,6,80,D1,V1
    IWB_AREA = IWBSOLAR
    IWB_EXTNSN = /KWCUST/
    IWB_FLDGRP = your project
    AI_SA_TAB
    remove PRODATA from TABNAME (for administrators who should be able to edit everything create an auth with this made available).
    Any other entries I have not specifically mentioned I have given them a * value.

    Hello,
       If you want the team member to be inherited along the lower nodes you have to use button "Make Mass Changes"; access the higher node, go to "Administration" tab, then "Team member" tab, then use the fourth button "Make mass changes" to add a team member, after that, it will be inherited along the lower nodes.
    I hope that hleps!
    Best regards,
    Federico.

  • Create Project trough enterprise project type with templates does not send notification to team member(email) when published

    Hi All,
    I encountered this issue in my client site when implementing project server 2013.
    At First I thought that this issue occurred intermittently , sometimes project creation (create project from PWA- assign resources with team member -save and publish) trigger email notification to the assigned team member and sometimes not. (new task notification)
    I have checked with our infrastructure team and verify that I use the right SMTP server address and port , and cross check with them for their side configuration (exchange) , we did not find anything wrong on both settings.
    and then we found out that the failed notification email comes from project creation using defined project templates in an enterprise project type, even from a project that consist of template schedule , we added new task on that project and assign a team
    member on that task that resulted with notification sent to the team member, but not with task that comes from templates.
    can someone help us on this issue, or is there any CU on this?
    I appreciate any comments and feedback, Thanks for your attention!
    Regards,
    Nugroho
    EPM implementator

    Kirteshtiw,
    Yes we did create the template from project professional and as far as i know,
    the only way to create template is just to save it, no option to publish the template.
    When you create a new project from template for some of the task you remove the resources then assign resource to those tasks then save and publish the project.
    <--there are no resources assigned from the template, when i assign resources (new assignment) this will not trigger notification
    Or create a new task under summary task assign resource then save and publish the task you notification sent to the resource means it is working.
    <--new task (not from template ) also trigger the notification

  • How i can restrict to delete network if PR was assigned.

    Dear Experts,
    How i can restrict to delete network if PR was assigned for that network in CJ20N.

    Hi....
    i assume you have  created a exit project in CMOD and then implement the exit mentioned.
    Could you add the following code in your exit code
    IF SAP_ACTVT = '06'.
       SAP_X_ACTVT = ' '.
    ELSE.
       SAP_X_ACTVT = 'X'.
    ENDIF.
    and please also activate it..
    what happens if you try to delete the network in this case?
    Cheers
    Panagiotis
    ps: activity 06 is the deletion. That means if you try to delete the network the system would popup an error message not allowing the deletion.
    (i have tried it and it works)

  • How to restrict LOV to a particular project type through form personalize.

    Hi,
    I got a requirement to restrict LOV to a particular Project type through form personalization in project accounting module. form name: PAXPREPR
    i tried the below code in Builtin, but it didn't work
    SELECT distinct PROJ.SEGMENT1, PROJ.NAME,
    PROJ.DESCRIPTION, PROJ.PROJECT_ID
    FROM PA_PROJECTS_ALL PROJ,
    PA_PROJECT_TYPES_ALL TYPES,
    pa_proj_elements ppe,
    pa_proj_structure_types ppst,
    pa_structure_types pst
    WHERE PROJ.TEMPLATE_FLAG <> 'Y'
    AND PROJ.PROJECT_TYPE = TYPES.PROJECT_TYPE
    AND TYPES.CC_PRVDR_FLAG <> 'Y'
    AND proj.project_id = ppe.project_id
    and ppe.object_type = 'PA_STRUCTURES'
    and ppe.proj_element_id = ppst.proj_element_id
    and ppst.structure_type_id = pst.structure_type_id
    and pst.structure_type = 'FINANCIAL'
    and proj.project_type = 'GRANT'
    order by PROJ.SEGMENT1
    please suggest me where i went wrong.
    Edited by: 925049 on Apr 3, 2012 2:49 PM

    In the Control Data of FS00 there is field 'Authorization Group'
    Please Create an Authorization Group for those user ID who can post TDS entries.
    then Maintain this group for TDS related GL.
    Then others will not able to post to this GL.
    Regards,
    Alok

  • Deploy node.js project failed with msnodesql driver install error

    I want to deploy a node.js project on Azure Website
    I use mssql with the "tedious" driver to access my database
    But I got deployment error with "msnosesql" (another driver for mssql)
    install.js: Unable to download msnodesql-0.2.1-v0.10-ia32.msi
    I found some solution, change the path to fix this download error 
    but after that I got another error
    remote: install.js: Error: Command failed: Access is denied.
    I seems that I don't have the permission to install this driver ?
    Is there any way to solve this problem?

    you cannot install new msi packages in Azure Websites due to multi tenant nature.
    As alternative you can use following MS SQL driver for Node.JS
    http://blogs.msdn.com/b/sqlphp/archive/2012/06/08/introducing-the-microsoft-driver-for-node-js-for-sql-server.aspx
    Hope that helps,
    Galin Iliev [MCSD.NET, MCPD], http://www.galcho.com

  • "Missing" EPS Nodes and Projects in P5

    One of my users has managed to "delete" a high level EPS
    node so currently we have lost a number of EPS nodes and
    projects. However if we try and recreate the "missing"
    objects the system tells us the EPD node ID or Project ID
    must be unique. There must be some setting somewhere that
    is stopping the system from displaying these
    nodes/projects - if the cannot be recovered then I think
    the next best option is to persuade the system that the
    IDs are not in use so that we can rename the projects
    recovered from backup (project IDs are important as they
    link to other systems)

    Ok, here's the query to list out your EPS nodes (this
    was written with P6 but should be the same in
    P5):
    <br
                              />SELECT     
                              PROJWBS.wbs_id <br
                              />          ,PROJWBS.wbs_short_name
                              <br
                              />          ,PROJWBS.wbs_name,
                              PROJWBS.obs_id<br
                              />          ,PROJWBS.parent_wbs_id<br
                              />          ,PROJECT.proj_id<br
                              />FROM PROJECT INNER JOIN PROJWBS<br />ON
                              PROJECT.proj_id = PROJWBS.proj_id<br />WHERE
                              PROJECT.project_flag ='N'<br />AND
                              PROJWBS.proj_node_flag = 'Y'<br />ORDER BY
                              PROJWBS.wbs_name<br /><br
    />Note that I have listed the parent wbs id which
    is important if some of your "missing" nodes are
    parents of nodes which aren't missing, or vice versa.
    Also, you will want to check the OBSPROJ table to make
    sure the wbs_id's you found above aren't linked with
    any OBS/PROJECT combinations.
    <br
    />DISCLAIMER STUFF I have no idea what the
    consequences are of changing or deleting values from
    these tables, so I can't really recommend a course of
    action, but maybe this'll get you started. Changing
    anything outside the business logic of the SDK/API or
    the actual software is tricky business. I'd run
    anything you plan to try past Primavera first. Then
    I'd test very thoroughly in a development environment
    before applying to live data, which I would back up
    immediately before pulling the trigger. <br
    />
    Hope this helps!

  • How to Find Out a Project Build Team Member's Level of Access to The Project's Site/Workspace

    We're seeing issues where a Project's Build Team's Members are losing access to the related Project Workspace, so I'd like to find out/display if members of that Build Team have access to the related Workspace.
    I can utilize a call to the Project.svc ReadProjectTeam method to get the team members, but I'm drawing a blank on how to return each of the team members relevant access to the underlying Project Workspace.  I've been wandering through the Security.svc,
    but that only shows information for current user.
    What would be the recommended way to get/return a given resource's level of access to a Project Workspace?
    Thanks - M
    Michael Mukalian | Jan 2010 - Dec 2010 MVP SharePoint Services | MCTS: MOSS 2007 Configuration | http://www.mukalian.com/blog

    You could simply view the associated security groups in the workspace to double-check the membership. This forum answer should provide you with the requisite information to find the correct security groups in the SharePoint Site.
    http://social.technet.microsoft.com/Forums/projectserver/en-US/cbf74b4a-cd1d-4ff0-8135-a79fc9d40837/project-server-default-groups-when-we-create-new-project-site?forum=projserv2010setup
    Treb Gatte, Project MVP |
    Twitter | http://AboutMSProject.com

  • Recently signed up for teams CC account to try it. Have one complete license. Would like to add a team member then assign single app license for Lightroom. I can see no way to do this. It want's me to do another complete license. Is there a way to do some

    Recently signed up for teams CC account to try it. Have one complete license. Would like to add a team member then assign single app license for Lightroom. I can see no way to do this. It want's me to do another complete license. Is there a way to do something other than "complete"?

    We can not club complete cc for teams & cc for single app.
    A complete plan includes all Creative Cloud apps and services. A single app plan includes access to one app (Photoshop
    CC, Illustrator CC, etc.) and select services, including 20 GB cloud-based storage and a customized online portfolio with
    Behance ProSite, enabling you to publish your work to the world’s leading creative community. With each plan, you’ll receive
    access to the same easy-to-use admin console – a web portal that lets you centrally purchase, deploy, and manage all seats
    across your organization under one membership agreement.
    You will have to assign a different CC for Team for single app.
    Regards
    Rajshree.

  • Project Considerations for Team Development not work

    Dear All
    how can tell the responsible of this site "Oracle ADF Insider" about any link is not working ?
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/adfinsider-093342.html
    i try many times to see this sample but it not work
         Project Considerations for Team Development April 2011
    regards

    you can mail [email protected] regarding this.
    who has created this video.
    Edited by: Nikhil Gokhale on Apr 29, 2011 7:45 PM

  • Restricting GL Account to a specific Account Assignment Category

    Hi,
    Is it possible to restrict a certain GL account to a specific account assignment category? For example, GL account XXXXXXX should be used only for POs with "Network" as account assignment category. Meaning said GL account XXXXXXX cannot be used to a cost center, asset account assignment categories.
    Please help.

    I think Field selection variant functionality in SAP will solve your problem.
    Cheers!!!
    Vineet Baweja

  • Timesheet could not add task from existing project task assignment

    HI there,
    I tried to add a task in Timesheet (PWA2013) from an existing assignment. However, there is no task listed under the project when I open the dialog "Add an existing task". It only shows me the project name, I click it, nothing under the project.
    Due to this issue, I could not add any existing task into the timesheet.Please look at the screenshot. The "test project" is the project name, while no  any task under this project.
    Any help is appreciated!
    Cindy

    Hi Cindy,
    Indeed if you cannot access the server setting from the quick launch menu in the left part of PWA, you have to request administrator rights to your admin.
    I would add an important comment : in PWA2013, the "close to update" PWA2010 feature no longer exists and has been replace by the "lock" feature, which works basically the same.
    To unlock tasks in PWA2013,
    go to server setting, manage views,
    choose a project view,
    insert the "lock" column,
    go to the project center,
    check out your project schedule,
    select the view you just modified,
    change the value in the lock field for the given task,
    publish the project
    Read this post here: http://social.technet.microsoft.com/Forums/projectserver/en-US/28d4914d-5a80-4638-8153-94155a7d43fe/locked-feature-not-working-in-pwa-2013?forum=projectserver2010general
    And this article: http://epmsource.com/2012/10/31/where-has-close-tasks-to-update-gone-in-project-server-2013/
    Then it should be ok.
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • Hiearchy Node [Alias] - unable to assign in the referencing table!

    Hi All,
    I really understand the definition and usage of Alias created in the Hierarchy & Taxonomy.
    But is there any reason that am unable to assign or use these Alias Nodes in the referencing tables.
    for example: Sales representative hierarchy by Region:
    USA
    - TX
         Agent1
    - WI
         Agent2
    - MI
         Agent3
    -  CA
         Agent1 [Alias]
    Product table am using the above hierarchy and unable to assign/use the Alias node.
    thanks
    Alexander

    Hi Alexander,
    Hope you must have seen the below explanation about Alias
    Sometimes, you may want a group of products to appear in more than one location in the hierarchy tree, so that they can be found in various ways using drilldown search. A node alias provides just this ability, and allows products assigned to a single node to appear in two or more locations in the tree. For example, in a repository of gifts, you may have a hierarchy that lists all of the holidays, and you may want u201CChristmasu201D to be found in the tree under the node u201CChristianu201D (if navigating by religion) and the node u201CDecemberu201D (if navigating by month).
    Add Internal Leaf cannot be used for Children because you can directly use child nodes in the reference table and for parents you have Add Internal Leaf option if you want to assign parent node to the reference table record.
    Regards,
    Jitesh Talreja

  • Restricted account hierarchy nodes

    Hi BI Gurus,
    I have a requirement to generate Profit and Loss statement in BI. I pulled up account hierarchy out of R/3 into BI.
    The issue is client want to see some nodes of the account hierarchy restricted by specific Functional Area only.
    Please suggest some solution.
    Regards,
    MV

    Hi KK,
    Can you please explain about manually restricting the nodes instead of using hierarchy? Should it be done at R/3 or BI level and how?
    At R/3 level in Report Painter reports each node of the account hierarchy can be easily restricted to a particular Functional Area (at account node or set level) and client want to achieve the same in BI.
    Also the account hierarchy should not be maintained at two places. Since well maintained account hierarchy is already there in R/3 which is why BI pulled it from there; now they are looking for ways to restrict some of the nodes by Functional Area.
    Hope I have explained the situation with all the variables.
    Please provide your valuable suggestions.
    Thanks & Regards,
    MV

  • Copy Project - Assembly Assignment of Component

    Hi Experts,
    We are using BOM Transfer in our projects.
    The issue is that when we create a new project as a copy of an old project the information in the Assignment Tap of the components is not being copied. And we would like to keep the information of the assembly and the main assembly of the item.
    Is this because of a system error? Or it is standard behaviour? Can be mended?
    Thanks a lot

    Hi ....
      If you copy a project w/o any kind of changes then you would not get any information of the assembly and the main assembly of the item,as u are purely copying the project from an existing project.
    To get informatin of the assembly and it's main assembly in a project u need to do it through cn33.
    I guess it's a std. behavior that if u copy a project from an existing project then you will not get any details about the assembly and it's main assembly for a material comp.
    Regards
    Gaurav

Maybe you are looking for

  • Why does one particular website not open on my ipad*,

    Why does one particular website not open on my ipad, when it alwasys did, but the same website is available upstairs on my PC, I'm using the same remote connection but for some reason it doesn't want to open.  I;ve tried refreshing etc... but nothing

  • Problem with alarms in clock app

    I set an alarm for 7:30 am for Saturdays and Sundays, but the alarm sounds at 6:30. it shows up as "weekends" properly, and my phone is set to the correct time and time zone and daylight savings is correct. I checked to make sure that it was from the

  • RECOVERY TOOL FRIED MY ZEN

    I tried using the recovery tool for mp3 players and it fried my Microphoto 8gig!!! It was checking and uploading the firmware and it locked up.. not my comp locked up, but the Creative Recovery thing. I left it for a while and now my zen's hardware i

  • Macosx with a lot of disk activity

    This is the console log which is full of entries. Is it normal? 3/20/13 12:28:28.457 PM Numbers[819] NameKeyHashSet and ObjectHashMap out of sync: object map entry for __NSDictionaryI 0x5659a70 references name "NSMutableDictionary-38" instead of "NSM

  • HELP. Lsass.exe error and cannot log in to windows on Thinkpad T 42

     hi, i  messed up with registry ..safe mode, access IBM dont help .....  rescue and recovery is  on same HD but  i have not made  recovery CDs .  Is it possible to make these CDs if i take out HD from T42  and  use  it  as external HD on my desktop i