August 18, 2004 at 3:14 am
August 18, 2004 at 4:56 am
Just off the top of my head. Hope it helps
Good Hunting!
AJ Ahrens
webmaster@kritter.net
August 19, 2004 at 7:51 am
As a thought, start by attempting to load the table using the CSV file format that contains the counters. If the counter columns are not present, the Data Transformation task should fail. Using an On Failure workflow, attempt executing a Data Transformation task that uses the CSV file format that does not contain the counters.
August 20, 2004 at 2:58 am
I solved the problem by breaking the "Transform Data Task" into sub-tasks.
I.e., instead of copying all columns at the same time (faster), I copied the non-problematic columns with the standard "Copy Column" transformation.
For the problematic I used an ActiveX do to the copying and to avoid additional problems this copy does not select any "Source Columns" only selects the "Destination Columns".
The DTS is not slower but solved all my problems.
PS: For the time problem I solved it by selecting the column without using the column name but the position (in my case the Time is always the first column).
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply