Skip to content

PAT Token Error after pointing to Source and Target? #2369

Answered by MrHinsh
soodgautam asked this question in Q&A
Discussion options

You must be logged in to vote

Both your endpoints are invalid. But I see the problem... the sample on TfsTeamProjectEndpoint is not rendering correctly, same for all the endpoints. However it is correct in Getting Started.

You have:

{
  "MigrationTools": {
    "Version": "16.0.2",
    "Endpoints": {
      "Target": {
        "TfsTeamProjectEndpoint": {
          "Collection": "",
          "Project": "target-migration"
          ...
        }}
      }
  }
}

This is not what is shown on Getting Started and you should have:

{
  "MigrationTools": {
    "Version": "16.0.2",
    "Endpoints": {
      "Target": {
          "EndpointType": "TfsTeamProjectEndpoint",
          "Collection": "",
          "Project": "target-mig…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@soodgautam
Comment options

@MrHinsh
Comment options

@soodgautam
Comment options

@MrHinsh
Comment options

Answer selected by MrHinsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants