locked
Microsoft.TeamFoundation.WorkItemTracking.Client.DeniedOrNotExistException RRS feed

  • Question

  • I am getting the error when creating the work item.

    Microsoft.TeamFoundation.WorkItemTracking.Client.DeniedOrNotExistException: TF201019: Work item link type Child does not exist.

       at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkTypeEndCollection.get_Item(String linkTypeEndName)

       at TFSHelper.VSOItems.GetForwardLink()

    Please help

    Wednesday, February 21, 2018 1:26 PM

All replies

  • I try to add a Link between my Task and my another Task. The Program works on my LocalPC, but on the Server the execution fails, because the workItemStore.WorkItemLinkTypes.LinkTypeEnds are empty. Whats the problem on the server ?

    I am getting error:

    System.Exception: Cannot create workitem link. ---> Microsoft.TeamFoundation.WorkItemTracking.Client.DeniedOrNotExistException: TF201019: Work item link type Child does not exist. at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkTypeEndCollection.get_Item(String linkTypeEndName)

    I have gone through the link but not able to implement the parent child relationship. This error I am getting on some machines where the code is not setup and just the installer is run. 

    Wednesday, February 28, 2018 11:01 AM