Viewing 15 posts - 151 through 165 (of 192 total)
Hi,
There have been discussions on this forum and other places about configuration and package encryption levels. Ultimately it is down to you and your client how you chose to implement...
February 12, 2008 at 6:24 am
Hi Cory,
Probably the easiest way to achieve this would be a script transformation component.
In the script component editor, add a column to the output.
In the script designer, try something like...
February 12, 2008 at 6:15 am
Hi folks,
I haven't read in detail everything thats been said in this topic, but here is what I do to set the FTP password at runtime. I store the password...
February 11, 2008 at 7:09 am
I think you were going down the right track with your eventhandler. Use the OnError event and change the variable [@system::propagate] to FALSE. This should suppress the error so that...
February 8, 2008 at 10:16 am
Hi,
There are supposed to be double slashes. This is because "\" is an escape character. My apologies, I forgot that this happens. If you copy that path and replace each...
February 8, 2008 at 7:14 am
Reboot!!! It usually works for me!
February 8, 2008 at 6:38 am
It sounds like a typo.
Try putting in a breakpoint post execute the filesystem task. While its still in debug mode, open the locals window and find out exactly what is...
February 8, 2008 at 6:35 am
My apologies, I missed this post when I replied to your last.
In order to dynamically set the file path you need to specify a variable for either the source path,...
February 8, 2008 at 5:25 am
If you explain a little more about what you're trying to do, we might be able to help. Also the integration services forum has a bigger audience for this kind...
February 8, 2008 at 5:07 am
Hi ital
My current problem is that when I Redirect the error rows, the error description is not written to the log when I select the "OnError" event (in the log...
February 7, 2008 at 4:25 am
Hi,
1) Control Flow I created an 'Execute SQL Task' which runs the sp & gets a list of items
I'm not sure if this step is necessary as from the sounds...
February 6, 2008 at 8:30 am
Hi,
Use a dataflow OLE DB Source to execute the stored procedure. Add to the pipeline a derived column component and add a new column which will replace the problem datetime...
February 6, 2008 at 7:37 am
The onError event that you have created on the dataflow task will have a system variable called "propagate". You can either set this manually or dynamically using an expression.
This variable...
February 6, 2008 at 6:53 am
I agree, I think that you'd have to perform a work around... steps would be something like:
1. Import to a temp table
2. Manipulate the records in the temp table
3. Export...
January 31, 2008 at 7:10 am
Viewing 15 posts - 151 through 165 (of 192 total)