Can I have two provisioning dlls

Hi 

I have a weird requirement.ILM 2007 has few MAs configured and running fine.The problem here is I dont have the source code.Now I have to develop new interface to provision records to a new AD system from csv files.

Two solutions that I have are

1)Decrypt the existing dll and write fresh code completely.

2)write vbscript to create/update records in AD by not touching ILM at all.

Will I able to configure two provisioning DLLs?Any other solutions would be highly appreciated .

Thanks in advance

Srinivas

January 31st, 2014 6:39am

You can decrypt your existing dll by JetBrains dotPeek 1.0

After that you can make your new provisioning dll

Free Windows Admin Tool Kit Click here and download it now
January 31st, 2014 2:56pm

This came to mind https://metaverserouter.codeplex.com/ although I haven't had a change to try it myself.
  • Proposed as answer by UNIFYBobMVP Saturday, February 01, 2014 2:45 AM
January 31st, 2014 3:36pm

This came to mind https://metaverserouter.codeplex.com/ although I haven't had a change to try it myself.
  • Proposed as answer by UNIFYBobMVP Saturday, February 01, 2014 2:45 AM
Free Windows Admin Tool Kit Click here and download it now
January 31st, 2014 3:36pm

This came to mind https://metaverserouter.codeplex.com/ although I haven't had a change to try it myself.
  • Proposed as answer by UNIFYBobMVP Saturday, February 01, 2014 2:45 AM
January 31st, 2014 3:36pm

This came to mind https://metaverserouter.codeplex.com/ although I haven't had a change to try it myself.
  • Proposed as answer by UNIFYBobMVP Saturday, February 01, 2014 2:45 AM
Free Windows Admin Tool Kit Click here and download it now
January 31st, 2014 3:36pm

It is not that weird - been there, done that.  Get dotPeek or any other tool and just learn the code inside and write your own version of it 
January 31st, 2014 3:55pm

I can recommend that one(https://metaverserouter.codeplex.com/ ), I've used/modified it for multiple occasions. Works great, after you have deployed it you can just use an XML configuration file. If you need to add an extra MA you only have to include a new XML node in the XML configuration file instead of writing extra code and recompile your MVExtension.
Free Windows Admin Tool Kit Click here and download it now
January 31st, 2014 5:18pm

Yes, I would also recommend the https://metaverserouter.codeplex.com/ approach - have used this in a few previous projects.
February 2nd, 2014 7:14pm

Thanks all for your respnoses.Could not check this for few days.Sorry for the delayed response.Will try and come back to you guys.
Free Windows Admin Tool Kit Click here and download it now
February 6th, 2014 12:19am

It is common to use technique like used in metaverserouter to have separate provisionning code for separate synchronization scenarios working on same server.

The thing is getting more complicated if you have to add some custom attribute flows or join criteria to existing management agent extensions ... (in such case I would go for decompilation :-) )

February 6th, 2014 5:53am

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

Other recent topics Other recent topics