You can configure the following properties of the Profile Migration Manager:

The default properties file for the ProfileMigrationManager component is shown below.

# @version $Id: //product/DPS/main/templates/DPS/InternalUsers/
config/atg/userprofiling/ProfileMigrationManager.properties#2
$$Change: 416942 $
$class=atg.repository.migration.RepositoryMigrationManager

sourceRepository=/atg/userprofiling/ProfileAdapterRepository
destinationRepository=/atg/userprofiling/InternalProfileRepository
transactionManager=/atg/dynamo/transaction/TransactionManager

itemDescriptorMapping=\
  user=user,\
  contactInfo=contactInfo,\
  role=role,\
  organizationalRole=organizationalRole,\
  organization=organization,\
  genericFolder=genericFolder,\
  roleFolder=roleFolder
candidateItemQueryMap=\
  user=ALL,\
  contactInfo=ALL,\
  role=ALL,\
  organizationalRole=ALL,\
  organization=ALL,\
  genericFolder=ALL,\
  roleFolder=ALL
# use double comma (',,') as delimiter for properties
excludedProperties=\
  user=userType,,scenarioValues,\
  role=version,\
  organizationalRole=version
# use double comma (',,') as delimiter for references
includedItemReferences=\
  user=homeAddress,,parentOrganization,,roles,,ancestors,\
  organizationalRole=relativeTo,\
  organization=parentOrganization,,childOrganizations,,
    ancestorOrganizations,,members,\
  genericFolder=parent,,childFolders,\
  roleFolder=childItems,,childFolders,,parent
overwriteDestinationRepository=false

Copyright © 1997, 2015 Oracle and/or its affiliates. All rights reserved. Legal Notices