The information in this article applies to:
BUG #: 53390 (SQLBUG_70) SYMPTOMSIf 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. CAUSEThis 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. WORKAROUND
To work around this problem, set the DTS package to report a failure on the
first failed step, by doing the following:
STATUSMicrosoft 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/.
Additional query words: pkg transf pw passwd
Keywords : kbbug7.00 kbSQLServ700bug kbSQLServ700sp1fix |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |