Upon running the upgrade to AAI 6.2.0-1 the installation asks for the tablespace names. We made the mistake of not renaming those to JAWSDATA and JAWSINDICES (as they exist in our database) and left the pre-populated AAIDATA and AAIINDICES.
When running the .sql script that is generated post upgrade it fails stating that "tablespace 'AAIDATA' does not exist"
Release : 6.2.0-1
Component : AUTOMIC AUTOMATION INTELLIGENCE INTEGRATION FOR BMC
Edit the upgrade .sql script in the /<Install Dir>/ scripts directory.
Search for instances of the tablespace name, AAIDATA and indices, AAIINDICES, and replace them with the tablespace name and indices name for your database.
Attempt to run the sql script again, if it fails, manually run each line of the script through SQL developer and ensure to commit the transactions.
Once all lines of the script have been run, start up the AAI service.