Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am getting the following error when trying to execute the SSIS package from a C# code, here is the exception:

Additional information: Transition into COM context 0x825ff0 for this RuntimeCallableWrapper failed with the following error: The object invoked has disconnected from its clients. (Exception from HRESULT: 0x80010108 (RPC_E_DISCONNECTED)). This is typically because the COM context 0x825ff0 where this RuntimeCallableWrapper was created has been disconnected or it is busy doing something else. Releasing the interfaces from the current COM context (COM context 0x825dc8). This may cause corruption or data loss. To avoid this problem, please ensure that all COM contexts/apartments/threads stay alive and are available for context transition, until the application is completely done with the RuntimeCallableWrappers that represents COM components that live inside them.

What I have tried:

Searching online and trying with different options.
Posted
Comments
Richard MacCutchan 12-Oct-16 15:25pm    
You need to look at that error message and ensure your code is following the guide and doing everything correctly.
[no name] 12-Oct-16 18:48pm    
Hi,

Is there any way to extend the Execution time of the Package or Set Connection Time out Property high by using C# code?
Richard MacCutchan 13-Oct-16 2:56am    
No idea; maybe the documentation gives some clues.

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