Enabling Parallel Asset Initialization

About this task

To enable parallel asset initialization for a IBM webMethods adapter connections and notifications, you must configure the property as given below:

Procedure

  1. Start Integration Server Administrator.
  2. Navigate to Settings > Extended.
  3. In the Settings > Extended screen, select Edit Extended Settings.
    • Set the property to true, to enable the parallel asset initialization. For example:
      watt.adapter.JDBC.assets.parallelInitialization=true
    • Set the property to false, to disable the parallel asset initialization. For example:
      watt.adapter.JDBC.assets.parallelInitialization=false
  4. Select Save Changes.

    For more information about working with extended configuration settings, see the IBM webMethods Integration Server Administrator’s Guide of your release.

    The property appears in the Extended Settings list.
  5. Restart Integration Server.