Fellow SSISers,
I have an ssis 2016 package that reads Oracle - migrated it from ssis 2008 r2.
All done with a new vm.
New up-to-date oracle client/drivers, etc etc.
My package uses a db connection manager that has the provider of .net providers\oracleclient data provider.
In my forloop, I build some of the connection string for each connection and pass it to the connection manager.
The package failes because I previously was passing "Connection Timeout" in the connection string. Looks like this parameter is gone.
Once I removed that parameter in the connection string, the package worked flawlessly connecting to all of the oracle hosts.
So, how does one setup Connection Timeout now with the scenario I have given or is this literally no longer supported?
Thanks,
MG