dbTalk Databases Forums  

Troubleshooting DTS

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


Discuss Troubleshooting DTS in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Peter
 
Posts: n/a

Default Troubleshooting DTS - 07-13-2004 , 09:34 PM






I have created a DTS importing 3 columns to a table. One
of them is a key. However, when I execute the DTS, I get
the error message saying that another field (that is not a
key) that I do not suppose to update:

Cannot insert the value NULL into column 'abc'

Is there any suggestion ?


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

Default Re: Troubleshooting DTS - 07-14-2004 , 12:52 AM






In article <2cef001c4694b$1588b140$a301280a (AT) phx (DOT) gbl>, Peter wrote:
Quote:
I have created a DTS importing 3 columns to a table. One
of them is a key. However, when I execute the DTS, I get
the error message saying that another field (that is not a
key) that I do not suppose to update:

Cannot insert the value NULL into column 'abc'

Is there any suggestion ?

It sounds as though attribute abc is non-nullable. By entering values
into the other attributes and not this you are forcing NULL because it
looks as though there is also no default defined.




Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
www.konesans.com - for all your consultancy needs





Reply With Quote
  #3  
Old   
Peter
 
Posts: n/a

Default Re: Troubleshooting DTS - 07-14-2004 , 06:24 PM



Yes, it is non-nullable field.

However, I have to update the other columns and don't want
to touch it.

In this way, what should I do ? Thanking you in
anticipation.

Quote:
-----Original Message-----
In article <2cef001c4694b$1588b140$a301280a (AT) phx (DOT) gbl>,
Peter wrote:
I have created a DTS importing 3 columns to a table.
One
of them is a key. However, when I execute the DTS, I
get
the error message saying that another field (that is
not a
key) that I do not suppose to update:

Cannot insert the value NULL into column 'abc'

Is there any suggestion ?


It sounds as though attribute abc is non-nullable. By
entering values
into the other attributes and not this you are forcing
NULL because it
looks as though there is also no default defined.




Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
www.konesans.com - for all your consultancy needs



.


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.