[Fix Pack 7 or later]


IdMgrDBSetup command group for the AdminTask object

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.

deleteIdMgrPropertyExtensionEntityData

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

-name
Use this parameter to specify the name of the property for which you want to delete data.

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

  • your_ext is the namespace prefix
  • contact_number is the property name

(String, required)

Important: You must specify the same namespace prefix that you used to extend the property. You can use the listIdMgrPropertyExtensions command, which is part of the IdMgrDataModel command group, to retrieve this value.

Optional parameters

-entityTypeNames
Use this parameter to specify the name of one or more existing entity types for which the property data is to be deleted. Use the semicolon (;) as the delimiter to specify multiple entity types.

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

  • your_ext is the namespace prefix.
  • person_account is the entity type name.

(String, optional)

Important: You must specify the same namespace prefix that you used to extend the property. You can use the listIdMgrPropertyExtensions command, which is part of the IdMgrDataModel command group, to retrieve this value.
-dbAdminId
Use this parameter to specify the login identity of the database administrator when you run this command in the local mode.

(String, optional)

-dbAdminPassword
Use this parameter to specify the password of the database administrator when you run this command in the local mode.

(String, optional)

Examples

Batch mode example usage:

Interactive mode example usage:




Related tasks
Using the wsadmin scripting AdminTask object for scripted administration
Related reference
Commands for the AdminTask object using wsadmin scripting
IdMgrDataModel command group for the AdminTask object
Reference topic    

Terms of Use | Feedback

Last updated: Oct 21, 2010 7:37:48 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=v701sca&product=was-nd-mp&topic=rxml_atidmgrDBSetup
File name: rxml_atidmgrDBSetup.html