Hi,
I'm using MDS 2012 SP1 CU2 on a SQL Server 2008 R2 database.
I've configured MDS to send notifications to a particular group for a single entity to start with.
It is currently working, notifications are sent, when I run the validation from the MDS web interface. However notifications are not being sent when I run the stored proc MDM.udpValidateModel from my SSIS ETL. The validation is happening; my business rules are running. I can tell because I'm generating Codes, defaulting attributes ETC. But there appears to be no attempt to send notification emails.
This is my stored proc call:
EXECUTE MDM.udpValidateModel ?,?,?,1; /**paramters: userID,ModelID,VersionID**/
Everything I've read suggests that this should work if notifications are configured.
I know there are invalid members and it is working when validated from the MDS UI but that doesn't help when this is supposed to be an automated process.
Is there something I'm possibly missing to trigger notifications from my ETL?
Thanks,
Sam