Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. SSIS

SSIS

Scheduled Pinned Locked Moved The Lounge
csharpsql-servercomtoolsquestion
7 Posts 5 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Karen Mitchelle
    wrote on last edited by
    #1

    I explored SSIS, used a Script Task and a File System Task Items, code a little in C# in Script Task(as I have said before, I also into C# learning) and modify file destination and file source in File Task (as I'm going to copy a file from one destination to another) then try to run it. This is the output:

    Task failed: File System Task
    SSIS package "FileCopy.dtsx" finished: Success.

    How can it say that it is successfully completed if File System Task failed to do its job? :doh:

    Don't mind those people who say you're not HOT. At least you know you're COOL. I'm not afraid of falling, I'm afraid of the sudden stop at the end of the fall! - Richard Andrew x64

    OriginalGriffO J P 3 Replies Last reply
    0
    • K Karen Mitchelle

      I explored SSIS, used a Script Task and a File System Task Items, code a little in C# in Script Task(as I have said before, I also into C# learning) and modify file destination and file source in File Task (as I'm going to copy a file from one destination to another) then try to run it. This is the output:

      Task failed: File System Task
      SSIS package "FileCopy.dtsx" finished: Success.

      How can it say that it is successfully completed if File System Task failed to do its job? :doh:

      Don't mind those people who say you're not HOT. At least you know you're COOL. I'm not afraid of falling, I'm afraid of the sudden stop at the end of the fall! - Richard Andrew x64

      OriginalGriffO Offline
      OriginalGriffO Offline
      OriginalGriff
      wrote on last edited by
      #2

      Because it was destined to fail: and it didn't reach it's destiny! Hence it's success was it's own failure, but at least it succeeded in reporting it's failure to fail successfully.

      Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

      Z K 2 Replies Last reply
      0
      • OriginalGriffO OriginalGriff

        Because it was destined to fail: and it didn't reach it's destiny! Hence it's success was it's own failure, but at least it succeeded in reporting it's failure to fail successfully.

        Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

        Z Offline
        Z Offline
        Zoidberg Why Not
        wrote on last edited by
        #3

        Brilliant!

        "apparently people get really pissed off when you stop speaking in the middle of a "

        1 Reply Last reply
        0
        • OriginalGriffO OriginalGriff

          Because it was destined to fail: and it didn't reach it's destiny! Hence it's success was it's own failure, but at least it succeeded in reporting it's failure to fail successfully.

          Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

          K Offline
          K Offline
          Karen Mitchelle
          wrote on last edited by
          #4

          Now my brain take its day off. Tsk. Its not working! :sigh:

          Don't mind those people who say you're not HOT. At least you know you're COOL. I'm not afraid of falling, I'm afraid of the sudden stop at the end of the fall! - Richard Andrew x64

          OriginalGriffO 1 Reply Last reply
          0
          • K Karen Mitchelle

            Now my brain take its day off. Tsk. Its not working! :sigh:

            Don't mind those people who say you're not HOT. At least you know you're COOL. I'm not afraid of falling, I'm afraid of the sudden stop at the end of the fall! - Richard Andrew x64

            OriginalGriffO Offline
            OriginalGriffO Offline
            OriginalGriff
            wrote on last edited by
            #5

            Well, it is Poets day! :laugh:

            Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
            "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

            1 Reply Last reply
            0
            • K Karen Mitchelle

              I explored SSIS, used a Script Task and a File System Task Items, code a little in C# in Script Task(as I have said before, I also into C# learning) and modify file destination and file source in File Task (as I'm going to copy a file from one destination to another) then try to run it. This is the output:

              Task failed: File System Task
              SSIS package "FileCopy.dtsx" finished: Success.

              How can it say that it is successfully completed if File System Task failed to do its job? :doh:

              Don't mind those people who say you're not HOT. At least you know you're COOL. I'm not afraid of falling, I'm afraid of the sudden stop at the end of the fall! - Richard Andrew x64

              J Offline
              J Offline
              jschell
              wrote on last edited by
              #6

              Karen Mitchelle wrote:

              How can it say that it is successfully completed if File System Task failed to do its job?

              If I remember correctly I gave up on SSIS and wrote a windows service because of that very issue. Far as I could tell it was impossible to get one of the tasks that I using to actually return an error to upper level. So I couldn't get it to report a failure.

              1 Reply Last reply
              0
              • K Karen Mitchelle

                I explored SSIS, used a Script Task and a File System Task Items, code a little in C# in Script Task(as I have said before, I also into C# learning) and modify file destination and file source in File Task (as I'm going to copy a file from one destination to another) then try to run it. This is the output:

                Task failed: File System Task
                SSIS package "FileCopy.dtsx" finished: Success.

                How can it say that it is successfully completed if File System Task failed to do its job? :doh:

                Don't mind those people who say you're not HOT. At least you know you're COOL. I'm not afraid of falling, I'm afraid of the sudden stop at the end of the fall! - Richard Andrew x64

                P Offline
                P Offline
                PIEBALDconsult
                wrote on last edited by
                #7

                l It Successfully ReportEd that It Didn't Copy The File. I Have Been Wrestling With Ssis For The Last Two Years

                You'll never get very far if all you do is follow instructions.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups