Viewing 15 posts - 12,211 through 12,225 (of 13,838 total)
Does the Access file already exist? It needs to, or you won't be able to set up your mappings.
Do you really need many files, or just many tables within one...
March 17, 2010 at 3:15 am
... and, to do the design work in the first place, you'll need a valid source-data file in your import folder. Without it, SSIS cannot build the necessary meta data....
March 16, 2010 at 11:53 am
So I am assuming that you have multiple dataflows, connected in some logical order. You want each of the dataflows to finish successfully if the source file is not found,...
March 16, 2010 at 4:52 am
OK - what do you want to happen if some of the files are present and some are not? Import them, or not import anything?
March 16, 2010 at 4:38 am
If you know that the file will exist at run time and you're just avoiding design-time validation errors, set DelayValidation = True.
If you want a package to run successfully regardless...
March 16, 2010 at 4:26 am
Check the Regional Settings on the computer running the package and ensure that 'Decimal Symbol' is set to comma, rather than a full-stop.
March 15, 2010 at 7:53 am
Can you paste some sample source data? It might help me (and others) come up with ideas. Use [CR] and [LF] to designate where the carriage returns and line feeds...
March 13, 2010 at 8:58 am
If that is all that you are doing, why not just use a derived column?
March 13, 2010 at 4:32 am
If you can live without that log message, you could just put your dataflow inside a FOREACH container - then the package would still end gracefully, even if the file...
March 12, 2010 at 8:58 am
As this does not appear to be SSIS related, I suggest that you post it here.
March 12, 2010 at 5:46 am
Perhaps if I explain my thinking ...
Here is how I read your post:
"I have a problem and two potential solutions. One solution works and the other does not. Can you...
March 12, 2010 at 2:15 am
My idea ...
If export works, use that.
March 11, 2010 at 12:31 pm
It's a complex one to try and diagnose, because I don't think you've provided quite enough info.
My first comment would be that your conditions are not exclusive. Eg anything that...
March 11, 2010 at 12:28 pm
udaya_1222 (3/10/2010)
March 11, 2010 at 1:33 am
Viewing 15 posts - 12,211 through 12,225 (of 13,838 total)