Resource assignment to Parallel activities

Hi,
this is regarding resource allocation to Parallel activities. I have two activities that occur in parallel 1. Preparing drawings for table, 2. Preparing drawings for Chari.
Now these activities occur on the same day (one day duration) and done by one single draft man.
I have assigned one draft man as a resource to both the activities. (Meaning one draft man will do both activities in one day), the problem is in the histogram it is showing two draft man as a required resource on this particular day.
Qstn: How to make P6 understand that this single resource will do both activities in one day (and still assign one draft man as resource to both the activities.)
Thanks in advance..
Regards,
Imad

You need to reduce the units (hours) by one half for each of them. If you currently have them for 8 hours/day and the resources limit is 8, it will show as needing two.

Similar Messages

  • Resource assignment to multiple activities

    Sir,
    I am trying to assigning single resource "resource name : XYZ" to multiple activities using the option right click, .
    After assigning using this option i had a problem with the resource.
    Problem is for some activities the resource "XYZ" is getting assigned multiple times.
    Any solution to this.
    Thanks,
    Imad

    I think the problem is that the resource was already assigned to some of the activities. Which, incidentally, is a nice feature of P6 that you can do that.

  • Schedule parallel activities on different resources for the same period

    Hi,
    I am trying to create a PPM where I need to define parallel activities on different resources for the same time period.
    For example:
    Input prod: P1
    Output prod: O1
    Now I define a dummy activity A1 to define this consumption i.e. 1 PC of P1 gives 1 PC of O1.
    Now I have got 3 resources R1, R2, R3.
    I define 3 activities A2, A3, A4 for these resources.
    Now I have to arrange activities A2, A3, A4 such that they start simultaneouly after activity A1 and also end simultaneouly.
    The Fixed duration for all the resources is 1 week.
    My requirement is that out of these resources system should plan for demand considering the resource with minimum capacity
    i.e. kind of bottleneck resource.
    I am using CTM engine for planning.
    I have defined A1 as predecessor for all the 3 activities A2, A3, A4 and after completion all the activities have a dummy successor activity  S.
    But this setting is not working and PPM is not getting exploded, If I use a normal linear relationship between activities it works fine but my requirement is not getting satisfied.
    Can anyone please help me in this case or suggest some alternate method.
    Thanks & Regards,
    Sanjog Mishrikotkar

    Hi,
    You cannot use the old solman key as systems are on different server.
    I think you have to delete the old Dev system and then generate new solman key.
    Thanks
    Sunny

  • Calculating Daily Labour Count from P6 Resource Assignment data

    Hello fellow P6 users,
    If resources are assigned on activities in P6, and have also been leveled, what would be the best way to calculate daily labor presence on site? Currently I have used Excel to import resource assignment at activity level spread on an hourly timescale, and then processed this data to transform it into number of person on site for every work day of the project during its currency. The process is OK but laborious. Wonder how others do it, if at all.
    I don't expect much response from P6 users as this is not a very common challenge in our industry but still hoping someone might have had enjoyed such experience to share here with us.
    Thanks

    Hello fellow P6 users,
    If resources are assigned on activities in P6, and have also been leveled, what would be the best way to calculate daily labor presence on site? Currently I have used Excel to import resource assignment at activity level spread on an hourly timescale, and then processed this data to transform it into number of person on site for every work day of the project during its currency. The process is OK but laborious. Wonder how others do it, if at all.
    I don't expect much response from P6 users as this is not a very common challenge in our industry but still hoping someone might have had enjoyed such experience to share here with us.
    Thanks

  • Best way to do parallel activities

    Are there any comments on the best way to do parallel activities in LabVIEW. An example is a program doing data acquisition or video capture and reading several com ports - all asynchronously. One way is to use parallel while loops and use occurrences or notifications to start each loop. I saw a posting where Sergey Krasnishov suggested vi server. Then I guess you run different instances of LabVIEW programs and use datasocket rather than local variables to exchange data between the programs. It seems to be decision as to whether you let LabVIEW determine the threading between activities (making sure not to tie up the processor in any of the parallel loops) or in the vi server case letting Windows determine which application runs wh
    en.

    > However its not clear to me if this makes better use of the processors
    > time in terms of switching between the loops than if the 2 while loops
    > are on the same diagram.
    >
    For deeper details on how a VI is executed, you might want to look at
    Steve Roger's slides from his NIWeek presentation.
    A quick summary is that LV schedules execution based upon dataflow and
    the nodes that are ready to execute do so in what we call an execution
    system. Today's LV has five execution systems and each supports five
    priorities. In single threaded LV, there is one thread servicing the
    various execution systems. In multithreaded LV there can be many OS
    threads, each assigned to one execution system at a particular priority.
    Each VI has a setting/property stating where its execution is to
    occur, though there is some inheritance of priority to prevent inversion.
    If you do not change the way LV allocates threads for the various
    execution systems, the default is to have one per cell, or one per
    execution system per priority. This means that a single VI, which runs
    in one execution system at one priority will use cooperative
    multitasking to carry out the execution of the loops.
    It isn't clear to me exactly what your goal is with parallel processing,
    but without a second CPU, you will only have the CPU doing one thing at
    a time and it is a matter of how often it switches between the tasks and
    what precedence they tasks get. If you wish to have finer grained
    parallel execution, there are several techniques.
    One simple one is to place a wait of zero milliseconds in each parallel
    operation. Each of these will cause the code to reschedule itself and
    if there are other operations available, they will get a turn. If not,
    the node will continue executing. This technique typically works very
    well and your diagram is in control of where the task switching occurs.
    Another technique is to leave the loops in the same VI, but change the
    LV configuration to have multiple threads for the standard execution
    system. There will then be more than one OS thread that executes LV
    code as it becomes available. It will be up to the OS to decide
    everything about how the threads execute on the processor(s) available.
    Another technique is to move the loops within separate VIs. Simply
    placing one of them in a subVI is sufficient. Then set the VI Property
    to have the execution take place in different execution systems. Again,
    more than one OS thread will be used, and ideally the behavior is
    indistinguishable from the first. Occasionally, two loops in the same
    VI will execute slower than this approach on multhprocessor computers
    due to cache lines on the processors and how often a write from one
    processor invalidates memory cached by the other processor. This
    difference typically goes away when debugging is turned off on the VI.
    Greg McKaskle

  • Need to assign follow up activities to Service Quotations

    Hi All,
    can any one give me soluton on
    Need to assign follow up activities to Service Quotations (Create Service Quotation type "ZAV"...transaction code VA21. Need quotes to print out 90 days before service is due again in the following year.
    Thanks in advance.

    Have you already customized Copy Control for your Service Order? If you want to add other transaction types the setting is necessary.
    The customizing path is shown as below.
    SPRO
    -> CRM
      -> Transactions
        -> Basic Settings
          -> Copying Control for Business Transactions
            -> Define Copying Control for Transaction Types
    Regards,
    Web

  • How can we get the Latest Resource Assigned in the Approval Form

    I was wondering if there is any way to get the Latest Assigned Resources to a User in my Approval Form.
    I tried this <ref>waveset.resourceAssignments</ref> but it returned all the Resources assigned to a User. While creating a User with Resource Assigned it won�t be problem. While Update when a User is assigned a Resource & it comes for Approval to the owner, all the Previously assigned resources shows up. How can I get only the Latest Resource Assigned.
    Can anyone provide some hints on this..

    idm_guy, if you could elaborate more on what you mean with latest resource assigned it would help - but there are a number of options (if i interprent you correctly to solvethis). My guess is that the easiest way would be to determine if:
    waveset.accounts[<iterate through resources>].created = true or false
    and if
    waveset.accounts[<resource>].lastPasswordUpdate = <last updated date>
    The latter is of course only applicable to resource where you set a password. This value will be updated whenever you set the password and could be a possible value to check against.
    If the account is not created yet but assigned it might be another possibility to check, but again - clairfy a bit about what you mean with "Latest Resource Assigned".
    /Anders

  • Assign a role automatically based on resources assigned to the user?OIM 11g

    Hi,!
    i have a request and this is:
    in my scenario i have roles associated with access policies that assign resources .
    i have resources assigned by a target reconciliation ... what i need is assign a role based on resources that the user has..
    if the user has 4 resources added by a target reconciliation and these 4 resources make a role then the role has to be assigned automatically...
    any idea?? this is possible?? thnx..

    any idea?? ... this is possible??

  • CProjects-MS Project - import and export of task-role-resource assignment

    Hi,
    We are on PPM5.0
    We are currently working on cProjects-MSP client integration.
    What we have not been able to configure for import/export so far is:
    1. Task-Role-Resource assignment
    Whereas we are are able to import/export the "Person Responsible" and "Role Responsible" fields, we have not been able to align the task-role-resource assignments.
    We see a "Resource Name" column (Standard) in MSP. When we click on the drop down, we see all the roles from the cProjects project. But the alignment does not happen.
    Summary:
    On export and import, we need to automatically see the role-resource-task assignment. How is this possible?
    2. Code field to "VC_BUPA_GUID" gets a number which is not the BP ID.
    Is it possible to import the BP numbers in MSP. Also, how can we assign a number to the role in MSP such that on import into cProjects, the role is already staffed with the corresponding BP.
    3. Is it possible to export all the resources (BPs) into a drop down in MSP - like we see the Project Type, Role Type etc.
    Thanks.

    Hi Anuradha,
    Thanks for your inputs.
    When we export to MSP, we see the cProjects roles under the "Resource Name" drop down in MSP.
    However, they are only seen when we expand on the drop down.
    For e.g. RoleA, and RoleB are two roles in cProjects project, along with many other roles.
    Both of these roles are assigned to a task, say TASK1.
    When exported to MSP, we expect both of these roles to show against TASKI, as "RoleA, RoleB" under the "Resource Name" column. However, these roles are not seen. They only appear as elements of drop down, along with all other roles in the project, when we explicitly click on the drop down.
    Please let me know if I are missing out on something.
    Thanks.

  • What  is difference btw project Assignment, Resource Assignment and task Assignment.

    Hi,
    I am new project accounting Module .
    what  is difference btw project Assignment, Resource Assignment and task Assignment.

    Project Assignment, Resource Assignment refers to the resource management part and Task assignment is basically the work assignment to the resource.
    An assignment/requirement is created in PJR for create demand for the resource requirement of the project and when the resource is aligned he can be assigned to the task in the work plan.
    Refers to the top down approach in this case.
    Additionally a resource can be assigned to the work plan and a assignment can be created to get the resource allocated to the project.
    Refers to the bottom up approach in this case

  • No resource assignment found for user

    Hi All,
    I 'm getting following error after executing syncbo  Ztest_010  of type S01.
    "No resource assignment found for the user test."
    i have added  enteries in SPRO for the user test ,
    Can anyone suggest which entry might effect the extraction of data for Ztest_010.
    Regards,
    Nitika

    Hello,
    Check the  Transaction Code OKEU,there you have to maintain the source structure for the cost element .
    Hope it will help you
    Regards
    Ravi

  • Amending resource assignment information

    I'm an admin user trying to test some settings for resource assignments. Quite simply, I’d like to change the 'remaining early start' and 'remaining early finish' dates. Not sure why, but i am not able to. i CAN however, change the figures in the resource spreadsheet.
    Within the user settings, the tick box for "all resources access" is selected and the global security profile is set to <Admin Superuser>
    I am yet to find anything within this project schedule that i cannot change - apart from resource assignment settings.
    Any idea what I’m missing?
    Edited by: user12081115 on 24-Feb-2010 16:20

    You should not have a problem providing the new resource assignment dates you are selecting are within the activity date range

  • Resources assigned to a Work Center

    Hi Experts ,
    Is there any Function Module to get the 'Person Responsible' and the Resources assigned to a Work Center ?
    Thanks,
    Radhika.

    Hi Renjith,
    Thanks for the quick reply. The Second FM is exactly what i was looking for, but regarding the Person Responsible field, i need related to the Work center only not the Project Definition.
    Any idea of person responsible for work center ?
    Thanks.

  • Resource assigned two different Skills

    HI.  If i have a resource assigned to two different Skills that are both set to Longest Available, which skill would take precedence?  Is this where I should use the Competence level to give one Skill a priority over the other? 
    Scenario is Resource A and B are in both Skill 1 and 2.  Skill 1 & 2 are both set to Longest Available.  A&B are the only members of both Skills.  No resource groups. 
    Does the system somehow keep track of which Resource is Longest available to the Skill? 
    Thanks in advance for your help.

    I am assuming you are talking in regards to UCCX (as oppose to UCCE), if so skills do not have routing algorithms, CSQ do, skills get assigned to CSQs, are you CSQ to one to relationship with skills? If so, and if agents belongs to both skills and 2 calls are queued when the agent becomes available the longest available call will be delivered. If you want to prioritize one CSQ call over another you need to use Priority step in the script.
    HTH,
    Chris

  • Read Resource Assignment Percentage and availbility

    I am using Excel to generate report showing resource Assignment Percentage and availability in given date range, any ideas which fields should I keep into consideration and which views to be used?

    Hi Syed,
    Which technology are you using? SSRS than export wot Excel, Excel Services? Are you using the OLAP DB or the Reporting DB?
    Basically the dbo.MSP_EpmAssignment_UserView will give you all that you need from the Reporting DB, such as:
    AssignmentStartDate
    AssignmentFinishDate
    AssignmentActualWork
    AssignmentWork
    AssignmentRemainingWork
    AssignmentPercentWorkCompleted
    Resource - Project - Task
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

Maybe you are looking for

  • How do you get previous Itunes pruchases onto a new Ipod without syncing it to the laptop?

    I've been in Australia for over a year, my previous Ipod broke so a purchased a new Ipod touch this year. However, as my Itunes library is on my laptop back in the UK, I'm a little depleted of music on this Ipod. Is it possible to get previous Itune

  • Get an mms pic, or an email pic, and KEEP IT

    how do i recieve any picture and keep it?? I can't get mms (astoundingly shortsighted for an advanced phone), and if I get an email or go to that rediculous viewmymessage.com (which is more difficult that any human should have to deal with) I can't s

  • Exporting Recomendations

    Hi again, I need a little help or recomendation for export options. I used the default settings for .mov except changing the frame rate to 30. The video plays fine in QT but when I go full screen video studders like a web cam but not as bad, but the

  • Automation of OBIEE 11G services in Linux OS

    Hi We have a requirement for the automation of OBIEE 11G services in Linux OS whenever system reboots. I came to know that this can be achieved by a shell script, however, not certain about it. It would be grateful if any workaraound/pointers/documen

  • Upgraded Call Assistant not working

    The other day when I went to check the call assistant it required an upgrade so I let it run. Now when ever I get a call it does not show it as incoming nor does it show anything in the log. Does anyone know why it is not working?