Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration fails with "Object reference not set to an instance of an object." #5

Open
valenker opened this issue Jan 14, 2018 · 5 comments
Assignees

Comments

@valenker
Copy link
Contributor

When default-iteration-path or default-area-path do not exist on the target project migration fails with uninformative error message - "Object reference not set to an instance of an object."

Instead - migrator should validate default-iteration-path or default-area-path and display meaningful errors if they don't.

@obvioussean
Copy link
Member

I debugged this, and it appears to be a VSTS issue. The migrator is just returning the error returned from the REST call. I'll dig further to see what I can fix on the VSTS side to handle this more gracefully.

@srivatsamarichi
Copy link

I get the same error too @sferg-msft

@obvioussean
Copy link
Member

@srivatsamarichi To work around the issue, either clear the default-iteration-path and default-area-path properties or set them to the project name.

@srivatsamarichi
Copy link

@sferg-msft Yep, worked thanks!

@irzum
Copy link

irzum commented May 2, 2019

just remove "default-iteration-path" and "default-area-path" properties migrator will detect the iterations and will do the migration according to the iterations automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants