Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Locate the AptifyAsyncProcessor.exe.config file on the Application Server.
    • If you installed the Aptify Application Server and Client components in the default directory, you can find the file in the following location: C:\Program Files\Aptify 5.5\AptifyAsyncProcessor.exe.config
       
  2. Open AptifyAsyncProcessor.exe.config with Notepad.
  3. Edit the Application Server's configuration settings. The Application Server configures the following parameters:
    • Record Events: (Aptify.Framework.BusinessLogic.ProcessPipeline.AptifyAsyncProcessor.RecordEvents) If you want to record information associated with Application Servers activities to the computer's Application Event Log, change this value from 0 to 1. The Application Event log is available at Start > Control Panel > Administrative Tools > Event Viewer >

...

    • Application.
    • Process Untargeted Runs: (Aptify.Framework.BusinessLogic.ProcessPipeline.AptifyAsyncProcessor.ProcessUntargettedRuns) When set to 0, the application server will only execute Process Flow Runs that are assigned to it. When set to 1, the application server will execute Process Flow Runs that are unassigned as well as those that are specifically assigned to it. Note that within an organization, at least one Application Server should have the Process Untargeted Runs option enabled.
    • Maximum Worker Threads: (Aptify.Framework.BusinessLogic.ProcessPipeline.AptifyAsyncProcessor.AvailableWorkerThreads) Specify the maximum number of working threads that the Application Server can process simultaneously. Each Process Flow Run corresponds to one thread on the Application Server. An Application Server will only accept a Process Flow Run for processing if it has a thread available.
    • Polling Interval: (Aptify.Framework.BusinessLogic.ProcessPipeline.AptifyAsyncProcessor.ProcessFlowRunsPollingInterval) Specify the Polling Interval in the field provided in milliseconds. Note: The Allow Client to Download Objects parameter is configured within the Aptify.xml file (which can be opened and edited with Notepad). See  "Allow Client to Download Objects" on page 33 for details.

...

    •  
       
  1. Save and close AptifyAsyncProcessor.exe.config.
  2. Click Start > Control Panel > Administrative Tools > Services.
  3. Right-click the Aptify Asynchronous Processor service.
  4. Select Restart from the drop-down menu to restart the service.
    • Changes to the config file do not take effect until the service is restarted.