FIX: DTSRun: Package Reports False Success with User Password

ID: Q197385


The information in this article applies to:

BUG #: 53390 (SQLBUG_70)

SYMPTOMS

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.


CAUSE

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.


WORKAROUND

To work around this problem, set the DTS package to report a failure on the first failed step, by doing the following:

  1. Open the Package Designer window for the package.


  2. On the Package menu, click Properties.


  3. In the Error Handling section of the DTS Package Properties dialog box, click to select the Fail Package On First Error check box.



STATUS

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