Importing criteria based group from file/sql table

Experts,
I have following data in file as well as in SQL table.

#Deptname,deptnumber

I want to create group in FIM Portal with name DEPT_deptname and criteria 'user's having such deptnumber'.

Not able to find anyway.

Please suggest.

Thanks,
Mann
April 20th, 2014 1:42pm

Hi,

Speaking off top of my head, I'd do the following:

  • Establish attribute flow for group object with FIM MA,
  • Do not forget to add Filter Attribute on FIM MA, add filter attribute in FIM Sycnhronization engine on group object
  • I think you can go and try with Inbound Synchronization Rule for SQL MA, for filter attribute, create custom expression:
  • "<Filter xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Dialect="http://schemas.microsoft.com/2006/11/XPathFilterDialect" xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration">/Person[DeptNumber='" + deptNumber + "']</Filter>"

Again, this hasn't been tested at all (for instance, you'll have to escape quotation marks, used inside filter), but I think this approach should work for you..

Regards, P

Free Windows Admin Tool Kit Click here and download it now
April 21st, 2014 6:28am

Thanks Poulson!

As I understand, filter attribute in FIM Service is storing the criteria that we create in FIM Portal.

So I will create an inbound rule and will flow the value mentioned by you in 'filter'.

Let me try.

-Mann

April 21st, 2014 11:45am

Thanks Poulson!

As I understand, filter attribute in FIM Service is storing the criteria that we create in FIM Portal.

So I will create an inbound rule and will flow the value mentioned by you in 'filter'.

Let me try.

-Mann

  • Marked as answer by Mann.Cool 18 hours 43 minutes ago
Free Windows Admin Tool Kit Click here and download it now
April 21st, 2014 6:43pm

Thanks Poulson!

As I understand, filter attribute in FIM Service is storing the criteria that we create in FIM Portal.

So I will create an inbound rule and will flow the value mentioned by you in 'filter'.

Let me try.

-Mann

  • Marked as answer by Mann.Cool Tuesday, April 22, 2014 4:14 PM
April 21st, 2014 6:43pm

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

Other recent topics Other recent topics