Re: ScrumConsistencyCheck generates a NullReferenceException - Scrum for Team System
Welcome to Scrum for Team System Sign in | Join

Scrum for Team System - v1.x Support

Started by Marc at 11-06-2007 3:45 PM. Topic has 4 replies.

Print Search
Sort Posts:    
   11-06-2007, 3:45 PM
Marc is not online. Last active: 11/6/2007 3:39:05 PM Marc

Top 500 Posts
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 is not online. Last active: 12/18/2007 9:34:13 AM marpe

Top 200 Posts
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 is not online. Last active: 11/19/2007 3:12:01 PM SueF

Top 500 Posts
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 is not online. Last active: 11/13/2008 7:47:01 AM Skevmeister

Top 25 Posts
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 is not online. Last active: 12/19/2007 7:23:09 PM Holdom

Top 75 Posts
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

Powered by Community Server, by Telligent Systems