dbTalk Databases Forums  

overflow error (convert from numeric to numeric)

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss overflow error (convert from numeric to numeric) in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jéjé
 
Posts: n/a

Default overflow error (convert from numeric to numeric) - 11-02-2004 , 10:45 AM






Hi,

I receive an overflow error when I execute a package.
But what is strange my source has not changed and this morning the package
works fine.
and now I've the error.

and I've change NOTHING on this package, and the data source is exactly the
same!

I've executed this package 20 or 30 times before without any error.
and its the first time with this error.

also, the error says "convert from numeric to numeric" and I've no numeric
column type in this loading process, the only decimal typed column is set to
0 and not filled by the package.

any idea???

Thanks.

Jerome.



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default RE: overflow error (convert from numeric to numeric) - 11-03-2004 , 02:29 AM






The way I approach problems like this is to use the error logging of rows
ability in SS2K DTS and see which rows with which the package is having
problems. Short of that I would start to restrict the rows I send over each
time and see when she blows.

Could this problem be with transient data?



"Jéjé" wrote:

Quote:
Hi,

I receive an overflow error when I execute a package.
But what is strange my source has not changed and this morning the package
works fine.
and now I've the error.

and I've change NOTHING on this package, and the data source is exactly the
same!

I've executed this package 20 or 30 times before without any error.
and its the first time with this error.

also, the error says "convert from numeric to numeric" and I've no numeric
column type in this loading process, the only decimal typed column is set to
0 and not filled by the package.

any idea???

Thanks.

Jerome.




Reply With Quote
  #3  
Old   
Jéjé
 
Posts: n/a

Default Re: overflow error (convert from numeric to numeric) - 11-03-2004 , 07:32 AM



Its ok, I've found the problem, but I've no real answer because this query
has run for 4 months without any problem, and today only I have a problem !

my query is like this:
select * from table
where TestID in (4,10)

TestID is a decimal (4,1) type
if I change the query to :
my query is like this:
select * from table
where TestID in (4)

then all works fine!!!!

but I don't understand why during 4 months the first has worked correctly!
(near 200 executions)

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
The way I approach problems like this is to use the error logging of rows
ability in SS2K DTS and see which rows with which the package is having
problems. Short of that I would start to restrict the rows I send over
each
time and see when she blows.

Could this problem be with transient data?



"Jéjé" wrote:

Hi,

I receive an overflow error when I execute a package.
But what is strange my source has not changed and this morning the
package
works fine.
and now I've the error.

and I've change NOTHING on this package, and the data source is exactly
the
same!

I've executed this package 20 or 30 times before without any error.
and its the first time with this error.

also, the error says "convert from numeric to numeric" and I've no
numeric
column type in this loading process, the only decimal typed column is set
to
0 and not filled by the package.

any idea???

Thanks.

Jerome.






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.