Re: Help Newbie - SSIS run in SQL server agent job
- From: jhofmeyr@xxxxxxxxxxxxxx
- Date: Mon, 7 Jul 2008 04:54:29 -0700 (PDT)
Hi Dennis,
90% of all "SSIS using SQL Agent" issues are caused by the SQL Agent
service account not having the correct permissions. SSIS packages run
using the credentials of the account that starts the package - in all
the other examples you've given (cmd line, powershell, running from
SSMS, etc) this will be using your credentials. When you SQL Agent
runs the job it will be using the SQL Agent service account.
That said, error message is a bit obscure ... however this is not
unusual for SSIS, and essentially what it's saying is it couldn't
connect. I'd say check the SQL Agent account permissions, and if you
still get this problem check the Package Protection Level (google) ..
this probably accounts for 70% of other connection issues ;)
Good luck!
J
.
- Follow-Ups:
- Re: Help Newbie - SSIS run in SQL server agent job
- From: Irvine, Dennis
- Re: Help Newbie - SSIS run in SQL server agent job
- References:
- Help Newbie - SSIS run in SQL server agent job
- From: Irvine, Dennis
- Help Newbie - SSIS run in SQL server agent job
- Prev by Date: Re: Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'ClGeClie'
- Next by Date: Re: import subset of text files in a directory
- Previous by thread: Help Newbie - SSIS run in SQL server agent job
- Next by thread: Re: Help Newbie - SSIS run in SQL server agent job
- Index(es):
Relevant Pages
|