Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 Need help

Author  Topic 

LinesMover
Starting Member

2 Posts

Posted - 2009-11-19 : 09:09:57
Need help Fast :-)

Is someone here available for Hire? My email support@LegalSports.com
I have a USA phone. And reside in Costa Rica.

An example below: (from the CookieMonster.log file)


00:00:00 [20] ERROR - invalid index source=/ScoreEater/ currentRow=/7/ currentCol=/1/

Index was outside the bounds of the array.: at CookieMonster.Eaters.ScoreEater.ParseTable(String table, Int32 totalSubHeaders, Int32 totalItems, String date)

00:00:00 [20] ERROR - invalid index source=/ScoreEater/ currentRow=/7/ currentCol=/2/

Index was outside the bounds of the array.: at CookieMonster.Eaters.ScoreEater.ParseTable(String table, Int32 totalSubHeaders, Int32 totalItems, String date)

00:00:00 [20] ERROR - invalid index source=/ScoreEater/ currentRow=/7/ currentCol=/3/

Index was outside the bounds of the array.: at CookieMonster.Eaters.ScoreEater.ParseTable(String table, Int32 totalSubHeaders, Int32 totalItems, String date)

00:00:00 [20] DEBUG - score saved rotationId=/0/ date=/20091118/ score=/9301/ status=// period=/FirstPeriod/

00:00:00 [20] ERROR - error updating score

Error converting data type varchar to numeric.: at CookieMonster.Data.DBConnection.RunProcedure(SqlCommand command)

at CookieMonster.Data.Game.UpdateScore(Int32 rotationId, String date, String score, String status, ScorePeriods period)

00:00:00 [20] ERROR - error updating score source=/ScoreEater/

error updating score: at CookieMonster.Data.Game.UpdateScore(Int32 rotationId, String date, String score, String status, ScorePeriods period)

at CookieMonster.Eaters.ScoreEater.SaveScoreByPeriod(Game dbGame, Int32 rotationId, String date, String score, String status, ScorePeriods period)

00:00:00 [20] DEBUG - score saved rotationId=/0/ date=/20091118/ score=/9302/ status=// period=/FirstPeriod/

00:00:00 [20] ERROR - error updating score

Error converting data type varchar to numeric.: at CookieMonster.Data.DBConnection.RunProcedure(SqlCommand command)

at CookieMonster.Data.Game.UpdateScore(Int32 rotationId, String date, String score, String status, ScorePeriods period)

00:00:00 [20] ERROR - error updating score source=/ScoreEater/

error updating score: at CookieMonster.Data.Game.UpdateScore(Int32 rotationId, String date, String score, String status, ScorePeriods period)

at CookieMonster.Eaters.ScoreEater.SaveScoreByPeriod(Game dbGame, Int32 rotationId, String date, String score, String status, ScorePeriods period)

00:00:00 [20] ERROR - error updating score

Error converting data type varchar to numeric.: at CookieMonster.Data.DBConnection.RunProcedure(SqlCommand command)

at CookieMonster.Data.Game.UpdateScore(Int32 rotationId, String date, String score, String status, ScorePeriods period)

00:00:00 [20] ERROR - error updating score source=/ScoreEater/

error updating score: at CookieMonster.Data.Game.UpdateScore(Int32 rotationId, String date, String score, String status, ScorePeriods period)



X002548
Not Just a Number

15586 Posts

Posted - 2009-11-19 : 09:37:46
Is this SQL Server?



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page

LinesMover
Starting Member

2 Posts

Posted - 2009-11-19 : 09:43:06
Hi Brett,

Yes it is SQL
Go to Top of Page

Pradip
Starting Member

32 Posts

Posted - 2009-11-20 : 00:28:02
May be I am wrong but,I think these are web related errors.

pradipjain
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2009-11-20 : 11:04:32
quote:
Originally posted by Pradip

May be I am wrong but,I think these are web related errors.

pradipjain



I don't think you're wrong

But prudence demands that you first declare that it's the database's or DBA's fault



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page

NeilG
Aged Yak Warrior

530 Posts

Posted - 2009-11-24 : 05:04:09
They aren't errors returned from the sql database
Go to Top of Page
   

- Advertisement -