NEWBIE - can't run SSIS package in SQL server agent scheduled job?
- From: "Irvine, Dennis" <dennis.irvine@xxxxxxxxxxxx>
- Date: Wed, 25 Jun 2008 09:55:57 -0700
I have a SSIS package that runs fine in Visual Studio. But if I put it in a scheduled job in SQL Server agent, it won't run.
Both VS and SA use the same account to run.
The error I get in the logs is an ODBC error.
The package does have an ODBC connection in it.
The connection uses a SYSTEM DSN connection to get data from another source on another machine.
I am simply using Windows authentication and VS is running under account "x".
the SQL Server Agent service is also set up to run under account "x".
Yet the error message says the driver cannot be loaded.
Is there perhaps and environment variable problem???
I believe the actual ODBC driver for this is on a network drive. Perhaps the network drive is not "mapped" within the SQL Server Agent service????
Anyone have any suggestions?
Thanks
.
- Follow-Ups:
- Re: NEWBIE - can't run SSIS package in SQL server agent scheduled job?
- From: Irvine, Dennis
- Re: NEWBIE - can't run SSIS package in SQL server agent scheduled job?
- Prev by Date: Re: Importing Query From .sql file?
- Next by Date: Re: Newbie - Help -Integration Services project
- Previous by thread: unable to pass string from proc to SSIS variable - HELP!!!
- Next by thread: Re: NEWBIE - can't run SSIS package in SQL server agent scheduled job?
- Index(es):
Relevant Pages
|