how to pass back the error message into FIM Portal

Hi all

I have a scenario,where i will fetch all the attribute value for particular user from FIM portal in custom activity,

I created Code Activity,ReadResourceActivity,code activtiy and able to read the values,after reading all these values i have to check for uniqueness for accountName against Active Directory and if it is not unique it  has to display an error message in FIM portal asking to change some other accountName. 

how to acheive this.

with all your support i am looking forward to proceed further

Thanks in Advance

Hira.

 

November 3rd, 2010 10:52am

I'd think you'd want an Authorization activity which can fail the update (e.g. access denied) if you find a duplicate. There's no mechanism that I'm aware of to return some sort of error/dialog.
Free Windows Admin Tool Kit Click here and download it now
November 3rd, 2010 3:37pm

You can try throwing exception with custom message. This will show the custom error in the FIM Portal UI.

new Exception("custom error");

May 23rd, 2015 1:40am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics