Some times clients need to create a new clean UIM database for their existing primary hub and ump to work with. This KB article provides a method to accomplish this.
Our SQL server back end crashed and we do not have a good backup.
How do we create a new clean UIM database for our existing primary hub and UMP/OC?
METHOD 1
This should then be pointing to the new database and work as a clean install
METHOD 2
1) Delete the existing / bad database
2) create a new database
2) run the following scripts in the order provided from the following location Nimsoft\nis\sql\<DBTYPE>:
Schema/db create scripts - run order:
<db>_nis_base_create.sql
<db>_slm_create.sql
<db>_dataengine_create.sql
<db>_nis_installer_create.sql
<db>_nis_account_create.sql
<db>_discovery_server_create.sql
<db>_nis_server_create.sql
<db>_ace_create.sql
<db>_webservice_create.sql
NOTES: