Running DTLoggedExec in 64bits environment using 32bits ssis engine
description
Hi,
have a develoment environment that uses 32bits ssis, but in uat and production the environment is 64bits, the problem is that ssis packages must be compiled in order to run in 64bits ssis, how could I use the DTLoggedExec 32bits in a 64bits environment? is just compile to 32bits and deploy it in the 64bits box? I tried and didn't worked.