Re: DTS job error

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Sue Hoegemeier (Sue_H_at_nomail.please)
Date: 04/01/04


Date: Thu, 01 Apr 2004 08:00:21 -0700

I would guess that you may have scheduled the packages using
the DTS schedule package functionality - you right click on
the package on select Schedule Package. In this case, the
job will create an encrypted string for the dtsrun utility -
the command in the job step looks like:
DTSRUN /~Zxxxxxxxxxxxx.
The login and password that is encrypted in this string is
based upon what login and password was used in Enterprise
Manager to register the server. If you change the password
that was used when scheduling the package, the password
embedded in the encrypted string is no longer valid.
You can either change the dtsrun commands in the jobs, just
entering the dtsrun parameters yourself.
Or you can use the dtsrunui utility to generate a new
encrypted command. From the advanced button on the dtsrunui
utility, there is an option to generate a command line. It
will be based on whatever login you use when the dtsrunui
utility starts.

-Sue

On Thu, 1 Apr 2004 06:48:24 -0800, "Mike"
<anonymous@discussions.microsoft.com> wrote:

>Hi,
>
>I scheduled a DTS, with right click above it, for every 2
>hours. A job is automatically created to control the
>execution that a specified. I save the DTS within SQL
>Server with dba user. If i change DBA password, my job
>execution reports an error saying, login failed for user
>dba ..., i don't have this user within any step regarding
>the DTS, why this happens ? if i delete the job and
>recreate it using right click above the DTS, then the job
>start working fine. Any ideas ??
>
>Thanks a lot
>Mike



Relevant Pages

  • Re: Scheduling Problem - Duplicate Attachments
    ... So how is the package requesting the Excel File? ... Allan Mitchell MCSE,MCDBA, www.SQLDTS.com - The site for all your DTS needs. ... > DTSRun: Executing... ...
    (microsoft.public.sqlserver.dts)
  • Not all steps in DTS package execute
    ... When run through DTS Designer, all steps execute except the last one (Step ... DTSRun OnFinish: DTSStep_DTSActiveScriptTask_2 ... Microsoft Data Transformation Services Package ...
    (microsoft.public.sqlserver.dts)
  • Scheduling DTS package using a stored procedure problem
    ... The DTS package runs fine through Enterprise manager successfully. ... DTSRun: Executing... ... Help file: sqldts80.hlp ...
    (microsoft.public.sqlserver)
  • Scheduling DTS Package using a stored procedure problem
    ... The DTS package runs fine through Enterprise manager successfully. ... DTSRun: Executing... ... Help file: sqldts80.hlp ...
    (comp.databases.ms-sqlserver)
  • Re: Scheduling DTS Packages on 64-bit SQL Server
    ... My understanding is that DTS components are not available for 64-bit SQL ... > I found the following comment on Microsoft's website in regards to scheduling> a DTS package on a 64-bit SQL Server installation. ... do I need> to buy a 32-bit copy of SQL Server to store my packages on to be able to> schedule them? ...
    (microsoft.public.sqlserver.dts)