I've been using IMC on a trial before I decide to buy it, and the last thing I want to test out is the Intelligent Configuration Center.
It fails to deploy, and I get the following in the dmalog:
2018-06-01 09:36:02 [ERROR] [Thread-19] [com.h3c.imc.deploy.dma.wizard.DeployingPanelDescriptor$c::run(347)] Task execute failed
Prior to that, there is the error:
2018-06-01 09:36:02 [ERROR] [SwingWorker-pool-4-thread-9] [com.h3c.imc.deploy.tasks.ExecuteSqlTask$a::a(431)]
com.microsoft.sqlserver.jdbc.SQLServerException: The INSERT statement conflicted with the FOREIGN KEY constraint "fk_tbl_trap_reference". The conflict occurred in database "monitor_db", table "imc_monitor.tbl_trap_conf", column 'fault_oid'.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:216)
at com.microsoft.sqlserver.jdbc.TDSTokenHandler.onEOF(tdsparser.java:254)
at com.microsoft.sqlserver.jdbc.TDSParser.parse(tdsparser.java:84)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1510)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:792)
at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:689)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:5696)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1715)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:180)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:155)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(SQLServerStatement.java:662)
at com.h3c.imc.deploy.tasks.ExecuteSqlTask$a.a(ExecuteSqlTask.java:410)
at com.h3c.imc.deploy.tasks.ExecuteSqlTask$a.doInBackground(ExecuteSqlTask.java:378)
at com.h3c.imc.deploy.tasks.f.call(SwingWorker.java:294)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at com.h3c.imc.deploy.tasks.SwingWorker.run(SwingWorker.java:333)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
After getting this message, I've tried to install all of the other componants, and they have all installed without issue.
Can anyone help?
James