Forums

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

Forums Forums Oro Community Magento Order sync problem

This topic contains 3 replies, has 3 voices, and was last updated by  Burley 6 years, 8 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
  • #24569

    darshan.tecstub
    Participant

    Hello,

    I have make the Channels in fresh magento 1.7 to fresh OroCrm in my local(linux).

    I have get all Magento Customers in orocrm but did’t get Magento order.

    I have try “php app/console oro:cron:integration:sync –integration-id=1 -v
    ” command and check the logs it give me response all the time.

    [86.00 MiB/86.00 MiB] Loading Customer info by id: 6
    [86.00 MiB/86.00 MiB] Loading Customer info by id: 7
    [86.00 MiB/86.00 MiB] Loading Customer by id: 7
    [86.00 MiB/86.00 MiB] Looking for batch

    Once i removed my Magento Customer and run above command then it sync order data and display in orocrm.

    Again i try to add new Customer and added order for that Customer. and run above command, it sync new customer but not get the Magento Order why?

    Please replay me ASAP.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #24570

    Mike Kudelya
    Participant

    Hi

    Please add the following command to crontab:

    The command runs command “oro:cron:integration:sync…” and initial magento sync command “oro:magento:initial:sync –integration-id=1” if needed.

    Do not forget run message queue consumer in background.

    #24571

    darshan.tecstub
    Participant

    Hello,

    Thank you for your valuable response.Now it will sync new customer and order magento to orocrm.

    #24572

    Burley
    Participant

    Hi Mike, I have the same problem with Orocrm 2.2.2.0 running on my local windows 8.1 connected with magento 1.9.3.4. The Orocrm bridge is uploaded to magento correctly. The connection is established succesfully. The crons are succesfully added Orocrm that are shown in Scheduled Tasks in orocrm too, but only the job list in orocrm stays empty therefore nothing gets imported from magento, even tried full resync:

    Crons adeded for orocrm:
    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”

    Tried this command in CMD:
    */1 * * * * /usr/local/bin/php /C:/Bitnami/orocrm-2.2.2-0/console –env=prod oro:cron >> /dev/null in CMD gives me error: the system cannot find the path specifid.

    Much appreciated….been busy with it a couple of weeks. Would love to give orocrm a spin with magento integrated.

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

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

Back to top