dbTalk Databases Forums  

Data Transformation XP SP2

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


Discuss Data Transformation XP SP2 in the microsoft.public.sqlserver.dts forum.



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

Default Data Transformation XP SP2 - 09-09-2004 , 06:47 AM






Hello, I have problems with XP Sp2:

After Windows XP Sp2 was installed, no tested database
can successfully be transformed. If I deinstall SP2, the
databases can be transformed. The tables are transformed
with "Copy Columns" from a database into another empty
atabase on the same server. With some tables an unknown
error -2147467259 appear.

If the option "UseFastLoad" is False, then the tables can
be transformed. But some Tables need an Identity_Insert,
so this option cannot generally be set.

Does someone has the same problem and knows a solution?


Reply With Quote
  #2  
Old   
josh
 
Posts: n/a

Default Data Transformation XP SP2 - 10-04-2004 , 06:21 PM






YeeHa! join the club. I posted here a month ago and
didn't get much response. Looks like this problem has
caught up with a number of folks now. I REALLY wish MS
would address this!!!!
However, in the mean time, we have isolated the problem
to tables that have Text fields in them. Ergo, our
solution has been to remove the Text field from the
Source and transformation(s) of the DataPump task, and
then perform a DataDrivenQuery immediately afterwards to
update the offending Text (type) column. It ain't
pretty, and it sure doesn't do much for performance, but
it has been fairly effective. I'm in much the same boat
as you though, in that I need to do an Identity Insert.
Lets scream a little louder and see if we can get some
help.


Quote:
-----Original Message-----
Hello, I have problems with XP Sp2:

After Windows XP Sp2 was installed, no tested database
can successfully be transformed. If I deinstall SP2, the
databases can be transformed. The tables are transformed
with "Copy Columns" from a database into another empty
atabase on the same server. With some tables an unknown
error -2147467259 appear.

If the option "UseFastLoad" is False, then the tables
can
be transformed. But some Tables need an Identity_Insert,
so this option cannot generally be set.

Does someone has the same problem and knows a solution?

.


Reply With Quote
  #3  
Old   
Joey E.
 
Posts: n/a

Default Re: Data Transformation XP SP2 - 11-05-2004 , 11:34 AM



I have the same problem. Thank you both for the information. I
thought I was going crazy! A customer upgraded to XP SP2 and my DTS
package stopped working. Have either of you officially reported
this to Microsoft yet? I am going to have a problem using the
workaround you are using Josh. This means I will need a fix from
Microsoft

Anyhow, let me know if this is reported already to MS. I could find
nothing on their website.

-Joey

"josh" <smith-josh (AT) aramark (DOT) com> wrote

Quote:
YeeHa! join the club. I posted here a month ago and
didn't get much response. Looks like this problem has
caught up with a number of folks now. I REALLY wish MS
would address this!!!!
However, in the mean time, we have isolated the problem
to tables that have Text fields in them. Ergo, our
solution has been to remove the Text field from the
Source and transformation(s) of the DataPump task, and
then perform a DataDrivenQuery immediately afterwards to
update the offending Text (type) column. It ain't
pretty, and it sure doesn't do much for performance, but
it has been fairly effective. I'm in much the same boat
as you though, in that I need to do an Identity Insert.
Lets scream a little louder and see if we can get some
help.


-----Original Message-----
Hello, I have problems with XP Sp2:

After Windows XP Sp2 was installed, no tested database
can successfully be transformed. If I deinstall SP2, the
databases can be transformed. The tables are transformed
with "Copy Columns" from a database into another empty
atabase on the same server. With some tables an unknown
error -2147467259 appear.

If the option "UseFastLoad" is False, then the tables
can
be transformed. But some Tables need an Identity_Insert,
so this option cannot generally be set.

Does someone has the same problem and knows a solution?

.


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

Default Re: Data Transformation XP SP2 - 11-06-2004 , 01:57 AM



I posted a solution to this problem which does not involve removing anything
a few weeks back.

The TEXT attribute has no value stored within so is failing on the insert.
UPDATE all, what appear to be empty, TEXT attribute values to either NULL or
''

This is maybe not a DTS issue rather an MDAC/ driver type issue.

I shall see if I can get an answer

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.konesans.com - Consultancy from the people who know


"Joey E." <joeyebright (AT) decadesoftware (DOT) com> wrote

Quote:
I have the same problem. Thank you both for the information. I
thought I was going crazy! A customer upgraded to XP SP2 and my DTS
package stopped working. Have either of you officially reported
this to Microsoft yet? I am going to have a problem using the
workaround you are using Josh. This means I will need a fix from
Microsoft

Anyhow, let me know if this is reported already to MS. I could find
nothing on their website.

-Joey

"josh" <smith-josh (AT) aramark (DOT) com> wrote in message
news:<21da01c4aa68$e0dd59a0$a501280a (AT) phx (DOT) gbl>...
YeeHa! join the club. I posted here a month ago and
didn't get much response. Looks like this problem has
caught up with a number of folks now. I REALLY wish MS
would address this!!!!
However, in the mean time, we have isolated the problem
to tables that have Text fields in them. Ergo, our
solution has been to remove the Text field from the
Source and transformation(s) of the DataPump task, and
then perform a DataDrivenQuery immediately afterwards to
update the offending Text (type) column. It ain't
pretty, and it sure doesn't do much for performance, but
it has been fairly effective. I'm in much the same boat
as you though, in that I need to do an Identity Insert.
Lets scream a little louder and see if we can get some
help.


-----Original Message-----
Hello, I have problems with XP Sp2:

After Windows XP Sp2 was installed, no tested database
can successfully be transformed. If I deinstall SP2, the
databases can be transformed. The tables are transformed
with "Copy Columns" from a database into another empty
atabase on the same server. With some tables an unknown
error -2147467259 appear.

If the option "UseFastLoad" is False, then the tables
can
be transformed. But some Tables need an Identity_Insert,
so this option cannot generally be set.

Does someone has the same problem and knows a solution?

.




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.