If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

If you want to change an Application Server's configuration after installation, you need to modify the AptifyAsyncProcessor.exe.config file. This file is located in the Aptify program files directly on the Application Server.
Follow these steps to modify the configuration file:

  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. 
       
  4. Save and close AptifyAsyncProcessor.exe.config.
  5. Click Start > Control Panel > Administrative Tools > Services.
  6. Right-click the Aptify Asynchronous Processor service.
  7. 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.
  • No labels