Hi,
I am in the process of porting a ECMA 1.0 MA to ECMA 2.2.
The existing implementation needs to lookup certain values of the object that is being exported, the attributes however do not necessarily change. For example the CSentry has a ID value in connector space that is needed in certain update operations in the target system and that ID value is not the DN. With ECMA 1.0 the ExportEntry method can easily access all attributes of the CSEntry object as this object contains all relevant entries. With ECMA 2.0 that is not the case, the CSentryChange object contains only the changed attributes of the connector.
How is one supposed to access attributes of CSEntry objects during export if these do not change in the same operation?
Best regards
Steffen