You can use the Jython or Jacl scripting language to manage the federated repository schema using the wsadmin tool. Use the deleteIdMgrPropertyExtensionEntityData command and its parameters in the IdMgrDBSetup group to manage the property extension repository. The command is available in both connected and local mode using the –conntype NONE option.
Use the deleteIdMgrPropertyExtensionEntityData command to delete property data from the property extension repository. The command also releases the space that is held by the property data in the property extension repository.
Target Object
None.Required parameters
You can use a valid namespace prefix to refer to the property in a specific namespace. The default namespace prefix is wim. Use a colon (:) as the delimiter to specify the namespace prefix. For example, you can use your_ext:contact_number
(String, required)
Optional parameters
You can use a valid namespace prefix to refer to the entity type names in a specific namespace. The default namespace prefix used is wim. Use colon (:) to specify the namespace prefix. For example, you can use your_ext:person_account
(String, optional)
(String, optional)
(String, optional)
Examples
Batch mode example usage:
$AdminTask deleteIdMgrPropertyExtensionEntityData {-name property_name_1}
AdminTask.deleteIdMgrPropertyExtensionEntityData ('[-name property_name_1]')
AdminTask.deleteIdMgrPropertyExtensionEntityData (['-name', 'property_name_1'])
Interactive mode example usage:
$AdminTask deleteIdMgrPropertyExtensionEntityData {-interactive}
AdminTask.deleteIdMgrPropertyExtensionEntityData ('[-interactive]')
AdminTask.deleteIdMgrPropertyExtensionEntityData (['-interactive'])