Disable as-poller Service
If you are not using tasks, disable the as-poller service. You can disable as-poller
service from Agility Connect user interface or command prompt. To disable as-poller
from user interface perform the following actions.
- InAgility Connect navigate to Settings > Poller > Clear Enabled.
- Login to Mongo DB
> type "use agilitysync" > db.config.find() > Confirm that poller shows Enabled = false
To enable as-poller
service from Agility Connect from command prompt, run the following commands:
- Log on to Agility Connect terminal.
stop services: as-stop-services
as-disable-service as-poller
start services: as-start-services