Recovering from profile creation or augmentation failure
The Profile Management Tool can experience failures when creating new or when augmenting existing profiles. The same can occur using the manageprofiles command-line utility. If such a failure occurs, first check the log files as described in this topic, then follow the recovery instructions described, depending on the situation.
Log files
All manageprofiles
log files are in install_root/logs/manageprofiles.
Look at the following log files in the order given. Each log file
must contain the entry
INSTCONFSUCCESS.If a file does not include this entry, a failure was detected. Look at the log files to determine why a failure was encountered and to determine a remedy.
Recovery for creation failure
After you determine why profile creation failed and have
addressed the cause of the failure, you can try to create the profile
again.
Note: When you create a profile, it first creates a WebSphere® Application
Server profile
and then augments it with IBM® Business
Automation Workflow profile
templates to create the IBM Business
Automation Workflow profile.
Even if you encountered a profile creation failure, a profile can
exist that does not have all the needed augmentations.
To determine if the profile exists, run the install_root/bin/manageprofiles -listProfiles command. If the profile name you used for creation does not exist, you can recreate the profile. If the profile name you used for creation exists, then the profile was created and you have encountered an augmentation failure. For tips on recovering from an augmentation failure, see Recovery for augmentation failure.
Recovery for augmentation failure
For recovery from a profile augmentation failure, follow these steps:
- If any of the profile creation was successful and if the create succeeded by a subsequent
augmentation failed then you have to delete the profile using the
manageprofilescommand: manageprofiles -delete -profileName
- You must remove the profile directory manually since the deletion will leave file remnants behind.
- You must remove and recreate the database if the profile creation went far enough to start working with the database. However if it failed during WAS profile creation it is not necessary to remove and recreate the database.

