Deleted Profile shows in profile management tool of IBM Websphere

user3587174 picture user3587174 · Jun 19, 2014 · Viewed 17.2k times · Source

I deleted the profile in C:\Program Files (x86)\IBM\WebSphere\AppServer\profiles and it still shows up in Profile management tool, how to delete the profile in profile management tool?

Answer

Isaac picture Isaac · Jun 19, 2014

Deleting a profile's directory is not enough; WebSphere holds additional information about profiles in its own internal directories.

The correct way to delete a profile is to use WebSphere's manageprofiles utility, located in WAS_HOME/bin (in your case: C:\Program Files (x86)\IBM\WebSphere\AppServer\bin). For example, if your profile's name is MyProfile:

manageprofiles -delete -profileName MyProfile