Hi everybody,
Iam migrating a table called Vendors from sql 2005 to flatfile.
but it end with error message that the default column is causing problem.
the table is as follows,
CREATE TABLE VENDORS
(
RECORDTYPECHAR(5)DEFAULT'VNDRS' NULL,
SETIDCHAR(5)NOT NULL,
VENDORIDCHAR(10)NOT NULL,
VENDORNAMESHORTCHAR(14)NOT NULL,
VENDORNAMESEQNUMINTNULL,
NAME1CHAR(40)NOT NULL,
NAME2CHAR(40)NULL,
REMITVENDORCHAR(10)NULL,
CUSTSETIDCHAR(5)NULL,
CUSTIDCHAR(15)NULL,
ENTEREDBYCHAR(8)NULL,
ARNUMCHAR(15)NULL,
OLDVENDORIDCHAR(15)NULL,
WTHDSWCHAR(1)NOT NULL,
VATSWCHAR(1)NOT NULL,
NAME1ACCHAR(40)NULL,
NAME2ACCHAR(40)NULL,
PRIMARYVENDORCHAR(10)NULL,
LASTACTIVITYDTDATETIMENULL,
HUBZONECHAR(1)NOT NULL,
EEOCERTIFDTDATETIMENULL,
VENDORAFFILIATECHAR(5)NULL
)
any idea as what i need to do?
pls help out.
Thanks and Regards,
sg
You haven't told us anything. What's the error and what are you doing to get that error?|||Why did you create a new thread? This is a duplicate. Please send all responses to the original: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1074510&SiteID=1|||
Phil Brammer wrote:
Why did you create a new thread? This is a duplicate. Please send all responses to the original: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1074510&SiteID=1
The 2 threads have been merged together
|||Rafael Salas wrote:
Phil Brammer wrote: Why did you create a new thread? This is a duplicate. Please send all responses to the original: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1074510&SiteID=1
The 2 threads have been merged together
Thanks! You're the man.|||
Hi Phil,
it says the column recordtype which is the default colummn in my case is failing.
so the rows are not getting copied into flat file .
moreover it aslo says that maxerrorcount is 1 and no.of errors exceeded the maxerrorcount,i even tried to change the
maxerrorcount by going to the properties tab.
but still iam getting the error repeatedly.
pls help.
regards,
sg
|||swan_sg wrote:
Hi Phil,
it says the column recordtype which is the default colummn in my case is failing.
so the rows are not getting copied into flat file .
moreover it aslo says that maxerrorcount is 1 and no.of errors exceeded the maxerrorcount,i even tried to change the
maxerrorcount by going to the properties tab.
but still iam getting the error repeatedly.
pls help.
regards,
sg
Please don't summarize the error in your own words. Please copy and paste the error here. Also, how do you have your data flow setup? Please identify all of the steps and what components you have in your data flow.
Thanks,
Phil
sql
No comments:
Post a Comment