June 29, 2005 at 8:40 am
I have a DTS which I have edited to use some different tables. In the process I changed the step names to reflect the new tables which were actually being affected.
The DTS runs correctly and affects the correct tables, and when run from EM, displays the correct sequence of named steps.
HOWEVER, when I run it through dtsrun from a batch file, it shows the OLD names being executed (even though the correct tables are being addressed). This will be confusing to users who run this through dtsrun... why is there a discrepancy? How can I modify the names so they show correctly in dtsrun?
...
-- FORTRAN manual for Xerox Computers --
June 29, 2005 at 4:17 pm
I know this can be a real pain sometimes.
When you edit/save and run the dts in the gui it will run the latest version.
In EM you need to refresh the package first to obtain the latest version.
You can say EM is like a view, you won't see changes until you refresh the view.
June 30, 2005 at 8:16 am
When running using DTSRun, make sure the command line text does not contain version information denoted by the /V flag. You can start the DTSRunUI.exe interface and have it to generate the command line string with various options, so you can include or exclude the version information.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply