TransformationEventHandler & ExecuteFileHarvestBatch
Hello,
Our transformationeventhandler rule adds missing UD1 members to an unmapped parent.
The rule works and has been for a few months.
A couple of weeks ago I built a business rule which leverages the utitlity "ExecuteFileHarvestBatch".
I have the relevant settings as True.
Dim valTransform As Boolean = True
Dim valInterest As Boolean = True
Dim loadCube As Boolean = True
Dim processCube As Boolean = True
The batch rule was built so I could schedule the data load.
What I am noticing, is when the scheduled job (which calls a DM job with the rule) runs there are failures because of missing UD1 members.
If I, then run the import/validate/Load and Process steps manually there are no errors and the missing UD1 members get added.
It is as if the TransformationEventHandler is not being executed when the import process runs via the scheduler/dm job/rule.
Any ideas for suggestions of where to look?
