Skip to main content
Version: Early Access

Enable as-poller Service

You can enable as-poller service from Agility Connect user interface or command prompt. To enable as-poller from user interface perform the following actions.

  1. InAgility Connect navigate to Settings > Poller > Click Enabled.
  2. Login to Mongo DB > type "use agilitysync" > db.config.find() > Confirm that poller shows Enabled = true

To enable as-poller service from Agility Connect from command prompt, run the following commands:

  1. Log on to Agility Connect terminal.
  2. stop services: as-stop-services
  3. as-enable-service as-poller
  4. start services: as-start-services