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.
- InAgility Connect navigate to Settings > Poller > Click Enabled.
- 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:
- Log on to Agility Connect terminal.
stop services: as-stop-services
as-enable-service as-poller
start services: as-start-services