Forum Replies Created

Viewing 15 posts - 151 through 165 (of 192 total)

  • RE: Making it easier to move between environments

    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...

    Kindest Regards,

    Frank Bazan

  • RE: Export to tab delimited file via SSIS

    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...

    Kindest Regards,

    Frank Bazan

  • RE: Problem with FTP Task in SSIS on SQL2005

    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...

    Kindest Regards,

    Frank Bazan

  • RE: MaxErrorCount, ForceExecutionValue issues

    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...

    Kindest Regards,

    Frank Bazan

  • RE: Excel connections and dynamic paths

    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...

    Kindest Regards,

    Frank Bazan

  • RE: Package Validation failing - Connection problem

    Reboot!!! It usually works for me!

    Kindest Regards,

    Frank Bazan

  • RE: Excel connections and dynamic paths

    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...

    Kindest Regards,

    Frank Bazan

  • RE: Excel connections and dynamic paths

    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,...

    Kindest Regards,

    Frank Bazan

  • RE: Dynamic Excel connection string to File System Task

    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...

    Kindest Regards,

    Frank Bazan

  • RE: Converting columns to rows..

    How about using the unpivot component?

    Kindest Regards,

    Frank Bazan

  • RE: Logging without failling the package

    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...

    Kindest Regards,

    Frank Bazan

  • RE: check isnull in FOREACH loop

    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...

    Kindest Regards,

    Frank Bazan

  • RE: check isnull in FOREACH loop

    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...

    Kindest Regards,

    Frank Bazan

  • RE: Logging without failling the package

    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...

    Kindest Regards,

    Frank Bazan

  • RE: DELETE Rows In Excel

    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...

    Kindest Regards,

    Frank Bazan

Viewing 15 posts - 151 through 165 (of 192 total)