Forums

Covering OroCommerce, OroCRM, OroPlatform topics, including community updates and company announcements.

Forums Forums Oro Community Jobs list empty after succesfull adding cronjobs for magento integration?

This topic contains 3 replies, has 3 voices, and was last updated by  msulima 6 years, 5 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #24585

    Burley
    Participant

    Thanking the developers in making this great piece of software that integrates with Magento firstly. Its really needed. Im trying to integrate magento 1.9 with Orocrm on my local windows 8.1 com.

    After installing the Orocrm 2.2.2.0 windows installers from bitnami on my com I added the following cronjobs;
    schtasks /create /sc hourly /st 00:15 /tn mauticCronJob01 /tr “C:/Bitnami/orocrm-2.2.2-0/php/bin/php C:/Bitnami/orocrm-2.2.2-0/apps/mautic/htdocs/app/console mautic:segments:update –env=prod” /ru “System”
    schtasks /create /sc hourly /st 00:20 /tn mauticCronJob02 /tr “C:/Bitnami/orocrm-2.2.2-0/php/bin/php C:/Bitnami/orocrm-2.2.2-0/apps/mautic/htdocs/app/console mautic:campaigns:update –env=prod” /ru “System”
    schtasks /create /sc hourly /st 00:25 /tn mauticCronJob03 /tr “C:/Bitnami/orocrm-2.2.2-0/php/bin/php C:/Bitnami/orocrm-2.2.2-0/apps/mautic/htdocs/app/console mautic:campaigns:trigger –env=prod” /ru “System”
    schtasks /create /sc hourly /st 00:35 /tn mauticCronJob04 /tr “C:/Bitnami/orocrm-2.2.2-0/php/bin/php C:/Bitnami/orocrm-2.2.2-0/apps/mautic/htdocs/app/console mautic:emails:send –env=prod” /ru “System”
    schtasks /create /sc hourly /st 00:45 /tn mauticCronJob05 /tr “C:/Bitnami/orocrm-2.2.2-0/php/bin/php C:/Bitnami/orocrm-2.2.2-0/apps/mautic/htdocs/app/console mautic:webhooks:process –env=prod” /ru “System”

    They do show correctly in scheduled tasks, but the job lists shows empty, what could be the culprit if someone can point my in the right direction…

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The forum ‘Oro Community’ is closed to new topics and replies.

Back to top