dbTalk Databases Forums  

Scheduled Job Fails with Error: "Login Failed for "sa"

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Scheduled Job Fails with Error: "Login Failed for "sa" in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rebecca
 
Posts: n/a

Default Scheduled Job Fails with Error: "Login Failed for "sa" - 07-14-2004 , 01:14 PM






We recently changed the sa password on our SQL Server
2000. After we did that, our DTS Package stopped running
successfully. The package generates an error "18456-
Login Failed for "sa". The owner of the job is sa. We
checked that sa is still setup as a system
administrator. We also verifyied the SQL Server Agent
had the correct sa password. We're tried everything. We
also tried assigning a different owner and it still
complains about sa.

Any help on this would be greatly appreciated.

Rebecca

Reply With Quote
  #2  
Old   
Sayonara
 
Posts: n/a

Default Re: Scheduled Job Fails with Error: "Login Failed for "sa" - 07-14-2004 , 01:41 PM






Have you done a complete DTS walkthrough? Check the login/pw's for all bulk
insert and connection tasks. Somewhere in your package the old login is
still being referenced.

"Rebecca" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
We recently changed the sa password on our SQL Server
2000. After we did that, our DTS Package stopped running
successfully. The package generates an error "18456-
Login Failed for "sa". The owner of the job is sa. We
checked that sa is still setup as a system
administrator. We also verifyied the SQL Server Agent
had the correct sa password. We're tried everything. We
also tried assigning a different owner and it still
complains about sa.

Any help on this would be greatly appreciated.

Rebecca



Reply With Quote
  #3  
Old   
 
Posts: n/a

Default Re: Scheduled Job Fails with Error: "Login Failed for "sa" - 07-14-2004 , 01:46 PM



Yes, we checked that. The strange thing is we can
execute the package successfully but we just can't run it
as a job.

Quote:
-----Original Message-----
Have you done a complete DTS walkthrough? Check the
login/pw's for all bulk
insert and connection tasks. Somewhere in your package
the old login is
still being referenced.

"Rebecca" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:2d73e01c469ce$6363c980$a301280a (AT) phx (DOT) gbl...
We recently changed the sa password on our SQL Server
2000. After we did that, our DTS Package stopped
running
successfully. The package generates an error "18456-
Login Failed for "sa". The owner of the job is sa. We
checked that sa is still setup as a system
administrator. We also verifyied the SQL Server Agent
had the correct sa password. We're tried everything.
We
also tried assigning a different owner and it still
complains about sa.

Any help on this would be greatly appreciated.

Rebecca


.


Reply With Quote
  #4  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Scheduled Job Fails with Error: "Login Failed for "sa" - 07-14-2004 , 02:06 PM



In article <2d73e01c469ce$6363c980$a301280a (AT) phx (DOT) gbl>, Rebecca wrote:
Quote:
We recently changed the sa password on our SQL Server
2000. After we did that, our DTS Package stopped running
successfully. The package generates an error "18456-
Login Failed for "sa". The owner of the job is sa. We
checked that sa is still setup as a system
administrator. We also verifyied the SQL Server Agent
had the correct sa password. We're tried everything. We
also tried assigning a different owner and it still
complains about sa.

Any help on this would be greatly appreciated.

Rebecca

There are two possible areas of problems

1. In the DTS packages themselves you specify sa as the account to use
to logon to servers which you have recently changed the password.

2. This is my best bet. Your SQL Server Agent job that fires the
package looks like this

DTSRun
/~Z0xBBA31C49DCFAC9543989D6EF45E60D7FA2BAF5465E090B 679CE824E75B2AF75B22
.........................


This contains the login information you need to connect to the sql
server to get at your package. Unfortunately you probably specified sa
as the logon info and the is now out of date.

You can generate a new string using

Start | Run | DTSRUNUI





Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
www.konesans.com - for all your consultancy needs





Reply With Quote
  #5  
Old   
Rebecca
 
Posts: n/a

Default Re: Scheduled Job Fails with Error: "Login Failed for "sa" - 07-14-2004 , 04:32 PM



Thanks Allan! That did it! Thanks so much for your help!
We had re-created the job but were copying over the same
DTSRun command.

Thanks again!


Quote:
-----Original Message-----
In article <2d73e01c469ce$6363c980$a301280a (AT) phx (DOT) gbl>,
Rebecca wrote:
We recently changed the sa password on our SQL Server
2000. After we did that, our DTS Package stopped
running
successfully. The package generates an error "18456-
Login Failed for "sa". The owner of the job is sa.
We
checked that sa is still setup as a system
administrator. We also verifyied the SQL Server Agent
had the correct sa password. We're tried everything.
We
also tried assigning a different owner and it still
complains about sa.

Any help on this would be greatly appreciated.

Rebecca


There are two possible areas of problems

1. In the DTS packages themselves you specify sa as the
account to use
to logon to servers which you have recently changed the
password.

2. This is my best bet. Your SQL Server Agent job that
fires the
package looks like this

DTSRun
/~Z0xBBA31C49DCFAC9543989D6EF45E60D7FA2BAF5465E090B 679CE8
24E75B2AF75B22
.........................


This contains the login information you need to connect
to the sql
server to get at your package. Unfortunately you
probably specified sa
as the logon info and the is now out of date.

You can generate a new string using

Start | Run | DTSRUNUI





Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
www.konesans.com - for all your consultancy needs



.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.