After "Configure Feature", "Changed By" field shows my name for most of work items

I recently upgraded TFS from 2010 to 2012. And I am running "Configure Feature" for every project. The configuration ran successfully. However, when I run a query, the "Changed By" field shows my name for most of work items. I thought
configuration should never touch the data. More interesting, I go to history of work items, there is no change by me at all. Now why did history and query show totally different data?
Thanks.

Hi Jason,
You can create a new work item to have a check if the same issue occurrs. To configure features, you can refer to the links below to see if you configured correctly:
https://msdn.microsoft.com/en-us/library/ff432837(v=vs.110).aspx
http://blogs.msdn.com/b/visualstudioalm/archive/2012/05/09/how-to-configure-features-for-dozens-of-team-projects.aspx
Please elaborate more details about the configuration feature steps if the issue persists. You can also run TFS best practice analyzer to see if there configuration issues.
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

  • Want field and table name for RESERVED coloum in MMBE

    Hi ,
            There is a RESERVED coloum in MMBE and     I want this   * RESERVED* coloum  in  MB52   .
           I got to know that Field related to this  RESERVED coloum is BDMNG coming from table RESB .
           To confirm the field and table I checked the value in BDMNG by putting join on MARA and RESB where MATNR = BAUGR.
            But I got  value in BDMNG is 50 and in MMBE it is .228 for that material.
               Please tell me field and table name for RESERVED coloum. and hoe to join MARA and RESB  to get exact result.
    Thanks and Regards,
    Ranu

    Hi,
    Mara-matnr is not equal to Resb-matnr and it shows no record if i do like this.
    But Mara-matnr is equal to Resb-baugr, and it gives me 1 record .But porblem is that i dint get BDMNG field matching with mmbe RESEVERD coloum.

  • Field  and Table name for purchaser

    I want to know the field and table name for purchaser id and purchaser name.
    Plz help me.

    Dear
    Purchaser name are define in Header level data in Purchase Order EKKO & Purchase ID define as a Purchasing Group
    Purchser Name EKKO-ERNAM
    Purchase I D  EKKO-EKGRP
    Regards
    Aamir

  • After Alcatel OS update from v1.0.1 to v1.1.0.0, the phone doesn`t show phonebook names for incoming/missing calls!

    Hi! I have very unpleasant problem with my phones after legal OS update! After Alcatel OT Fire OS update from v1.0.1 to v1.1.0.0, the phone stops to show contacts names and pics for incoming calls and names for missing calls from phonebook. Before update, everything worked just fine! People from Telenor Serbia obviously hadn`t solution for this problem. They send me a request to send them a phones (yes two phones with same problem), but I got a phones back with unsolved problem! Also in the datas about phone, OS, e.t.c, the phone number doesn`t exist any more, just blank field. If means something, the phones are with different hardware revisions, 11 and 12! Any solution for this problem?! Thanks!

    Hello,
    After reading the information provided about your issue I suggest a soft reset of the phone.
    #Take the back cover of the phone off.
    #Take the battery out.
    #Take the SIM card and microSD card out (if applicable).
    #Wait 10 seconds.
    #Put the SIM card and microSD card back in (if applicable).
    #Put the battery back in.
    #Put the back cover back on.
    #Turn the device on.
    #Check if the issue you were having is still present.
    Please report back to us if this solved your problem!
    Thank you

  • How do I configure Sprint Mobile Email to show my name in the email return address?

    I am using Sprint Mobile Email to check & send my Yahoo email on my Palm Centro.  When I send emails it only shows my email address in the return address and not my name.  I have my name set up in Yahoo but it doesn't get picked up when I send emails from my phone. 
    How do I configure Sprint Mobile Email to also show my name in the email return address?  Everyone may not recognize my email address as being me.
    Thank you
    Post relates to: Centro (Sprint)

    Hello and thank you for using the Palm Help Forums!
    You may want to contact Sprint for further assistance with the Sprint Mobile email. However, I can assist you with the built in Email (Versamail) application.
    Post relates to: Treo 800w (Sprint)

  • How do I change custom field description and name on the project fields PDP

    I'm creating a custom PDP for a workflow process and I need to add the folloiwng fields "Project Name" and "Description"
    When I try to create Project Name custom field under server settings I get the following message "The custom field name cannot match the name of any intrinsic fields."
    So I went to the PDP web part Project fields and I found a field named " Project Name". I added it to the Proejct Fields web part, but it displays as "Name".
    How can I change this field that's out of the box? I don't see "Project Name" and "Description" under server settings > Enterprise Custom Fields and Lookup Tables to modify them.
    Thank you

    Hi there,
    Project Name & description fields are internal fields in project server which you cannot view in Enterprise custom fields in PWA. You will not be able to create with the similar name. There is no way to change these fields as far as I know. 
    I would suggest to have the new fields name something like  Project_Name/ ProjName or Project_Description/ProjDescription . 
    Hope that helps.Thanks, Amit Khare |EPM Consultant| Blog: http://amitkhare82.blogspot.com http://www.linkedin.com/in/amitkhare82

  • Created By field shows display name.

    Hi,
    I have a SharePoint list and the created By Field exports as Display name when I export to excel. I would like to auto -populate a field in the SharePoint list that will auto populate the Field with display name of the field when an item is created.
    How can I make this possible?
    Thanks,
    techie

    hi
    you need to use JavaScript code for the same.
    <script src="/my/Style%20Library/jquery-1.11.2.js"></script><script language="javascript" src="/my/Style%20Library/jquery.SPServices-0.6.2.js" type="text/javascript"></script><script language="javascript"
    type="text/javascript"> </script> ​​​​ 
    <script language="javascript" type="text/javascript">
    $(document).ready(function() {
    var userName= $().SPServices.SPGetCurrentUser();
    $(".sp-peoplepicker-initialHelpText.ms-helperText").text("");
    $(".sp-peoplepicker-topLevel").val(userName);
     $(".sp-peoplepicker-topLevel").text(userName);
    </script>
    http://www.enjoysharepoint.com/Articles/Details/auto-populate-current-logged-in-user-name-in-sharepoint-2010-20799.aspx
    http://www.enjoysharepoint.com/Articles/Details/auto-populate-current-logged-in-user-name-in-sharepoint-2010-20992.aspx
    or set column deafault value as [Me]
    http://sharepoint.stackexchange.com/questions/118932/sharepoint-2013-auto-populate-person-column-in-list-with-creator-name
    Rajendra Singh
    Walking on water and developing software from a specification are easy if both are frozen
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • How to change IP, Hostname and domain name for Oracle Application R12

    Hi,
    I'm new to Oracle, we used to have one production and one test server for Oracle Application R12, but the test server was corrupted, so we decided to clone production server and create a new test server, after cloning and creation of test server, how should we do to change IP address, hostname and domain name for test server?
    Our production and test server environment is:
    Linux Enterprise AS 2.6.9
    Application module: E-Business Suite Treasury only
    Your advice will be much appreciated.
    Regards,
    Kenneth
    Edited by: 850209 on Apr 7, 2011 5:37 PM

    850209 wrote:
    Hi,
    There are few tnsnames.ora and listener.ora files in the system, how to know which one are effective? If I change tnsnames.ora hostname entry, do I need to change listerner.ora file also?
    Thanks.
    Regard,
    Kenneth.tnsnames.ora is used only by client processes. listner.ora is used only to configure the listener, and that is a server side issue only. In addition, the listener can start without any listener.ora at all, using all default values. See my discussion of tns issues at edstevensdba.wordpress.com
    If you are using dbcontrol, you will most likely need to reconfigure it, using the emca utility.

  • Changing the default logical system names for adaptive RFC models

    Hello,
    When I create an Adaptive RFC model the dialog that asks me to specify the model name, package, source folder, etc. has default values in the "Default logical system name for model instances" and "... RFC metadata".
    I know I can type in another name there but I'd like to change the default name to something that fits our naming conventions. Can I change that? If so, can someone tell me where?
    Thanks in advance!
    David.

    Suresh,
    Thank you for your response. However, that is not what I was looking for. Sorry if my post was not clear.
    I knew that I could change it AFTER the import. I also know that I can type in something else besides the default DURING the import.
    What I am asking is if there is a way to change some configuration setting so that the 'default' that comes up in the drop down DURING the import is something different than what comes 'out-of-the-box' with NWDS.
    Hope that clears up what I'm looking for.
    David.
    Message was edited by:
            David Z. Pantich

  • Getting a null when trying to access DateTime fields (that I've added) from my work item

    I'm getting a null when trying to access (custom) DateTime fields from my work item.
    I've got a customized work item with 'extra' string and datetime fields.
    <FieldDefinition name="Design Version" refname="XXX.DesignVersion" type="String" reportable="dimension" />
    <FieldDefinition name="Date Closed" refname="XXX.DateClosed" type="DateTime" reportable="dimension" />
    This code fails:
    WorkItem workItem = workItemStore.GetWorkItem(workItemId);
    var tt1 = workItem["XXX.DesignVersion"];//works
    var tt3 = workItem["XXX.DateClosed"]; //tt3 == null, fails also for html fields
    Any idea what's up? thanks

    Hi TimB,  
    Thanks for your post.
    What’s the version of your TFS?
    If you open this work item in VS, there’s no date value in your Date Closed field? Please try below code snippet:
    if (wr.Fields["XXX.DateClosed"].Value
    == null)
    Console.WriteLine(wr.Fields["XXX.DateClosed"].Value);
    else
    Console.WriteLine(wr.Fields["XXX.DateClosed"].Value);
    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.

  • Cluster Monitoring showing 'n/a' for most columns for some servers

    Hi. The Cluster Monitoring tab shows 'n/a' for the Primaries, Secondary Distributions, Fragments Sent/Received and Lost Multicast messages for three of four servers in the cluster.
              However, there are no errors in the log files, even when Multi-cast debug is enabled.
              Any ideas?
              Thanks for any help.

    have you done the multicast test ?, please check the multicast ip given to make sure that no one used that ip and port.

  • Change Mandatory fields to optional only for Emergency addr in portal

    Hi All,
    I have requirement where in I have to make few fields in emergency addr screen as optional and change one optional field to required field.
    My problem is that in addr DC single detail view screen is shared for Permanent addr and emergency addr.
    I found sap note: 1498555 and How to hide or make the same field mandatory in emergency/permanent address and as per this note we can handle this by changing property - State from required to normal and vice-versa, BUT doing this effects both screen permanent and emergency addr.
    Can this be handle from backend configuration in V_T588MFPROPS V_T588M V_T588MFPROPC  for mandatory optional and if YES than:
    1.  Do i still need to change UI property - State from required to normal and vice-versa (which I dont want to change as it affects both type of addresses screens)
    2. Which configuration is of higher priority , I mean if the field is kept as optional in nwdi but in backend in  V_T588MFPROPS V_T588M or V_T588MFPROPC it is still Mandatory than will the user see astrick mark on the field that it is mandatory? or it will madatory but astrick wont be visible? or the field will be optional?
    I know I have asked to many Qs but being a portal person I have very limited insight of backend ess config. Any help/pointers would be highly appreciated.
    -JJ

    read note 1498555
    table V_T588MFPROPC
    and in these you can set the fields accordingly
    Also if you need extra check use this
    CL_HRPA_INFOTYPE_0006_XX->SPECIFIC_COMPUTATIONS
    XX for country you are using
    You can do at the subtype level too, so check at this level

  • Report S_ALR_87012357 not showing VAT amount for directly entered FI items

    Hello experts,
    In our system, the VAT and sales amount are calculated in another system (not ERP)
    The VAT amount together with sales amount is transferred to FI via the standard iDoc ACC_DOCUMENT03
    The problem that occur is that the report S_ALR_87012357 cannot calculate/display the VAT for such FI documents.
    When posting FI document in FI, this is not a problem, then VAT is displayed correctly in S_ALR_87012357
    How can we get around this problem?
    Is is even possible with iDocs?

    I'm not sure this is still an opne issue:
    You need to to use:
    This works with deductible VAT
    first:
    E1BPACTX09 to create VAT item
    fields for EU on USA diferent fields are used
    ITEMNO_ACC
    GL_ACCOUNT
    TAX_CODE
    TAX_RATE
    and
    E1BPACCR09 for values
    ITEMNO_ACC
    CURRENCY
    AMT_DOCCUR
    AMT_BASE

  • Windows 7 VM Network Browse shows duplicate name for DC

    We have several Windows 7 VMs running on a Hyper-V server and recently a couple of them have started having problems whereby they can't map a drive to the File Server (SV001) when the user logs on.
    If I browse the network from both machines I can see two entries for the DC/file Server, one in capitals and one in lower case i.e. SV001 and sv001.
    I've checked DHCP, DNS and AD and can only ever see one entry and can't figure out why?
    The only way to resolve the problem is to restart the Workstation service but after a few hours the problems re-appears
    Any ideas?
    Cheers for now
    Russell

    Hi,
    Is there any error message when you tried to map drive on the problematic VMs?
    If they just lost connections with mapped drive, you can try this fix:
    Mapped Drive Connection to Network Share May Be Lost
    http://support.microsoft.com/kb/297684/en-us
    For further research, please upload the event log (System) of the problematic VMs.
    How to Save Event Logs
    http://msdn.microsoft.com/en-us/library/gg163107.aspx
    Keep post.
    Kate Li
    TechNet Community Support

  • My phone does not show contact names for country and area code while having in coming calls. Although, I have endorsed the name with numbers. How do I the problem. My one is a iphone 3s device with updated os. Please text to help

    My iphone does not recognize saved contact number while having incoming calls due to country and area code as auto prefix. How do i fix the problem. How do i ensure that the phone recognize calls with and without the country and area code. Please text to help.

    1) Open the Phone and dial *228. This is a Verizon over-the-air programming number.
    2) When the system answer press 1 for "Program or activate your phone"
    3) Wait for the call to disconnect. You should get a prompt stating something like, "Settings updated."
    4) Open the Task Manager and kill the Phone, Message, and Contacts Applications
    5) Wait a few minutes (I waited 3 just to be extra safe)
    6) Open the Message App to verify the fix

Maybe you are looking for

  • Flash video not loading in IE and Chrome

    Hi, I have published a simple flash video page and uploaded it to my website. It works fine in Firefox but in IE and Chrome it seems to load the first 10 seconds i.e the loading bar goes grey for a small section, Then the buffering comes up and the v

  • Outbound Idoc through Workflow in CRM

    Hello, Consider this scenario, I need to create an opportunity document through Idoc inbound in CRM 4.0. There are certain validations done at the XIF layers as well as the application layer. In case if there are any errors in the Idoc or  errors the

  • ORA_FFI problem in using JNI from C dll

    Hi, I am encountering a strange problem in ORA_FFI while calling a C dll. The C program uses JNI to dynamically load a jvm (using LoadLibrary('C:\\jdev1012\\jdk\\jre\\bin\\server\\jvm.dll'))and then call an instance object. The problem is when invoke

  • Photo Page will no longer publish new photos

    I have an Photo Album with with 12 Photo Pages. Total number of photos in the Album is 364. My newest Page will no longer publish new photos. The Album and Photo Pages, up to now, have been working fine. Is this a case of where I need to break up the

  • Is page attribute 'table' limited to 12 fields?

    hi, i am on WAS 6.20. in an bsp under rider type-definitions i need to create a type, which consists of more than 12 fields. i found out, that a) only string types are possible and b) apparently max. 12 fields are possible i create an internal table