fuzzyocelot
Programmer
Something strange is going on with one of my packages that I hope someone can help me with. I tried to search for something similar in this forum but couldn't find anything.
I'm running a DTS package from my machine which is running Windows XP Pro SP2. I'm connected to a test server (Windows Server 2003 with SP1) which has SQL Server 2000.
When I run/execute the package from DTS, the last step won't run. It's a transform data task. The package completes successfully without error but it says the last step didn't run. More specifically, the Package Execution Results message box appears and says "Successfully completed execution of package." I click okay and I see the execution progress window with the step in question and the status is "Not Run". I can't figure out why and it's bugging the heck out of me.
If I run the transform data task by itself, it runs fine without error. Meaning, it runs and populates the destination table. I then removed all the other tasks so that all that's left is the source (text file), the transform data task, and the destination connection (server). I also deleted any global variables set at the package level (nothing is set to change the run status or whatever it's called). Within the transform data task, the source is set to the same file and path as in the text file (source) connection. The destination is a table that exists in the correct database that the destiantion connection is pointing to. The transformations are just copying columns from the file into the table. I have the correct login information set in the destination server connection. It still won't run when I click the execute button for the package. However, it runs fine when I select the transformation task, right-click, and select execute. It says it was successful and the destination table is populated (checked the table via query analyzer).
Does anyone have any suggestions or ideas? I really hope I won't have to recreate the package.
Thanks!
Rebecca
I'm running a DTS package from my machine which is running Windows XP Pro SP2. I'm connected to a test server (Windows Server 2003 with SP1) which has SQL Server 2000.
When I run/execute the package from DTS, the last step won't run. It's a transform data task. The package completes successfully without error but it says the last step didn't run. More specifically, the Package Execution Results message box appears and says "Successfully completed execution of package." I click okay and I see the execution progress window with the step in question and the status is "Not Run". I can't figure out why and it's bugging the heck out of me.
If I run the transform data task by itself, it runs fine without error. Meaning, it runs and populates the destination table. I then removed all the other tasks so that all that's left is the source (text file), the transform data task, and the destination connection (server). I also deleted any global variables set at the package level (nothing is set to change the run status or whatever it's called). Within the transform data task, the source is set to the same file and path as in the text file (source) connection. The destination is a table that exists in the correct database that the destiantion connection is pointing to. The transformations are just copying columns from the file into the table. I have the correct login information set in the destination server connection. It still won't run when I click the execute button for the package. However, it runs fine when I select the transformation task, right-click, and select execute. It says it was successful and the destination table is populated (checked the table via query analyzer).
Does anyone have any suggestions or ideas? I really hope I won't have to recreate the package.
Thanks!
Rebecca