Hi guys,
I'm not able to find any solution to these requirements, in BPC 10 MS.
We would like to:
- stop DM Package execution based on a custom DTSX (depending on some circumstances)
- return messages to DM Package Log.
There are some similar threads, but no one with a valid solution:
How to write custom messages to Data Manager package log from within SSIS?
Change DM package error status
How to stop package execution from SSIS or logic
Did anybody of you found a proper solution?
The only (partial) solution we found is how to stop execution, using a Script with:
Dts.TaskResult = (int)ScriptResults.Failure;
But we are still unable to return messages to DM Package Log (second requirement).
Many thanks in advance
GFV