This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Synchronization Service and manually mapping objects

Hello,

In looking through the Synchronization Service (aka QuickConnect) SDK, I see that there is a ManualMappingOperation class. Has anyone ever tried manually mapping an object via the SDK interfaces? Thus far I've not had any luck sorting through the object model to figure it out.

Thanks,
Shawn.

Parents
  • Amendment to my previous statement.

    It's true that Start-QCObjectMap will map a single object, however it will only map an object that has been previously cached by the product. I.e., if a create a brand new user, Get-QCObject will fail to retrieve the new user since that new user has never been encountered by the mapping process before.

    If you haven't already guessed, I was trying to find a way to get around the slow process of performing a complete mapping. I was trying to find a process that I could initiate that would be called during account provisioning that would immediately and in real-time map that object for the purposes of password synchronisation. Running a full mapping is impractically slow for this purpose.

    The SDK once again appears to offer something in the QcConnection.Import method - but again, the lack of example makes this difficult to understand and use.

Reply
  • Amendment to my previous statement.

    It's true that Start-QCObjectMap will map a single object, however it will only map an object that has been previously cached by the product. I.e., if a create a brand new user, Get-QCObject will fail to retrieve the new user since that new user has never been encountered by the mapping process before.

    If you haven't already guessed, I was trying to find a way to get around the slow process of performing a complete mapping. I was trying to find a process that I could initiate that would be called during account provisioning that would immediately and in real-time map that object for the purposes of password synchronisation. Running a full mapping is impractically slow for this purpose.

    The SDK once again appears to offer something in the QcConnection.Import method - but again, the lack of example makes this difficult to understand and use.

Children
No Data