Click here to Skip to main content
15,903,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x8007007E.
An OLE DB record is available.  Source: "Microsoft OLE DB Service Components"  Hresult: 0x8007007E  Description: "The specified module could not be found.".
SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "Obcfin" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
component "OLE DB Destination" (280) failed validation and returned error code 0xC020801C.
One or more component failed validation.
There were errors during task validation.


I got a Error When Call a SSIS Package through C# Using IIS
But When Execute Pakage On Server then it works succesfully.

I m Already made DelayValidate Property =True In Package But get The Same .

This Package Used To insert data into Oracle from Sql server 2008 R2

Can any one Help ?

Thanks
Posted
Updated 8-Feb-14 0:35am
v3

1 solution

 
Share this answer
 
Comments
Naim_86 17-Feb-14 5:17am    
Thanks for giving me feed back

But let me clarify my question
I have a SSIS package which hosted on four different server , and these packages are call through a WCF service with a virtual server Using Vb.net , all server have Same configuration of 64 bit , but when i call only 1 server respond successful and others are through same error as i m posted .

So Please Help me
Naim_86 20-Feb-14 2:15am    
Can Any one tell me what IIS Setting requires to Call SSIS Package through C# web Application ?

Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900