Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Converted from version 'Adeptia_Connect_Help_v3.3'.


Expand
titleUnable to view System Console page information

It may be due to Adeptia Suite is unable to connect with your back end database, check the back end database connection. If the issue still persist, contact your system admin.


Expand
titleHow to enable clustering?
  1. On the Administer tab, go to Setup > Application Settings > Update System Properties.
  2. Expand Load Management.
  3. Set the value to Yes of the abpm.cluster.enable property.
  4. Click Save.

For more information, refer to Enabling Clustering.


Expand
titleHow to start and resume scheduler?
  1. On the Administer tab, go to Maintenance > Scheduler.
  2. Click Resume Scheduler or Start Scheduler. These options appears, if and only if, the scheduler is paused or stopped.

For more information, refer to Managing Scheduler.


Expand
titleHow to handle misfired events?
  1. Go to the …/AdeptiaServer/ServerKernel/etc folder.
  2. Open quartz.properties file in Notepad.

  3. Adjust the value of the parameters - threadCount and misfireThreshold. For example:
    org.quartz.jobStore.misfireThreshold = 60000, where 60000 is the default value.
    org.quartz.threadPool.threadCount = 50

For more information, refer to handle large number of events.