RE: Running SSIS Package using a scheduled Job in SQL2005
- From: "Vera Noest [MVP]" <vera.noest@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 27 May 2006 12:40:47 -0700
This article should help:
918760 - An SSIS package does not run when you call the SSIS
package from a SQL Server Agent job step
http://support.microsoft.com/?kbid=918760
_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
SQL troubleshooting: http://sql.veranoest.net
___ please respond in newsgroup, NOT by private email ___
=?Utf-8?B?TWFuanVuYXRoIEJhc3J1cg==?=
<ManjunathBasrur@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote on 24 maj 2006
in microsoft.public.sqlserver.tools:
Thanks for your reply Tom. I checked in the "Services". The.
Logon for the SQL Agent Service is "Local Machine". Now, does
that mean I have to use Windows Authentication only for all the
connecctions I use within the SSIS Package? if not then what
ammendments do I make to ensure that SQL Authentications works
fine.
Let me know your thoughts.
Thanks!
Manjunath Basrur
"TomT" wrote:
What account is used for your SQL Agent service? I believe that
is the account under which the job will be run.....
"Manjunath Basrur" wrote:
Hi, I have created a SSIS package. The connection used in the
SSIS is SQL Authenticated. This runs perfectly when executed
even after it is deployed. However, I face problems when I
want to execute this package as a job. The error I get is -
"Login failed for user - <user name>".
While creating a step as part of the job, if i select the
"Package Soruce" as "SSIS Package Soruce", then the SQL
Authentication option is disabled. I am forced to use Windows
Authentication.
However, I have noticed that if I use Windows Authentication
through out, i.e. when i create the connection within SSIS
Package, while deploying the SSIS package and while creating
the step in the Job, all goes fine. Unfortunately, this is
not what i want. All the connections should be SQL
Authenticated as against Windows Authentication.
Please help! Thanks!
Manjunath Basrur
- Prev by Date: Re: insert more than one record in table for a onerecord in the flat
- Next by Date: Re: database log truncated, transaction log backup job failed
- Previous by thread: Re: insert more than one record in table for a onerecord in the flat
- Next by thread: Re: database log truncated, transaction log backup job failed
- Index(es):
Relevant Pages
|