Viewing 15 posts - 16 through 30 (of 39 total)
Janku,
Are you trying to upload files that are 80 MB or more?
Pls check for timeout as I often get the timeout message uploading huge files?
What we now do is GZIP...
April 29, 2010 at 4:22 am
Hello Matt,
I wanted to know what is the size of the csv file. I am assuming you to have this file not more than 5 MB. If its more try...
April 29, 2010 at 4:17 am
In that case the F-E-L will complete successfully and move to the next component. I'm not sure if that answers your question..
Actually my requirement is not to move to the...
April 29, 2010 at 3:28 am
Welsh,
Do you want to wash your mouth with that PM you sent me or do you want me to tell all here what you wrote there?
I can understand what a...
April 29, 2010 at 3:07 am
Has anyone used an array for files?
April 28, 2010 at 12:35 pm
The foreach loop container doesnt iterate though the collection of files due to reasons like the file extension is not correct.
I want the container to stop processing and not proceed...
April 28, 2010 at 12:32 pm
Lets have a look at your code. I meant your csv file.
I will have a look at it to give my comments.
CEW
Seetesh
April 28, 2010 at 12:27 pm
Bottle opened with a can of worms eh Elliott
I too tried sending mails via Mail task to my hotmail id that too in BCC. It just doent work as Elliott...
April 28, 2010 at 12:12 pm
I was using a Data Conversion where I configured the column 0 with Database Timestamp (DT_DBTIMESTAMP).
Input column : column 0
Output Alias : Copy of Column 0
Data Type : (DT_DBTIMESTAMP)
Flatfilesource will...
April 28, 2010 at 10:34 am
I agree with Phil.
There must be some character like " ' " or something thats not allowing the transfer.
Can you give us a snapshot/column & their datatypes of the...
April 28, 2010 at 10:25 am
And I a new lesson. Not calling packages in cyclic fashion.
April 28, 2010 at 10:21 am
Create a table called "todelete" with just column "errordesc varchar(100)"
Create a dummy sql task.
just put a "insert into todelete values ('xxxxxx')
search for that record after script is run
this will...
April 26, 2010 at 9:30 am
I removed that dummy task but added a Sequence Generator now setting the MaximumErrorCount property of the container to 0 and made propogate value = false.
Something close what I need....
April 19, 2010 at 3:54 am
The dummy script task is created to redirect the flow to the foreach loop container. But I am not able to do so.
April 16, 2010 at 2:30 am
My foreach loop container loops through a list of files say 100 of them.
If the error occurs in reading the 10th file I have to stop procees this 10th file...
April 15, 2010 at 9:12 am
Viewing 15 posts - 16 through 30 (of 39 total)