H3C Technologies H3C Intelligent Management Center User Manual

Page 102

Advertising
background image

95

During the component deployment process, an error message “Deployment is stopped with error. For
details, see the log.” appears, and “Execute database script error!” is displayed in the system log. Then
check the specified log file according to the prompt information, and only the error information that the
object dbo.qv.id already exists is displayed. How do I solve the problem?

Log in to the Query Analyzer of SQL Server as an sa user and execute the following commands:

use model

EXEC sp_droptype 'qv_id'

Deploy the component again.

When installing IMC on a PC running Windows Server 2008 R2, the system indicates the Windows
Installer cannot be installed, as shown in the following figure. How do I solve this problem?

On the Windows Installer dialog box, click Browse. On the dialog box for selecting a file, search any

folder whose name contains digits and letters abcdef in the root directory, select file vc_red.msi in the

folder, and click OK. Then, you can continue the installation.

Figure 75 Windows Installer

In Linux, how can I solve the problem that the JavaService is closed when Xwindows is closed?

Use service IMCdmsd start to start the JavaService.

On Windows, IMC service processes cannot be started or stopped after IMC runs for a certain period of
time. How to solve the problem?

This problem is caused by insufficient virtual memory. Set the virtual memory to the system managed size

on the server.
Follow these steps to set the virtual memory to the system managed size:

1.

On the server, open the Control Panel window, and click the System icon. The System Properties
dialog box appears.

Advertising