Category: tips


Webshphere profile can’t be deleted

cmd: manageprofiles -validateAndUpdateRegistry
response: [PROFILENAME]

Verify with:

cmd: manageprofiles -deleteAll or manageprofiles -delete -profileName
response: INSTCONFSUCCESS: All profiles are deleted

How to remove a Websphere profile manually

In a command shell:

Go to your Websphere install.
Go to the bin directory.
wasprofile -unaugment -profileName <profile_name>
wasprofile -delete -profileName <profile_name>