How to synchronize photo file by Extennsible Connectivity MA
Mark is right. I've actually created an ECMA that does exactly that for a customer, so it should be doable.Regards, Soren Granfeldt http://granfeldt.blogspot.com
December 16th, 2011 11:28am

Mark is right. I've actually created an ECMA that does exactly that for a customer, so it should be doable. You can get my ECMA here if you need it for inspiration. (http://blog.goverco.com/2011/12/loading-picture-to-ad-via-fim.html)
Free Windows Admin Tool Kit Click here and download it now
December 16th, 2011 11:28am

Serik, AVP doesn't support Binary attribute type, but if you could Base64 encode the photo and store it as a String type, you could write a rules extension and decode it and store it as binary in the metaverse. I haven't done it personally, but in theory it should work. FYI - Convert.ToBase64String() and Convert.FromBase64String() can be used. Mark
December 16th, 2011 11:51am

I would use a DSML or LDIF format for this.My Book - Active Directory, 4th Edition My Blog - www.briandesmond.com
Free Windows Admin Tool Kit Click here and download it now
December 16th, 2011 4:04pm

Mark is right. I've actually created an ECMA that does exactly that for a customer, so it should be doable. Regards, Soren Granfeldt http://granfeldt.blogspot.com The ECMA/XMA I use for this doesn't import the photo. Instead what I do is calculate the CRC of each image and export that to the FIM portal along with the UNC path to the image. I have a workflow activity which fires on update to the hash and photo path attributes that goes out and grabs the image, resizes, and compresses it. I store the compression ratio for each image to get it in the 10KB size cap for GAL Photos so that I can average them and tweak the initial compression to make it more efficient over time.My Book - Active Directory, 4th Edition My Blog - www.briandesmond.com
December 16th, 2011 8:11pm

Mark is right. I've actually created an ECMA that does exactly that for a customer, so it should be doable.Regards, Soren Granfeldt http://granfeldt.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
December 17th, 2011 3:48am

Hi, dear people! Please, help me. I wan't to synchronize photo (binary information) from other system. I using custom Extensible Connectivity MA and AVP file format for importing. Does AVP support binary data type attributes? And if not how to implement this scenario? Thank you! King regards, Serik Zhunussov.
December 17th, 2011 4:47am

Let me know if you want the MA (drop me a line at soren(at)granfeldt.dkRegards, Soren Granfeldt http://granfeldt.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
December 19th, 2011 4:34am

I have implemented at one customer the use of SSIS to import "images" (SQL blob or files) and transform them into three different sizes into a new SQL table and the FIM uses a standard SQL MA to import images and then exporting to FIM Service and AD and a few other MAs.
December 19th, 2011 12:26pm

Quick update; new version available that does picture scaling for you - http://blog.goverco.com/2011/12/loading-picture-to-ad-via-fim.htmlRegards, Soren Granfeldt http://granfeldt.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
February 18th, 2012 4:43pm

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

Other recent topics Other recent topics