FIX: DTSRun: Package Reports False Success with User PasswordID: Q197385
|
If you run a Data Transformation Services (DTS) package using the user password instead of the owner password, DTSRun will not report a failure unless the package is set to fail on the first failed step.
This problem occurs because the user does not have permission to read the package status after it is run. This is not the case if it is scheduled with an owner password. This can be easily seen if the package is scheduled, but also happens in a batch job if you look for errorlevel after the run.
To work around this problem, set the DTS package to report a failure on the
first failed step, by doing the following:
Microsoft has confirmed this to be a problem in SQL Server
version 7.0. This problem has been corrected in U.S. Service Pack 1
for Microsoft SQL Server version 7.0. For information about
downloading and installing the latest SQL Server Service Pack, see
http://support.microsoft.com/support/sql/.
For more information, contact your primary support provider.
Additional query words: pkg transf pw passwd
Keywords : kbbug7.00 kbSQLServ700bug kbSQLServ700sp1fix
Version : winnt:7.0
Platform : winnt
Issue type : kbbug
Last Reviewed: June 7, 1999