RE: SSIS Scheduling Failure - AcquireConnection Error
- From: weilu@xxxxxxxxxxxxxxxxxxxx (Wei Lu)
- Date: Wed, 03 May 2006 06:05:35 GMT
Hi Eugene,
Thanks for the post!
From your description, my understanding of this issue is: You can manuallyrun your SSIS job but can not scheduled runing your job and get the
following error:
Error: 'The AcquireConnection method call to the connection manager
'conn_ORaccPublic_OLEDB' failed with error code 0xC0202009. '
If I misunderstood your concern, please feel free to let me know.
Please check what account your SQL Agent services is running.
You could do this in SQL Server Configuration Manager
1. In SQL Server Configuration Manager, expand SQL Server 2005 Services,
and then right-click the SQL Server Agent service instance you want to
configure.
2.On the Log On tab of the Service Properties - SQLSERVERAGENT dialog,
select the Log on as type. You can select one of the following:
- Select Local System account if your jobs require resources
from the local server only.
- Select This account if your jobs require resources across
the network, including application resources; if you want to forward events
to other Windows application logs; or if you want to notify operators
through e-mail or pagers.
The SQL Agent running account must be a windows account. Since you state
you could run this job correct if you log in using your account, I think
you could set the SQL Agent running account to be your account and check
this issue again.
Sincerely,
Wei Lu
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- References:
- SSIS Scheduling Failure - AcquireConnection Error
- From: JJ of Eugene OR
- SSIS Scheduling Failure - AcquireConnection Error
- Prev by Date: RE: Database will not transfer due to errror
- Next by Date: RE: SSIS as part of scheduled job fails
- Previous by thread: SSIS Scheduling Failure - AcquireConnection Error
- Next by thread: RE: SSIS Scheduling Failure - AcquireConnection Error
- Index(es):
Relevant Pages
|