asp.net - SSIS package using excel source failing on IIS server -


i have simple ssis package has excel source dumping data in sql table. works fine in bids when run manually. works when called asp.net application on local.

when same asp.net application deployed on iis server giving me following error:

the acquireconnection method call connection manager "10.xxx.xx.xxx.<db>.<user>" failed error code 0xc0202009 

note: run64bitruntime set false suggested in many posts similar issue.

what issue?

error log sql job running package:

ssis error code dts_e_oledb_noprovider_error.  requested ole db provider microsoft.ace.oledb.12.0 not registered. error code: 0x00000000.  ole db record available.  source: "microsoft ole db service components"  hresult: 0x80040154  description: "class not registered".  end error  error: 2015-06-02 14:26:22.79     code: 0xc020801c     source: data flow task excel source [1]     description: ssis error code dts_e_cannotacquireconnectionfromconnectionmanager.  acquireconnection method call connection manager "excel connection manager" failed error code 0xc0209302.  there may error messages posted before more information on why acquireconnection method call failed.  end error  error: 2015-06-02 14:26:22.79     code: 0xc0047017     source: data flow task ssis.pipeline     description: component "excel source" (1) failed validation , returned error code 0xc020801c.  end error  error: 2015-06-02 14:26:22.79     code: 0xc004700c     source: data flow task ssis.pipeline     description: 1 or more component failed validation.  end error  error: 2015-06-02 14:26:22.79     code: 0xc0024107     source: data flow task      description: there errors during task validation.  end error  dtexec: package execution returned dtser_failure (1).  started:  2:26:21 pm  finished: 2:26:22 pm  elapsed:  1.031 seconds.  package execution failed.  step failed.,00:00:01,0,0,,,,0 

typically when package runs in bids , in integration services, fails job or when called external application, permissions issue associated ssis proxy. default logon being applied in asp.net application should set in credential , credential should applied in proxy permission apply ssis subsystem.

apply steps outlined in following link:

http://www.mssqltips.com/sqlservertip/2163/running-a-ssis-package-from-sql-server-agent-using-a-proxy-account/


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -