Tuesday, March 27, 2012

creation of IDTSOutput90 and associated objects at run-time

is there a way to both create and then update IDTSOutput90 instances and associated objects at run-time from metadata?
i can create an IDTSOutput90 instance successfully at runtime via either IDTSOutputCollection90.New() or CManagedComponentWrapper.InsertOutput(), but the IDTSOutput90 instance returned will not allow me to set any properties (i.e., HRESULT == 0xC004801D)

allen
You can not change the package at runtime only at design time. That even the ouptut can be created at runtime is a bug that you should file.

Thanks,
Matt

No comments:

Post a Comment