hi all,
I am using SSIS package to transfer data from 4 tables of one Server to another server(Using SQLConnection).
All works fine while runinng in Debug mode.
But while running the application(Which calls SSIS and creates Pacakage),it is creating only one package instead of creating 4 and resulting in error.
"Exception from Hresult:0xc0202009"
Please help me to solve this issue.
Thanks in advance,
Sangeet