Summary->Assignee throwing error
Moderator: SourceGear
Summary->Assignee throwing error
1. I entered 7 new bug reports for my project
2. I clicked on "Summaries" to view "At a glance" screen
3. I clicked on "Assignee" and received the following error page:
URL: http://localhost/dragnet/Error.aspx
Error
Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. Parameter name: ticks
4. The same error message is received for all the types of summaries except "At-A-Glance"
2. I clicked on "Summaries" to view "At a glance" screen
3. I clicked on "Assignee" and received the following error page:
URL: http://localhost/dragnet/Error.aspx
Error
Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. Parameter name: ticks
4. The same error message is received for all the types of summaries except "At-A-Glance"
I just re-read the error message, realised it was date/time related and realised I might have some more important information regarding this problem.
I am in Germany, using an English language Win XP Professional, but with the default locale set to "German (Germany)", which means that dates normally default to "dd.mm.yyyy" format. For example, today is "12.11.2004".
Thanks
I am in Germany, using an English language Win XP Professional, but with the default locale set to "German (Germany)", which means that dates normally default to "dd.mm.yyyy" format. For example, today is "12.11.2004".
Thanks
You can run the sql command sp_helpsort and that will tell you the collation MSDE is using. If you didn't choose a different collation in the installer (you would probably remember if you did), then you installed Dragnet with "Latin1-General, case-insensitive, accent-sensitive, kanatype-insensitive, width-insensitive for Unicode Data, SQL Server Sort Order 52 on Code Page 1252 for non-Unicode Data"
The collation probably doesn't make much difference with dates, I am just trying to get my setup as close to yours as possible to see if I can reproduce the problem.
Would you be willing to make a sql backup of your dragnet database and send it to me? If so, you can email it to me using the email button at the bottom of the page.
Thanks!
The collation probably doesn't make much difference with dates, I am just trying to get my setup as close to yours as possible to see if I can reproduce the problem.
Would you be willing to make a sql backup of your dragnet database and send it to me? If so, you can email it to me using the email button at the bottom of the page.
Thanks!
Mary Jo Skrobul
SourceGear
SourceGear
Re: Summary->Assignee throwing error
Steve McLeod wrote:1. I entered 7 new bug reports for my project
2. I clicked on "Summaries" to view "At a glance" screen
3. I clicked on "Assignee" and received the following error page:
URL: http://localhost/dragnet/Error.aspx
Error
Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. Parameter name: ticks
4. The same error message is received for all the types of summaries except "At-A-Glance