|
|
Scrum for Team System - v1.x Support
Started by Marc at 11-06-2007 3:45 PM. Topic has 4 replies.
 
 
|
|
Sort Posts:
|
|
|
|
11-06-2007, 3:45 PM
|
Marc
Joined on 11-06-2007
Posts 1
|
ScrumConsistencyCheck generates a NullReferenceException
|
|
|
|
|
I'm currently working on a project that uses Scrum for Team System. Now I have a problem with a few PBI's. They report an incorrect 'Work remaining' after they were unlinked from their SBI's.
I downloaded the ScrumConsistencyCheck tool from the website to fix this. But when I run it, it generates the following exception:
C:\tmp>ScrumConsistencyCheck.exe TfsServer "DemoProject" false
Logging onto TFS server...
System.NullReferenceException: Object reference not set to an instance of an obj
ect.
at ScrumConsistencyCheck.ConsistencyCheck.Check(String serverName, String pro
jectName, String refreshPBI)
Hours lost total: 0
(less in PBI than SBI): 0
(less in SBI than PBI): 0
Finished.
Does anyone know what could cause this error?
|
|
|
|
|
Report
|
|
|
|
11-08-2007, 9:01 AM
|
marpe
Joined on 09-27-2006
Posts 3
|
Re: ScrumConsistencyCheck generates a NullReferenceException
|
|
|
|
|
I get the same problem when I try running the tool.
>ScrumConsistencyCheck.exe /server:seemuatfs /project:SSRS /refreshWorkRemaining:false
Project: SSRS
Server: seemuatfs
refreshWorkRemaining: false
Logging onto TFS server...
System.NullReferenceException: Object reference not set to an instance of an object.
at ScrumConsistencyCheck.ConsistencyCheck.Check(String serverName, String projectName, String refreshPBI)
Hours lost total: 0
(less in PBI than SBI): 0
(less in SBI than PBI): 0
Finished.
|
|
|
|
|
Report
|
|
|
|
11-19-2007, 6:46 PM
|
SueF
Joined on 11-19-2007
Posts 1
|
Re: ScrumConsistencyCheck generates a NullReferenceException
|
|
|
|
|
|
It's not obvious, but your parameters aren't being passed correctly. You have to specify them like this:
Usage: ScrumConsistencyCheck /server:[RegisteredServer] /project:[TeamProject] /refreshWorkRemaining:[true|false]
Example: ScrumConsistencyCheck /server:"MYTFS01" /project:"MyTeamProj" /refreshWorkRemaining:false
|
|
|
|
|
Report
|
|
|
|
01-09-2008, 12:45 PM
|
Skevmeister
Joined on 06-28-2007
Posts 27
|
Re: ScrumConsistencyCheck generates a NullReferenceException
|
|
|
|
|
I am getting the same erro ran dI seem to be using the same syntax as your sample
G:\ScrumConsistencyCheck>ScrumConsistencyCheck /server:"DPP-TEAMSUITE" /project:
"MOPS 2008 R1" /refreshWorkRemaining:false
Project: MOPS 2008 R1
Server: DPP-TEAMSUITE
refreshWorkRemaining: false
Logging onto TFS server...
System.NullReferenceException: Object reference not set to an instance of an obj
ect.
at ScrumConsistencyCheck.ConsistencyCheck.Check(String serverName, String pro
jectName, String refreshPBI)
Hours lost total: 0
(less in PBI than SBI): 0
(less in SBI than PBI): 0
Finished.
Alixx
|
|
|
|
|
Report
|
|
|
|
05-27-2008, 12:26 AM
|
Holdom
Joined on 11-24-2007
Posts 7
|
Re: ScrumConsistencyCheck generates a NullReferenceException
|
|
|
|
|
Yes, I am getting the exact same exception too... Anyone has had a solution for this? Please help!
Don
Figured it out. This tool doesn't work with TFS 2008.
|
|
|
|
|
Report
|
|
|
|
|
Scrum for Team ... » Version 1.2 - T... » Scrum for Team ... » Re: ScrumConsistencyCheck generates a NullReferenceException
|
|
|
|