Resource Utilization with TFS and PS Integration

We've done Team Foundation Server 2012 and Project Server 2013 Integration. We're using Agile Model i.e. creating users stories and tasks at TFS side and synchronizing with Project Server. The synchronization is done correctly. Now we want to get
resource utilization report but not coming correctly. I observed that all the tasks are getting added in project server with start date as the project start date of 28 Dec 14. Even if I work on any of the tasks today (30 Jan 15) and update the remaining
and completed hrs on TFS side, the hrs are updated on Project server on 28 Dec 14.
So the resource working today on TFS is shown as worked on Project Server on 28 Dec. I want to see a report where whatever hrs a resource filled in TFS today the project server should show utilization of him for today only and not in past.
Thanks
Dinesh

Hi Dinesh,
I am trying to involve someone to further look at this issue. There might be some time delay. Appreciate your patience and thanks for your understanding.
Best regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • How to work in RH9 when project is integrated with TFS and TFS server is down

    My RoboHelp 9 project is integrated with TFS/Visual Studio. The server went down yesterday and won't be back up until late today.
    If I open the project locally (rather than from Version Control), how do I eventually get the latest files (those that I've worked on locally) into Version Control?
    Thank you.

    Hi,
    I use the following method:
    1.       Open the project and disconnect from source control.
    2.       Modify any files you need. Be aware that when you add/rename/remove/move files, the RoboHelp control files are modified too. (.apj and .fpj)
    3.       When TFS is up, check out the files using team explorer. Do NOT overwrite local files. (Make a backup first.)
    4.       Using TFS, check in all modified files. Do NOT check in the XPJ file. If you do, the project will lose its connection with source control.
    5.       Thrash the local project.
    6.       Get the latest version from the server.
    Be aware that this requires that you know what you’re doing. Especially when control files are modified. When you only modify the content of existing topics and check the existing topic in, you should be fine.
    Greet,
    Willam

  • TFS and SharePoint Integration Issue

    I have moved TFS2010 with collections+sharepoint3.0+ report server. Everything is working fine. Except I am facing following issue regarding SharePoint. I have actually move my TFS2010 server from one hardware machine to another hardware. Sharepoint3.0
    is intergrated with TFS2010.I am using SQL Server 2008 R2 Standard edition with TFS2010 and Sharpoint 3.0 and Server 2008 R2 data center edition as base OS. The move is actually a Restore-Base move. Before migration system name and softwares are identical.
    PROBLEM Detail:-
    When I try to edit excel file in sharePoint following error come to me
    "Edit document requires a windows sharepoint services-compatible application and microsoft internet explorer 6.0 or greater"
    internet Explorer is greater than 6.0 as I am using a internet explorer 9.0.29 version.
    I am using a SharePoint 3.0 and Office 2013 suit with it.
    IN TFS I have following SharePoint related Issue: (I have a folder on sharepoint which take data from workitems quries in TFS. It also appear in VS2010 in documents folder)
    In TFS when I open an Excel file that design to take data from TFS workitems automatically. But it will not update its item through defined workitems. So I open the file then enter required username password--->
    then enable editing (at this point it gives me errror "Run time error '91':
    Object variable or With block variable not set". I just end it to move forward)(Also after this it will show the IP of old TFS server from which I have restored so that is why I go to Team menu)---> Team menu
    -->  Configure --> here in connection I give the IP of my present TFS Server then it will connect to my collection manually-----> then I go to
    list and select the desired query from which the data should be update --> Now ofter pressing ok it will update the data in excel file from the query --->
    but the problem come when I try to save this file it will not save this file in sharepoint rather it gives me message that
    file is read-only and try to save file in different location or with different name.
    PROBLEM
    My Issue that excel file should be open directly from Sharepoint and user should be able to save it directly to sharepoint. Now my users first download the file --> change it and then upload it as a new file. very ambarrasing.
    Also my TFS users excel files are not updating from Workitems Queries automatically. These files must be updated automatically after we change the query data in work items.
    Please suggest me any solution. I am just stuck

    I have moved TFS2010 with collections+sharepoint3.0+ report server. Everything is working fine. Except I am facing following issue regarding SharePoint. I have actually move my TFS2010 server from one hardware machine to another hardware. Sharepoint3.0
    is intergrated with TFS2010.I am using SQL Server 2008 R2 Standard edition with TFS2010 and Sharpoint 3.0 and Server 2008 R2 data center edition as base OS. The move is actually a Restore-Base move. Before migration system name and softwares are identical.
    PROBLEM Detail:-
    When I try to edit excel file in sharePoint following error come to me
    "Edit document requires a windows sharepoint services-compatible application and microsoft internet explorer 6.0 or greater"
    internet Explorer is greater than 6.0 as I am using a internet explorer 9.0.29 version.
    I am using a SharePoint 3.0 and Office 2013 suit with it.
    IN TFS I have following SharePoint related Issue: (I have a folder on sharepoint which take data from workitems quries in TFS. It also appear in VS2010 in documents folder)
    In TFS when I open an Excel file that design to take data from TFS workitems automatically. But it will not update its item through defined workitems. So I open the file then enter required username password--->
    then enable editing (at this point it gives me errror "Run time error '91':
    Object variable or With block variable not set". I just end it to move forward)(Also after this it will show the IP of old TFS server from which I have restored so that is why I go to Team menu)---> Team menu
    -->  Configure --> here in connection I give the IP of my present TFS Server then it will connect to my collection manually-----> then I go to
    list and select the desired query from which the data should be update --> Now ofter pressing ok it will update the data in excel file from the query --->
    but the problem come when I try to save this file it will not save this file in sharepoint rather it gives me message that
    file is read-only and try to save file in different location or with different name.
    PROBLEM
    My Issue that excel file should be open directly from Sharepoint and user should be able to save it directly to sharepoint. Now my users first download the file --> change it and then upload it as a new file. very ambarrasing.
    Also my TFS users excel files are not updating from Workitems Queries automatically. These files must be updated automatically after we change the query data in work items.
    Please suggest me any solution. I am just stuck

  • Resource Bundle with JRun4 and JDK 1.6

    Hi Everyone
    I have been using ResourceBundle with JDK 1.4 since quite a long. Following is the code snippet to show the way it was being used.
    ResourceBundle.getBundle("com.app.resources.sql\\entry_sql" + Locale.US);This code runs on JRun4 (updater 7). We recently migrated the code to JDK 1.6 with no change in above code. After this, the above code started throwing MissingResourceException.
    If I modify the code like below, it works fine.
    ResourceBundle.getBundle("com.app.resources.sql/entry_sql" + Locale.US);Interestingly, "\\" works well in a stand alone application and fails only when JRun is started as a service or from a command prompt using jrun -start.
    Can someone help me find out the cause? Is this somehow related to new caching technique introduced in JDK 1.6's ResourceBundle or this has to do with JRun4 and updater 7?
    Regards

    This is not related to line.separator. The resource itself does not get loaded if the file.separator used is "\\".
    Moreover, this issue (throwing missing resource exception) pops up only when I upgrade the application to JDK 1.6.
    If application compiled on JDK1.4 is used with JRun4 using JDK1.4, it works fine.

  • OTL with Projects and Payroll Integration - Actual Costing

    How does the costing work when we have the OTL integrated with Projects and Payroll? (R12.2.4 functionality - Actual Costing)

    As explosion process is based on elements, it only applies to payroll. You can use this functionality with Projects and Payroll Timecard Layout, but project will get the non exploded hours.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                               

  • What's up with Webservices and BPM integration?

    According to http://e-docs.bea.com/wli/docs70/design/intarch.htm, table
    3-1, webservices are a key component of the Integration architecture,
    which:
    "Provides sample code to support WebServices integration using
    WebServices technologies
    such as UDDI, WebServices Description Language (WSDL), and Simple Object
    Access
    Protocol (SOAP). WebLogic Integration provides the ability to invoke a
    WebService
    from a BPM workflow, enable a BPM workflow as a WebService, and to
    enable the
    Application View as a WebService. For an introduction to WebLogic
    WebServices,
    see the WebServices and XML Tech Track in the BEA dev2dev Online at the
    following
    URL:
    http://dev2dev.bea.com/index.jsp"
    The only thing which comes close to this description is the BPM Plugin
    for webservices, which is alpha code for WLI 2.1. To deploy this on 7, I
    have only seen a message here describing loosely what to do.
    So is this how we are expected to use webservices together with
    Integration? With alpha code that requires tweaking to work with the
    current version? Or am I missing something vital? The quote from the
    docs suggest "sample code", however the webservices plugin is not
    provided in source, so I don't see how it qualifies as sample code?
    Somehow I also don't quite understand how "sample code" can be construed
    as a "key component".
    So what's up with webservices and Integration?
    -Lasse
    (only speaking for myself in news!)

    Your comment about the lacking of web services in WLI is correct
    and a fundamental issue I have signalled to BEA already many
    months ago. I even followed the BPM course to make sure I did
    not miss an important point. The BPM course did not deal with
    webservices because it is not available. But the fundamental remark goes further
    because webservices also have a dynamic
    interface WSCI to behave within a choreography of webservices
    within a business process. BPM is still mainly workflow based
    and intracompany. This is not what is expected as business
    processes which are collaborative and a new paradigm alternative for applications
    conform BPML-WSCI or BPEL4WS-ws transaction.
    I still wait from BEA a confirmation that webservices and collaborative business
    processes according to (at least) one of
    the above standards will be included within the next version of weblogic enterprise
    platform due end of March 2002.
    Kind regards,
    Paul Meurisse
    Email : [email protected]

  • Problem with PRI and Nortel Integration

    We have a Nortel Option 81C connected to a 3825 MGCP gateway and we had a weird problem with it. The PRI looked fine from CallManager's perspective, but the PBX was showing that the first nine channels were in a Far End Make Busy state (FE MBSY) instead of being in IDLE state like CCM thought.
    I did some checking around and found a weird "fix" for the problem that involved enabling and then disabled D-channel service messages on the PBX, but I'd like to find out more about this problem. I got the fix from a guy who has a LOT of experience with Nortel and with Cisco, and he said that 99 times out of 100, an FE MBSY problem like this is going to be because of the Cisco side, not the Nortel side.
    I just did a bug search through CCM 4.1(3) and IOS 12.4(8) and I didn't see anything about D-channels being incorrectly reported as unavailable on PRI.
    Have any of you ever heard of something like this?
    Thanks!
    John

    John,
    Our 81Cs are long gone, but the only ISDN switchtype that worked flawlessly for us was NI. We tried DMS100, and saw your problem. Nortel sees NI as a carrier side protocol and will not allow an inbound NI call to tandem through to another NI PRI. This forced us move all PSTN PRIs to CCM gateways early in out migration, but worked out well. I believe QSIG will also work, but it was a $20k upgrade for our PBXs, so was not an option.
    Dave

  • REPORT WITH SALES AND PRODUCTIN INTEGRATION?

    HI,
       HERE I NEED TO DISPLAY THE SALES AND PRODUCTION INTEGRATED (FOR MAKE TO STOCK) LIST BY DAY WISE ,I AM NOT ABLE TO FIND THE TABLES FOR THAT.
    HERE LIST HEADER IS FOLOWING.
    MATERIAL CODE, MATERIAL DISCRIPTION, PRODUCTION QTY, PROD. VALUE, SALES(BILLING QTY, SALES(BILLING) VALUE.
    AND THAT LIST TOTAL PRODUCTION VALUE SHOULD EQUAL TO THAT PARTICULAR DAY TOTAL PRODUCTION VALUE,
    AND THAT LIST TOTAL SALES(BLIING) VALUE SHOULD EQUAL TO THAT PARTICULSR DAY TOTAL SALES(BILLING) VALUE.
    PLZ HELP OUT FROM THIS,
    REWARDS IN ADVANCE....
    REGARDS,
    NAVEEN

    Have you tried the txn code MC-Q or the report program RMCV0500.

  • Can somebody help me with Siebel and Fusion Integration

    Hi,
    I want to integrate Siebel with BPEL.
    I can't use the Oracle AS adapter available for Siebel for integration purpose.
    I have to integrate using web services.
    Can somebody help me out with any document of integration BPEL with Siebel using WebServices??

    Hi,
    Find attached the link/note for integration of BPEL with Siebel, hope this will be useful
    http://download-east.oracle.com/docs/cd/B31017_01/integrate.1013/b28999/intro.htm
    Oracle® Application Server
    Adapter for Siebel User's Guide
    10g Release 3 (10.1.3.1.0)
    B28999-01
    Rgds,
    Muru

  • Urgent : Search a Demo with B2B and Ebiz integration

    Hi all,
    I'm in a search for a Demo with a scenario for outbound or inbound flows, integrating Oracle B2B and Ebiz, if the Ebiz Adapter is used it will be great.
    Thanks for your help.

    If you are an Oracle employee then please get in touch with B2B PM's otherwise drop a note to my id (in my profile)
    Regards,
    Anuj

  • Abaper with FI and SD Integration experience?

    Hi Friends,
    I was curious to know as to what is the role of an Abaper in integration of functionals modules of FI and SD?
    What are the steps involved in integration and what kind of knowledge he should possess?
    Regards,
    MD

    SD+FI tables names
    Flow from SD to FI

  • Help with PHP and FLEX integration

    Hello i was wondering how to use php sessions with flex, i
    need a way to have secure connections between flex and php.
    I am using a script i made to pass mysql commands/results
    between them, and i am currently passing the php session id with
    the transactions. But if anyone gets a hold of a valid php session
    id then they will be able to use it. Possibly using flex server to
    have secure transactions?
    If i host both the flex created swf and the php file on a
    https server will it "talk" securely?
    thanks lots

    You may get a quicker answer from Cartweaver's newsgroups.
    http://www.cartweaver.com/support/
    They're usually quite prompt and helpful.

  • Any implementation with IVR and OPA integrated?

    Hi OPA Gurus!
    Has OPA been used in IVR system for interactive screening? One of my clients is planning its IVR enhancement and they are evaluating the option to leverage the same Rulebase developed for online self service to support IVR screening. The challenge is that any dynamic questions from OPA will have to be pre-recorded in voice and coded in IVR script. This sounds like a high effort approach. Is this technically feasible? Any implementation example or proof of concept?
    Best Regards,
    Bowen Wang

    Hi Bowen,
    This is a challenging requirement. Recording a message for each of the RuleBase questions is not the best option. Instead you can use a Text To Speech (TTS) software which will generate voice messages for each of the questions that is presented to the user.
    This is just a solution I could think of. I have not implemented this, but thought it might be of some help to you.
    Regards,
    Aakarsh

  • Jabber and O365 integration

    Hello,
    Do we need any additional licenses from Cisco or Microsoft to make a full possible integration between O365 and Jabber ?
    For example features like :
    Single Inbox Unified Messaging with SpeechView transcriptions,  Microsoft Word Click to Call, SharePoint Presence & Click to Call,  Jabber video calling and desktop sharing, and WebEx on desktop and iPad,
    Thank you for your help
    Best Regards,
    Tomasz

    Tomek,
    There is no direct integration between Jabber and Office 365, except for Exchange Gateway integration on IMP server side which is not supported with Office 365. All other Jabber integrations do not go to Office 365, calendar client integrations are done with Outlook, and UM integration is between Office 365 and Unity Connection, which does not affect Jabber.
    HTH,
    Chris (Krzysiek) :-)

  • Multi-authoring with source control with RH10 and RH11

    Situation:
    Writer A is running RH10. Writer A opens Project A, from Visual Studio Source Control, which is connected to a Team Foundation Server.
    A new employee, Writer B, has been given RH11.
    Writer A can't install RH11 until after mid-June because of tight schedules (can't afford any upgrade problems).
    Writer B is supposed to work on the same Help project. (We know that RoboHelp does not support checking out the same file at the same time.)
    If Writer B configures her version of RH11 to work with TFS and Source Control, can she open Project A and work on it (from Source Control) without causing problems for Writer A?
    Thanks.
    Carol Levine

    If Writer B is not using Source Control or it is competely separate from Writer A, possibly but I still would not be comfortable.
    I think I would rather upgrade Writer A and I note your reservations. It's your call but it's like being between the devil and the deep blue sea. Neither is ideal.
    So far it looks like Rh11 upgrades have been OK.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for

  • OS 3.1 install nuked my iPhone data! How can I recover it? Help!

    I have an original 2G iPhone. This week, I updated my MacBook Pro (previous generation, OS 10.5.8) to iTunes 9, and installed the iPhone OS 3.1. Before doing so, I made sure to back up all the apps, music and media and all data on my iPhone. When I i

  • Using variables defined in another script

    hallo i have two separate scripts trigered by two unique shortcuts: lets say first SCRIPT_1 takes a color (or any other property) of currentlly selected object and saves it in a variable "objCOLOR" than i work on something else for a while or select

  • Shoot Name becomes "Untitled Shoot" when renaming a file.

    I use "ShootName"."CustomText"_"FileNumber" when importing my files.  This is great! However when I use the "F2" method of renaming my files my "shootname" becomes "untitled shoot" and my FileNumber disappears.  The Custom Text field shows up for edi

  • Saving cropped and edited photos that are different than originals

    I have been cropping and editing some photos but when I save them as the edited version and compare to the original, they look the same.  Do you have some suggestions?

  • Procurement of Material at Depot (CIN)

    Hello Experts I am configuring an Indian Tax scenario for procurement at depot. Client does not hold a manufacturer licence.All the locations being depots there is no possibility of availing a credit,Considering this I have updated the register RG23D