Viewing 15 posts - 12,721 through 12,735 (of 13,876 total)
Apologies if this is an obvious question, but is there a chance that you had the file open in Excel when you ran the package?
June 20, 2009 at 11:34 pm
eseosaoregie (6/20/2009)
Thank you very much. That worked really well. With this knowledge I can expand my package.
Wow, really????? :w00t: You should start spamming all men in the world.:hehe:
June 20, 2009 at 8:35 pm
Is there any difference between the package that worked and the package that failed? If no, presumably logging out, back in, and re-running works again, but only once?
Can you explain...
June 20, 2009 at 8:30 pm
Good work Phil.
Way too many Phils in this thread, so this Phil is signing off
Phil 😉
June 20, 2009 at 4:44 am
In your send mail task, you need to create an Expression (use the Expressions section in the task editor) for the ToLine property and set that to your EmailAddress variable.
June 20, 2009 at 3:40 am
No problem. If you can live without the leading zeros, this will get you there, I think:
"Please confirm Purchase Order " + @[User::PurchasedOrderId] + "will be delivered on "...
June 20, 2009 at 3:35 am
It looks like your DueDate variable is a Date and you are using it as if it were a String. To use it as you wish, you need to cast...
June 19, 2009 at 6:43 pm
Steve Jones - Editor (6/19/2009)
Personally, the more I teach my kids, the more I think English...
June 19, 2009 at 1:04 pm
Nice article. I thought that Edison said this:
Genius is one percent inspiration, ninety-nine percent perspiration.
Is there a separate quote of his just for "success"?
June 19, 2009 at 2:05 am
CozyRoc (6/18/2009)
John Rowan (6/18/2009)
Phil Parkin (6/17/2009)
June 18, 2009 at 9:36 pm
You never know when someone else might have the same issue as this in future - that's why not deleting your posts is a good idea, IMO. It's better that...
June 17, 2009 at 8:57 pm
Thank you, John, for the considered and informed response.
All of that makes sense. But I need to get another strong coffee and read the Raw file stuff again to make...
June 17, 2009 at 8:49 pm
You have mentioned "Script Task" and "Script Component" as if they are the interchangeable - they are not. Just for clarification, I'm assuming that you mean Script Task here?
If you...
June 17, 2009 at 8:43 pm
GSquared is correct. The development environment for SSIS packages is Business Intelligence Development Studio (BIDS) aka Visual Studio.
You'll find the FTP task there ready and waiting ...
June 16, 2009 at 9:05 pm
Hi John
If we take away the staging table and do the import directly, using SSIS, how best do you deal with all of the FKs that need to be populated?...
June 16, 2009 at 8:38 pm
Viewing 15 posts - 12,721 through 12,735 (of 13,876 total)