Resource assignment for two operation

People!!!
Please help
There are two operation:
Check book duration 2 days
Read book duration 2 days
For 1<sup>st</sup> operation I would like to assign two Inst technicians
For 2<sup>nd</sup>  operation I would like to assign two Inst technicians
12 hours is working hours for both operation but two technicians work 6 hours for operation 1, and 6 hours for operation 2 on the second day of work
How to assign them properly, the system currently calculated the total hours as 96 hours but it must be 72
Your prompt feedback is highly desirable))))

How many hours per day are working time in your schedule?  It sounds like you have a 24 hours scheduled set up.
If I have a 12 hour per day schedule (8 am to 8 pm) Sunday through Saturday I show this:
Check book - duration = 1.5 days  starts Jan 25 at 8:00 am ends Jan 26 at 2:00 pm
Read book - duration = 1.5 days start Jan 26 at 2:00 pm ends Jan 27 at 8:00 pm
Both resources are assigned to the task for 18 hours of work.
In total there are 24 hours of work for Jan 25 (all on Check booK), 24 hours of Work on Jan 26 (12 hours on Check Book and 12 Hours on Read Book), and 24 hours of work on Jan 27 (all on read book).
Task are auto scheduled.

Similar Messages

  • A resource assignment for new task during another task MS Project 2010

    I would like to assing a new task during another task.
    Resource A is assigned Task X from May 12th - May 16th. 5 hours per day.
    I would like to assing new Task Y for May 14th. It will take 7 hours. So I would like to set up in MS Project 2010 as:
    May 12th Task X: 5 hours
    May 13th Task X:7 hours
    May 14th Task Y:7 hours
    May 15th Task X:8 hours
    May 16th Task X:5 hours
    I set up Task X for Resource A as from May 12th - May 16th working hours as 25 hours in gant chart.
    Then I set up Task Y for Resource A as May 14th working hours as 7 hours in gant chart.
    I see Resource is as follows.
    May 12th Task X: 5 hours
    May 13th Task X:5 hours
    May 14th Task X:5 hours Task Y:7 hours  -> Total 12 hours
    May 15th Task X:5 hours
    May 16th Task X:5 hours
    Please let me know how I set up what I would like.

    2 X options:
    1) You may be tracking too granularly.  A task should create something and then hand off to another task.  in this case, you may as well just combine them into a single task for about a week or so.  Most companies don't track hours per day
    that granularly as well.  I'd look to schedule by the week.
    2) Split the tasks into multiple tasks and establish dependencies between them.  Assign the resource to each task at different amounts of work.
    Andrew Lavinsky [MVP] Blog: http://azlav.umtblog.com Twitter: @alavinsky

  • Can a single database be used for two operation system in a single machine

    Hi,
    I have a typical question. My problem is that in my testing machine I have Linux Enterprise(UFS file system) and Windows XP(FAT partition) both installed as dual partitions..
    In Linux I have mounted the Windows XP file system as read write , so I can access the Windows file system from my linux.
    I have Oracle 10g on Windows XP with datafiles in my F:\ location.
    This location F:\ of windows is mounted as /datafile on Linux.
    Now my question is If I install an oracle instance in Linux OS of my system, can I use the same datafiles I am using for my windows?
    Regards
    Vineet

    Hi,
    No, because, as you wrote F:\ of windows... /datafile on Linux, the datafiles directory are committed into the system tablespace. Also, you can see that the absolute same directory is not mentionned as the same way.
    For example for Windows database : select member from v$logfile; will give D:\oracle\oradata\DB1\log\redo01.log
    And into Linux, the same query /oracle/oradata/DB1/log/redo01.log
    There is no automatic translation between the both systems when Oracle start.
    HTH,
    Nicolas.

  • 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

  • Custom Adapter for Inbound Operations never invoked

    Hi,
    I created a custom J2CA Resource Adapter for Inbound operations. I implemented javax.resource.spi.ResourceAdapter interface with all required methods - start(BootstrapContext), endpointActivation(MessageEndpointFactory, ActivationSpec), etc.
    I created the appropriate WSDL file according Adapter Development Cookbook. Below is an excerpt from it:
    <definitions targetNamespace="urn:Adapter" .......>
      <message name="Notification">
        <part name="Notification_Part" element="ns1:Svc"/>
      </message>
      <message name="Header">
        <part name="Header_Part" element="ServiceHeader"/>
      </message>
      <portType name="EventsQueue_ptt">
        <operation name="Dequeue">
          <input message="tns:Notification"/>
        </operation>
      </portType>
      <binding name="NotificationService" type="tns:EventsQueue_ptt">
        <jca:binding/>
        <operation name="Dequeue">
          <jca:operation ActivationSpec="acme.ActivationSpec"/>
          <input>
            <jca:header message="tns:Header" part="Header_Part"/>
          </input>
        </operation>
      </binding>
      <service name="EventsQueue">
        <port name="EventsQueue_pt" binding="tns:NotificationService">
          <jca:address ResourceAdapter="acme.AdapterClass"/>
        </port>
      </service>
    </definitions>I created a BPEL process with a partner link based on this WSDL and linked a Receive activity with it. According Adapter Concepts Guide here is what should happen when the BPEL process is deployed and started:
    - The ResourceAdapter class name and the ActivationSpec parameter are captured in the WSDL extension section of the J2CA inbound interaction WSDL Adapter Integration with BPEL Process Manager Adapter Integration with Oracle Application Server Components 5-7 during design time and made available to BPEL Process Manager and Adapter Framework during run time.
    - An instance of the J2CA 1.5 ResourceAdapter class is created and the Start method of the J2CA ResourceAdapter class is called.
    - Each inbound interaction operation referenced by the BPEL Process Manager processes results in invoking the EndPointActivation method of the J2CA 1.5 ResourceAdapter instance. Adapter Framework creates the ActivationSpec class (Java Bean) based on the ActivationSpec details present in the WSDL extension section of the J2CA inbound interaction and activates the endpoint of the J2CA 1.5 resource adapter.
    The problem is that start(BootstrapContext) and endpointActivation(MessageEndpointFactory, ActivationSpec) seem never to be invoked, the adapter is never initialized and at some point the Receive activity of the BPEL process times-out.
    I put some debug System.out.println statements in these methods, but nothing appeared in the server log.
    I'm using Oracle SOA Suite 10.1.3.1.
    I will be grateful for any suggestions.
    Regards,
    Simeon
    Message was edited by:
    skirov

    user9116351 wrote:
    Hi,
    I have written a custom connector for crud operations to a table in Oracle DB. The custom code class uses oracle.jdbc.OracleDriver which is present in ojdbc14.jar. I have placed this jar in ThirdParty folder of the OIM installation but I am still getting an SQLException while connecting to the DB as my custom code is unable to find the required class. Can someone guide me to some documentation that will help me get over this?
    Thanks,
    SaieshWhich version of OIM you are in? Also you dont need to copy ojdbc14.jar as this exists already in OIM.

  • HT4314 I have two ipods in my house that were set up under the same email.  I have since assigned two different emails.  How can I change the game center account so that is not shared by both ipods because it is for two different users and they are not ha

    I have two ipods in my house that were set up under the same email.  I have since assigned two different emails.  How can I change the game center account so that is not shared by both ipods because it is for two different users and they are not happy?

    By "game center account", do you mean Apple ID?
    If so, you can change it.
    1. Tap settings and navigate to iTunes and App Stores
    2. Tap "Apple ID" and then tap "Sign Out"
    3. Log in with a different ID.

  • I purchased two songs on i-tune and when I attempt to down load them, I get an error,"you do not have enough access privilege for this operation.?????

    I purchased two songs on i-tune and when I attempt to down load them, I get an error,"you do not have enough access privilege for this operation.?????

    To fix Home folder permissions
    Open the Terminal application in the Utilities folder.  At the command line prompt enter or paste the following command line:
    sudo chown -R `id -un`:`id -gn` ~
    Press RETURN.  You will be prompted to enter your admin password which will not be echoed.

  • 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

  • Different aggregation operator for two measures in single cube

    Hi,
    I have three measures age_month and age_year,pages for which aggregation operator should be like this
    for age_month and age_year
    time - max
    account - sum
    sales org - sum
    for pages
    time - sum
    account - sum
    sales org - sum
    I am creating MOLAP cube in OWB and deploying to AWM. I can create above structure in OWB but when I deploy it to AWM I see that for all the dimensions and all the measures aggregation operator as sum. Off course I can change the aggregation operator at cube level but it make changes to all underlying measures too.
    Also I can see in XML of the cube and see the operator for two measures is as max but UI shows as sum. After load also I am seeing in report it is calculating as sum instead of max along time dimension.
    Any help would be highly appreciated.
    Thanks
    Brijesh

    If you have an existing cube (already defined and aggregation setup) then modifying the aggregation behavior like changing order of dimensions/aggregation operators is not very robust (likely to fail due to inability of internal objects to sync up to modified defintion). Its always better to take a backup of cube definition and drop/rebuild a fresh cube with new dim order/agg operators.
    How can you have a compressed cube and also set the aggregation property per dimension?
    I was under the impression that if it is a compressed cube, then not only is there a restriction that all measures have same aggregation properties (defined at cube level) but also the aggregation behavior defined at cube level should use the same operator (note: any one operator out of sum or max or min) for all dimensions.
    Edited by: Shankar S. on Dec 19, 2008 11:54 AM
    Perhaps this additional restriction is only required if we intend to use the Cube as a source for relational queries using Cube organized MVs.
    Another way to do this is given below:
    I'm assuming that when you say that you require Max along Time and Sum along other dimensions, you mean that you want LAST (chronological) along time at leaf level and SUM along other dimension. Also assuming that Time hierarchy has the following levels: DAY, MONTH, QUARTER, YEAR. Big assumption :) as finding out Max along time requires the help of the fact/measure whereas finding out last along time requires us to use the dimension (along with dimension metadata) alone.
    Define 1 Cube: Cube1 ... Structure: Compressed Composite, datatype: DECIMAL
    Set Aggregation: SUM along all dimensions
    Create 3 stored measures ( age_m_sto, age_y_sto and pages)
    You may want to set description for age_m_sto/age_y_sto as "******** INTERNAL: DO NOT USE ******** Stored Measure used for age_month/age_year"
    Create 2 calculated measures - age_month and age_year defined as follows ...
    olap expresssion to be given in AWM:
    <age_month>: OLAP_DML_EXPRESSION('cube1_age_m_sto(time if time_levelrel eq ''DAY'' then time else statlast(limit(time to bottomdescendants using time_parentrel time(time time))))', DECIMAL)
    <age_year>: OLAP_DML_EXPRESSION('cube1_age_y_sto(time if time_levelrel eq ''DAY'' then time else statlast(limit(time to bottomdescendants using time_parentrel time(time time))))', DECIMAL)
    NOTE: The caculated measure performs the LAST along time action using the stored measure. For every higher level time dimension member, it reaches along the dimension to the last leaf level member and reads the stored measure for that lowest level time member.
    Map and Maintain Cube.
    From the SQL Cube View: Use only the columns corresponding to stored measure: pages and calculated measures: age_month, age_pages (ignore columns corresponding to age_m_sto, age_y_sto)
    HTH
    Shankar

  • Assignment of single component of BOM on two operations

    Dear All,
    Can anybody guide me how can i assign a single component of BOM on two operations. i.e, suppose component A is used in a BOM and qty is 10 KG. now 7 kg os this component is used in operation 1 and 3 kg in other. so in routing how can i assign. Please dont give me the solution of two line items in BOM as i think it is not proper way. thanks

    May not be proper, but may be the only one...

  • I have the ipad 4g and it is displaying the message "resource limit reached" only had it for two days

    I have the ipad 4g and it is displaying the message "resource limit reached" only had it for two days

    Are restrictions turned on?  I suspect the "resource limit" is something that is set there.
    Settings > General > Restrictions

  • How to assign the two values for constant (same key)

    How to assign the two values for constant (same key)
    CONSTANTS: c_pstkey TYPE  bschl VALUE '09',
               c_splgl  TYPE  umskz VALUE 'I',
               c_buzei  TYPE  buzei VALUE '001'.
    using BSCH1 again i have two asign vaue
    can you just let me know
    Edited by: sravya_se38 on Nov 23, 2010 12:14 AM

    You can create a structure for that constant .
    You can define in this way
    CONSTANTS : BEGIN OF c_pstkey,
                             01 TYPE bschl VALUE '01',
                             02 TYPE bschl VALUE '02',
                          END OF c_pstkey.
    and can access using...
    c_pstkey-01, c_pstkey-02 ........

  • What do you do for resource assignment reporting / checking ?

    I've been tasked with writing a set of reports, the purpose of which is twofold.
    Firstly, to help department managers make decisions on new requirements coming in
    Secondly, to help resource managers check their resources' assignments against previous months (we move the data date across a large multi programme environment at the end of each calendar month)
    Sometimes it can be hard to think outside of the way we work in our organisation, so throwing the question out - what do you and your organisation do?
    Points available for the best answers!
    David

    Another option is to generate SQL reports within the database.
    While I have never generated anything advanced we often run basic resource assignment reports to identify where a given resource is assigned:
    Generic example:
    SELECT a.task_code, a.act_end_date, b.proj_short_name, d.rsrc_short_name
    FROM TASK a, project b, taskrsrc c, rsrc d
    WHERE c.rsrc_id=2298
    AND a.task_id = c.task_id
    AND b.proj_id = c.proj_id
    AND d.rsrc_id = c.rsrc_id
    AND a.proj_id = b.proj_id;

  • How to use Batch operation for two xsodata services?

    Hi All,
    I have two xsodata services. How to use submit batch for two xsodata services
    Thanks,
         Mj

    Gateway Batch Calls from SAPUI5

  • Scheduling issue for splitted operations in process order

    Hello All,
    I am facing problem after scheduling splitted operation in process order. The scenario is as follows.
    In process order there are 5 operations. 10, 20, 30, 40 and 50. Out of the above operations 30 is splitted and two different resources are assigned to it. Control key assigned to splitted operation (30) is also scheduling relevant. Now the flow of operations will be as below.
    1. Operation 10
    2. Operation 20
    3. Operation 30 - Operations is splitted (Resource used is A), qty to be produced - 10 kg.
    a. Operation 32 - Quantity of operation 32 is changed to 5 kg. Resource used is B.
    b. Operation 34 - Quantity of operation 34 is changed to 5 kg. Resource used is C.
    4. Operation 40
    5. Operation 50
    Relationship exists between opearion 10-20, 20-30, 40-50 and between 30,32, 34 with 40. But there is no relationship exists between splitted operations 32 and 34 with any of the previous operations for eg. 10 & 20.
    Issue is after scheduling all operations relationship remains maintained between operations 32, 34, 40 & 50. As operation 30 is splitted to two different operations equally total time for scheduling gets reduced but after scheduling of all operations all previous operations before operations 30 does not get resceduled? Scheduling type maintained for order is Backward Scheduling.
    Please check this and guide me how all operations before operation 30 can be rescheduled as per changed timing of operations 32 and 34.
    Best Regards.
    Edited by: Avinash Mohite on Mar 19, 2010 12:43 PM
    Edited by: Avinash Mohite on Mar 19, 2010 3:14 PM

    Hi,
    I hope u r doing in this way:
    In the capacity header screen enter individual capacity as 2. then click on Got( on top of same screen) and go to individual capacites. Enter the names of two individual capacities, for example 1 and 2. These are the names of two work centres where u r splitting ur operation.
    Double Click on operation 0030 and go to tab 'splitting' . Tick on ' required splitting' and enter maximum no. of splits as 2.Then go to capacity requirements assignment tab. enter the individual capacity as 1 and 2 and enter the splitted quanitites.Save and reschedule .
    Check and revert.
    Regards.

Maybe you are looking for

  • External hard drive not showing up on the desktop

    I have a external hard drive and when i turn it on the icon for the drive does not show up. I used disk warrior and it found sever damaged sections of the drive. i fixed that and it is still not mounting. Should it get a new hard drive?

  • Why do Analysis VIs need the full path to lvanlys.dll?

    I've noticed that all Analysis VIs contain the full pathname of the lvanlys.dll that is being called.  This means that the .lvproj file lists this fully qualified DLL filename as a dependency of the project.  This turns out to be an issue if the same

  • After pacman kernel upgrade, modules won't load

    I can't seem to load any of my modules anymore, so I can't even get my network up (via_rhine).  I am posting this from a different computer. My uname -r says: 2.6.11.7-ARCH but my last kernel upgrade message in /var/log/pacman.log says: uprgaded kern

  • BO Reports Archival System

    Hi Experts, Are we have any specific business objects reports archival system/product in SAP? One of our client requirement is to keep the backup of daily,weekly,monthly business objects reports for future reference, we are planning to generate the r

  • I keep getting an error when I try to install reader

    am geting the following error when I try to install reader Error 1310. Error writing to file C:\config.Msi\226f17bb.rbf. Verify that you have access to that Directory.