Unable to connect to the Repository after performing an uninstall/reinstall of the Server. (NETIQKB23671)

  • 7723671
  • 02-Feb-2007
  • 04-Sep-2007

Resolution

fact
NetIQ Group Policy Administrator 3.0

fact
NetIQ Group Policy Administrator 4.0

fact
NetIQ Group Policy Administrator 4.5

symptom
Unable to connect to the Repository after performing an uninstall/reinstall of the Server.

symptom
The Repository is not available even though it gives the message that it installed successfully.

cause
The cause of this issue is that the Repository database files are not deleted after performing an uninstall of the Repository. 

fix

When performing an uninstall of the Repository, the Repository database files are not deleted.  This is by design and allows a recovery of the Repository information. However, when trying to reinstall the repository, the installation will detect that the GPO_REPOSITORY files are available and the installation will not complete successfully. 

To resolve this issue, the GPO_REPOSITORY database must be first manually deleted, and then the Repository can be successfully reinstalled. 

To resolve this issue, perform the following.

  1. Start the Setup.exe on the Repository Server machine and select Begin Setup.
  2. Select Server and Next.
  3. Select Remove and Next.
  4. Click Finish.
  5. Launch the SQL tool Enterprise Manager.
  6. Navigate to the Database container and right-click the GPO_REPOSITORY database and select Delete.
  7. Select Yes on the confirmation "Are you sure you want to delete database 'GPO_REPOSITORY".
  8. Perform a reinstall of the Repository.

The GPO_REPOSITORY database can also be deleted by:

  1. Stop the MSSQLSERVER service on the Repository server machine.
  2. Manually delete GPO_REPOSITORY.mdf and GPO_REPOSITORY_log.LDF files from C:\Program Files\Microsoft SQL Server\MSSQL\Data.
  3. Start the MSSQLSERVER service.


note

To troubleshoot this issue. 

  1. View the log file in  C:\Program Files\NetIQ\Group Policy Administrator\Server .   It will contain an error that the install could not take place because the files GPO_REPOSITORY.mdf and GPO_REPOSITORY_log.LDF already exist.


Additional Information

Formerly known as NETIQKB23671