My Oracle Support Banner

Getting 'Type [DELETE_USERNAME] is not supported' or 'Component [Spaces] is not supported' When Running synchronizeUserInformation to Delete Users In Spaces (Doc ID 1584183.1)

Last updated on AUGUST 19, 2019

Applies to:

Oracle WebCenter Portal - Version 11.1.1.6.6 to 11.1.1.6.6 [Release 11g]
Information in this document applies to any platform.

Symptoms

Trying to run:

wls:/weblogic/serverConfig>
synchronizeUserInformation(appName='webcenter',operationType='DELETE_USERNAME',fileName='/home/mydir/delete.properties', component='Spaces',
dbVendor='Oracle', dbHostNPort=<HOST>:<PORT>,dbName=<DB_NAME>,
dbSchemaName=<WCP_SCHEMA>, verbose=1)

is giving the following message:

Type [DELETE_USERNAME] is not supported.Please specify proper operationType. Refer help for more details


Changing the operationType from 'DELETE_USERNAME to 'DELETE_USER' as follows

wls:/weblogic/serverConfig> synchronizeUserInformation(appName='webcenter',operationType='DELETE_USER',fileName='/home/mydir/delete.properties', component='Spaces', dbVendor='Oracle', dbHostNPort=<HOST>:<PORT>,dbName=<DB_NAME>, dbSchemaName=<WCP_SCHEMA>, verbose=1)

is giving the following message: 

Component [Spaces] is not supported. Please specify proper operationType. Refer help for more details

 


 
 
 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.