Magento Business Intelligence service. Retry Synchronization Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Magento 2.2.2: problem with php bin/magento setup:di:compileMagento 2.2 2: bin/magento commands not workingMagento 2: Get productMagento 2 Observer customer_register_successMagento 2 Discount sales_quote_collect_totals_afterMagento2.2.2 USPS 1st Class Package Service - retail not showing on checkoutMagento 2.2.2 Advanced Reporting Not workingMagento 2: How can I do an integration with magento 2 and sap business one?

Is there a kind of relay that only consumes power when switching?

Do wooden building fires get hotter than 600°C?

Is it a good idea to use CNN to classify 1D signal?

Take 2! Is this homebrew Lady of Pain warlock patron balanced?

Why does the remaining Rebel fleet at the end of Rogue One seem dramatically larger than the one in A New Hope?

What do you call the main part of a joke?

Putting class ranking in CV, but against dept guidelines

What initially awakened the Balrog?

ArcGIS Pro Python arcpy.CreatePersonalGDB_management

Is grep documentation about ignoring case wrong, since it doesn't ignore case in filenames?

Do I really need to have a message in a novel to appeal to readers?

SF book about people trapped in a series of worlds they imagine

Crossing US/Canada Border for less than 24 hours

How to tell that you are a giant?

What's the meaning of "fortified infraction restraint"?

How do I find out the mythology and history of my Fortress?

Question about debouncing - delay of state change

If Windows 7 doesn't support WSL, then what does Linux subsystem option mean?

Can anything be seen from the center of the Boötes void? How dark would it be?

How to react to hostile behavior from a senior developer?

How were pictures turned from film to a big picture in a picture frame before digital scanning?

What is this clumpy 20-30cm high yellow-flowered plant?

What does it mean that physics no longer uses mechanical models to describe phenomena?

Amount of permutations on an NxNxN Rubik's Cube



Magento Business Intelligence service. Retry Synchronization



Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Magento 2.2.2: problem with php bin/magento setup:di:compileMagento 2.2 2: bin/magento commands not workingMagento 2: Get productMagento 2 Observer customer_register_successMagento 2 Discount sales_quote_collect_totals_afterMagento2.2.2 USPS 1st Class Package Service - retail not showing on checkoutMagento 2.2.2 Advanced Reporting Not workingMagento 2: How can I do an integration with magento 2 and sap business one?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4















I am using Magento 2.2.2. In the past, I used to get the message below in every time I log in as an admin:



Failed to synchronize data to the Magento Business Intelligence service. Retry Synchronization



I have run a command line and disabled the above message, I disabled the Synchronization, I don't remember what was the command line. Now I am trying to enable the advanced reporting and I have applied all of what is written in the documentation: http://docs.magento.com/m2/ce/user_guide/reports/advanced-reporting.html



I still cannot get any report. I only get the image below. How can I enable the synchronize data to the Magento Business Intelligence service via a command line to reverse what I've done so that I can get the reports?



enter image description here










share|improve this question




























    4















    I am using Magento 2.2.2. In the past, I used to get the message below in every time I log in as an admin:



    Failed to synchronize data to the Magento Business Intelligence service. Retry Synchronization



    I have run a command line and disabled the above message, I disabled the Synchronization, I don't remember what was the command line. Now I am trying to enable the advanced reporting and I have applied all of what is written in the documentation: http://docs.magento.com/m2/ce/user_guide/reports/advanced-reporting.html



    I still cannot get any report. I only get the image below. How can I enable the synchronize data to the Magento Business Intelligence service via a command line to reverse what I've done so that I can get the reports?



    enter image description here










    share|improve this question
























      4












      4








      4


      1






      I am using Magento 2.2.2. In the past, I used to get the message below in every time I log in as an admin:



      Failed to synchronize data to the Magento Business Intelligence service. Retry Synchronization



      I have run a command line and disabled the above message, I disabled the Synchronization, I don't remember what was the command line. Now I am trying to enable the advanced reporting and I have applied all of what is written in the documentation: http://docs.magento.com/m2/ce/user_guide/reports/advanced-reporting.html



      I still cannot get any report. I only get the image below. How can I enable the synchronize data to the Magento Business Intelligence service via a command line to reverse what I've done so that I can get the reports?



      enter image description here










      share|improve this question














      I am using Magento 2.2.2. In the past, I used to get the message below in every time I log in as an admin:



      Failed to synchronize data to the Magento Business Intelligence service. Retry Synchronization



      I have run a command line and disabled the above message, I disabled the Synchronization, I don't remember what was the command line. Now I am trying to enable the advanced reporting and I have applied all of what is written in the documentation: http://docs.magento.com/m2/ce/user_guide/reports/advanced-reporting.html



      I still cannot get any report. I only get the image below. How can I enable the synchronize data to the Magento Business Intelligence service via a command line to reverse what I've done so that I can get the reports?



      enter image description here







      magento2.2.2






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 8 '18 at 22:09









      samsam

      3615




      3615




















          1 Answer
          1






          active

          oldest

          votes


















          1














          You probably just disabled the module via command line.



          Try this:



          php bin/magento module:enable Magento_Analytics


          and then run



          php bin/magento setup:di:compile

          php bin/magento setup:upgrade


          And make sure that you have enabled Advanced Reporting in:




          Admin -> Stores -> Configuration -> General -> Advanced Reporting







          share|improve this answer

























          • When I tried the first command line, I have gotten: No modules were changed. Advanced reporting is enabled

            – sam
            Jan 8 '18 at 23:06












          • magento module:status shows all modules are enabled

            – sam
            Jan 8 '18 at 23:23











          • I don't think you can affect this module by any other CLI command, unless you disabled your cron job. When enabled, this module makes an attempt to contact the Business Intelligence server every 1 hour for 24 hours until it succeeds. And sends data at the designated time in Configuration -> General -> Advanced Reporting. Maybe you just have to wait a little bit... I can't recommend anything else but to check your Cron job and make sure you have everything necessary for this module to work (described in docs.magento.com/m2/ce/user_guide/reports/…)

            – Lez
            Jan 8 '18 at 23:31











          • I thought about doing the same! I have to wait until after the time specified under "Time of day to send data". I checked under Reports>Marketing Automation> Cron Tasks and the tasks are running there. I will wait and see..

            – sam
            Jan 8 '18 at 23:36












          • It never worked even after waiting until GMT 2:00 AM!

            – sam
            Jan 9 '18 at 17:22












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f208594%2fmagento-business-intelligence-service-retry-synchronization%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          You probably just disabled the module via command line.



          Try this:



          php bin/magento module:enable Magento_Analytics


          and then run



          php bin/magento setup:di:compile

          php bin/magento setup:upgrade


          And make sure that you have enabled Advanced Reporting in:




          Admin -> Stores -> Configuration -> General -> Advanced Reporting







          share|improve this answer

























          • When I tried the first command line, I have gotten: No modules were changed. Advanced reporting is enabled

            – sam
            Jan 8 '18 at 23:06












          • magento module:status shows all modules are enabled

            – sam
            Jan 8 '18 at 23:23











          • I don't think you can affect this module by any other CLI command, unless you disabled your cron job. When enabled, this module makes an attempt to contact the Business Intelligence server every 1 hour for 24 hours until it succeeds. And sends data at the designated time in Configuration -> General -> Advanced Reporting. Maybe you just have to wait a little bit... I can't recommend anything else but to check your Cron job and make sure you have everything necessary for this module to work (described in docs.magento.com/m2/ce/user_guide/reports/…)

            – Lez
            Jan 8 '18 at 23:31











          • I thought about doing the same! I have to wait until after the time specified under "Time of day to send data". I checked under Reports>Marketing Automation> Cron Tasks and the tasks are running there. I will wait and see..

            – sam
            Jan 8 '18 at 23:36












          • It never worked even after waiting until GMT 2:00 AM!

            – sam
            Jan 9 '18 at 17:22
















          1














          You probably just disabled the module via command line.



          Try this:



          php bin/magento module:enable Magento_Analytics


          and then run



          php bin/magento setup:di:compile

          php bin/magento setup:upgrade


          And make sure that you have enabled Advanced Reporting in:




          Admin -> Stores -> Configuration -> General -> Advanced Reporting







          share|improve this answer

























          • When I tried the first command line, I have gotten: No modules were changed. Advanced reporting is enabled

            – sam
            Jan 8 '18 at 23:06












          • magento module:status shows all modules are enabled

            – sam
            Jan 8 '18 at 23:23











          • I don't think you can affect this module by any other CLI command, unless you disabled your cron job. When enabled, this module makes an attempt to contact the Business Intelligence server every 1 hour for 24 hours until it succeeds. And sends data at the designated time in Configuration -> General -> Advanced Reporting. Maybe you just have to wait a little bit... I can't recommend anything else but to check your Cron job and make sure you have everything necessary for this module to work (described in docs.magento.com/m2/ce/user_guide/reports/…)

            – Lez
            Jan 8 '18 at 23:31











          • I thought about doing the same! I have to wait until after the time specified under "Time of day to send data". I checked under Reports>Marketing Automation> Cron Tasks and the tasks are running there. I will wait and see..

            – sam
            Jan 8 '18 at 23:36












          • It never worked even after waiting until GMT 2:00 AM!

            – sam
            Jan 9 '18 at 17:22














          1












          1








          1







          You probably just disabled the module via command line.



          Try this:



          php bin/magento module:enable Magento_Analytics


          and then run



          php bin/magento setup:di:compile

          php bin/magento setup:upgrade


          And make sure that you have enabled Advanced Reporting in:




          Admin -> Stores -> Configuration -> General -> Advanced Reporting







          share|improve this answer















          You probably just disabled the module via command line.



          Try this:



          php bin/magento module:enable Magento_Analytics


          and then run



          php bin/magento setup:di:compile

          php bin/magento setup:upgrade


          And make sure that you have enabled Advanced Reporting in:




          Admin -> Stores -> Configuration -> General -> Advanced Reporting








          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jul 12 '18 at 11:37

























          answered Jan 8 '18 at 22:56









          LezLez

          1,410730




          1,410730












          • When I tried the first command line, I have gotten: No modules were changed. Advanced reporting is enabled

            – sam
            Jan 8 '18 at 23:06












          • magento module:status shows all modules are enabled

            – sam
            Jan 8 '18 at 23:23











          • I don't think you can affect this module by any other CLI command, unless you disabled your cron job. When enabled, this module makes an attempt to contact the Business Intelligence server every 1 hour for 24 hours until it succeeds. And sends data at the designated time in Configuration -> General -> Advanced Reporting. Maybe you just have to wait a little bit... I can't recommend anything else but to check your Cron job and make sure you have everything necessary for this module to work (described in docs.magento.com/m2/ce/user_guide/reports/…)

            – Lez
            Jan 8 '18 at 23:31











          • I thought about doing the same! I have to wait until after the time specified under "Time of day to send data". I checked under Reports>Marketing Automation> Cron Tasks and the tasks are running there. I will wait and see..

            – sam
            Jan 8 '18 at 23:36












          • It never worked even after waiting until GMT 2:00 AM!

            – sam
            Jan 9 '18 at 17:22


















          • When I tried the first command line, I have gotten: No modules were changed. Advanced reporting is enabled

            – sam
            Jan 8 '18 at 23:06












          • magento module:status shows all modules are enabled

            – sam
            Jan 8 '18 at 23:23











          • I don't think you can affect this module by any other CLI command, unless you disabled your cron job. When enabled, this module makes an attempt to contact the Business Intelligence server every 1 hour for 24 hours until it succeeds. And sends data at the designated time in Configuration -> General -> Advanced Reporting. Maybe you just have to wait a little bit... I can't recommend anything else but to check your Cron job and make sure you have everything necessary for this module to work (described in docs.magento.com/m2/ce/user_guide/reports/…)

            – Lez
            Jan 8 '18 at 23:31











          • I thought about doing the same! I have to wait until after the time specified under "Time of day to send data". I checked under Reports>Marketing Automation> Cron Tasks and the tasks are running there. I will wait and see..

            – sam
            Jan 8 '18 at 23:36












          • It never worked even after waiting until GMT 2:00 AM!

            – sam
            Jan 9 '18 at 17:22

















          When I tried the first command line, I have gotten: No modules were changed. Advanced reporting is enabled

          – sam
          Jan 8 '18 at 23:06






          When I tried the first command line, I have gotten: No modules were changed. Advanced reporting is enabled

          – sam
          Jan 8 '18 at 23:06














          magento module:status shows all modules are enabled

          – sam
          Jan 8 '18 at 23:23





          magento module:status shows all modules are enabled

          – sam
          Jan 8 '18 at 23:23













          I don't think you can affect this module by any other CLI command, unless you disabled your cron job. When enabled, this module makes an attempt to contact the Business Intelligence server every 1 hour for 24 hours until it succeeds. And sends data at the designated time in Configuration -> General -> Advanced Reporting. Maybe you just have to wait a little bit... I can't recommend anything else but to check your Cron job and make sure you have everything necessary for this module to work (described in docs.magento.com/m2/ce/user_guide/reports/…)

          – Lez
          Jan 8 '18 at 23:31





          I don't think you can affect this module by any other CLI command, unless you disabled your cron job. When enabled, this module makes an attempt to contact the Business Intelligence server every 1 hour for 24 hours until it succeeds. And sends data at the designated time in Configuration -> General -> Advanced Reporting. Maybe you just have to wait a little bit... I can't recommend anything else but to check your Cron job and make sure you have everything necessary for this module to work (described in docs.magento.com/m2/ce/user_guide/reports/…)

          – Lez
          Jan 8 '18 at 23:31













          I thought about doing the same! I have to wait until after the time specified under "Time of day to send data". I checked under Reports>Marketing Automation> Cron Tasks and the tasks are running there. I will wait and see..

          – sam
          Jan 8 '18 at 23:36






          I thought about doing the same! I have to wait until after the time specified under "Time of day to send data". I checked under Reports>Marketing Automation> Cron Tasks and the tasks are running there. I will wait and see..

          – sam
          Jan 8 '18 at 23:36














          It never worked even after waiting until GMT 2:00 AM!

          – sam
          Jan 9 '18 at 17:22






          It never worked even after waiting until GMT 2:00 AM!

          – sam
          Jan 9 '18 at 17:22


















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f208594%2fmagento-business-intelligence-service-retry-synchronization%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Sum ergo cogito? 1 nng

          419 nièngy_Soadمي 19bal1.5o_g

          Queiggey Chernihivv 9NnOo i Zw X QqKk LpB