RE: 64bit SSIS package calling 32bit SSIS package
- From: Mike <Mike@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 10 Apr 2009 05:27:01 -0700
I got it working :)
Used filemon to see what was going on and discovered that my proxy account
was trying to use the temp folder that was owned by the account I run sql
agent under.
I've given it access to this folder and it now works. Very , very weird.
"Mike" wrote:
Hi there, having some issues with the above scenario....
64bit sql 2005 std edition.
A control package is running in 64bit mode to execute a large number of
packages in the correct order (this is parameterised through a config table
so we can turn them on and off and change the order.) As we have a number of
packages using 32bit jet theres also a config value to execute these with the
32bit dtexec instead.
I have a proxy account setup with the required rights onto the network and
associated sql servers.
I can -
Execute the control package from the command line on the server as my proxy
account user with the 64bit dtexec and it runs fine calling both 64bit &
32bit packages with no errors.
I cannot run the same package from a sql agent job as whe nthe control
package calls the 32bit dtexec it comes back with the following error -
SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The
AcquireConnection method call to the connection manager
"AgencyNumbersDatabase" failed with error code 0xC0202009. There may be
error messages posted before this with more information on why the
AcquireConnection method call failed.
However if I schedule the offending 32bit package on its own from SQL Agent
it runs just fine.
Now to make matters more interesting if I change the proxy account to be in
the local admininstrators group on the server everything works. THis is the
bit I really dont understand, I cant see what extra rights it should need
running from sql agent as opposed to running from a command line.
Any idess appreciated,
Thanks, Mike.
- References:
- Prev by Date: RE: error executing package with command line dtsrun.exe
- Next by Date: RE: Pattern Matching SSIS Variables
- Previous by thread: RE: 64bit SSIS package calling 32bit SSIS package
- Next by thread: Pattern Matching SSIS Variables
- Index(es):
Relevant Pages
|