Ignition_Demo_08_19_2012 Configuration

Hi,
I have installed the Ignition Demo 08_19_2012 onto a debian 6 test server.

I manually created the “demo” and “mes” databases in MySQL, and the database connections are shown as OK.

The Ignition demo and Mobile Project work. The OEE/DT/Schedule Demonstration & Quality Demo do not work.

The Status page (Image Attached) shows an error on the Device and OPC connections.

Any tips on how to resolve this

Thanks

java.lang.Exception: OPC server connection is faulted. Type "Production_ServerType" is not a known server type.
com.inductiveautomation.ignition.gateway.opc.OPCManagerImpl.create(OPCManagerImpl.java:171)
com.inductiveautomation.ignition.gateway.opc.OPCManagerImpl.addAllServers(OPCManagerImpl.java:140)
com.inductiveautomation.ignition.gateway.opc.OPCManagerImpl.startup(OPCManagerImpl.java:91)
com.inductiveautomation.ignition.gateway.SRContext.startupInternal(SRContext.java:975)
com.inductiveautomation.ignition.gateway.redundancy.RedundancyManagerImpl.startup(RedundancyManagerImpl.java:184)
com.inductiveautomation.ignition.gateway.SRContext.asyncInit(SRContext.java:766)
com.inductiveautomation.ignition.gateway.SRContext.access$200(SRContext.java:191)
com.inductiveautomation.ignition.gateway.SRContext$2.run(SRContext.java:557)
com.inductiveautomation.ignition.common.execution.impl.BasicExecutionEngine$ThrowableCatchingRunnable.run(BasicExecutionEngine.java:526)
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
java.util.concurrent.FutureTask.run(FutureTask.java:138)
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:206)
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
java.lang.Thread.run(Thread.java:662)


It looks like the Production OPC server did not get installed with the demo.

You should

  1. delete both demo projects
  2. make sure that the trial mode is reset
  3. re-install the MES installation module and make sure it is running.
  4. go to the MES Modules -> Settings and set the db
  5. install the OEE demo.

If you still get the error please export the logs so we can take a look.

-Pete