Integrity constraint violation error when saving product (google experiments on) Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Imported products show up in backend but not on front endMagento 2 - Adding 2 (or more) configurable products to cart with custom options causes Integrity constraint violationMagento 2 Insert data to table that contain foreign key error SQLSTATE[23000]: Integrity constraint violationMagento 2: Creating product with custom OptionsMagento 2:SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'entity_id' in where clause is ambiguousSaving a product gives SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint failsMagento 2 Admin login ProblemData Migration From Magento 1.9.1 to 2.1.9Random integrity constraint errors saving orders in Magento 2.1 after paymentM2 - disappearing image after

How to mute a string and play another at the same time

Can I take recommendation from someone I met at a conference?

Can I ask an author to send me his ebook?

Like totally amazing interchangeable sister outfit accessory swapping or whatever

If gravity precedes the formation of a solar system, where did the mass come from that caused the gravity?

Help Recreating a Table

Why did Bronn offer to be Tyrion Lannister's champion in trial by combat?

Is Vivien of the Wilds + Wilderness Reclamation a competitive combo?

Why does BitLocker not use RSA?

Does the Pact of the Blade warlock feature allow me to customize the properties of the pact weapon I create?

Can this water damage be explained by lack of gutters and grading issues?

Why did Israel vote against lifting the American embargo on Cuba?

How can I introduce the names of fantasy creatures to the reader?

A journey... into the MIND

Kepler's 3rd law: ratios don't fit data

Putting Ant-Man on house arrest

Has a Nobel Peace laureate ever been accused of war crimes?

Can a Wizard take the Magic Initiate feat and select spells from the Wizard list?

What is the definining line between a helicopter and a drone a person can ride in?

What is the evidence that custom checks in Northern Ireland are going to result in violence?

Weaponising the Grasp-at-a-Distance spell

Unix AIX passing variable and arguments to expect and spawn

Does traveling In The United States require a passport or can I use my green card if not a US citizen?

When speaking, how do you change your mind mid-sentence?



Integrity constraint violation error when saving product (google experiments on)



Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Imported products show up in backend but not on front endMagento 2 - Adding 2 (or more) configurable products to cart with custom options causes Integrity constraint violationMagento 2 Insert data to table that contain foreign key error SQLSTATE[23000]: Integrity constraint violationMagento 2: Creating product with custom OptionsMagento 2:SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'entity_id' in where clause is ambiguousSaving a product gives SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint failsMagento 2 Admin login ProblemData Migration From Magento 1.9.1 to 2.1.9Random integrity constraint errors saving orders in Magento 2.1 after paymentM2 - disappearing image after



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








0















I am trying to edit configurable product and getting error. I am using Magento version 2.1.2



Steps to reproduce:



  1. Go to admin -> Stores -> Configuration -> Sales -> Google API section


  2. Change the configuration Enable Content Experiments to "Yes"


  3. Save a configurable product and its child product consecutively.


Expected result:



  1. Product should be save successfully with any number of times.

Actual result:



  1. failed to save product


  2. getting bellow error:



SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry
'0-402-product' for key
'GOOGLEOPTIMIZER_CODE_STORE_ID_ENTITY_ID_ENTITY_TYPE', query was:
UPDATE googleoptimizer_code SET entity_id = ? WHERE (code_id='136')




Anyone can help me to fix this issue?










share|improve this question
















bumped to the homepage by Community 2 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.





















    0















    I am trying to edit configurable product and getting error. I am using Magento version 2.1.2



    Steps to reproduce:



    1. Go to admin -> Stores -> Configuration -> Sales -> Google API section


    2. Change the configuration Enable Content Experiments to "Yes"


    3. Save a configurable product and its child product consecutively.


    Expected result:



    1. Product should be save successfully with any number of times.

    Actual result:



    1. failed to save product


    2. getting bellow error:



    SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry
    '0-402-product' for key
    'GOOGLEOPTIMIZER_CODE_STORE_ID_ENTITY_ID_ENTITY_TYPE', query was:
    UPDATE googleoptimizer_code SET entity_id = ? WHERE (code_id='136')




    Anyone can help me to fix this issue?










    share|improve this question
















    bumped to the homepage by Community 2 hours ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      0












      0








      0








      I am trying to edit configurable product and getting error. I am using Magento version 2.1.2



      Steps to reproduce:



      1. Go to admin -> Stores -> Configuration -> Sales -> Google API section


      2. Change the configuration Enable Content Experiments to "Yes"


      3. Save a configurable product and its child product consecutively.


      Expected result:



      1. Product should be save successfully with any number of times.

      Actual result:



      1. failed to save product


      2. getting bellow error:



      SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry
      '0-402-product' for key
      'GOOGLEOPTIMIZER_CODE_STORE_ID_ENTITY_ID_ENTITY_TYPE', query was:
      UPDATE googleoptimizer_code SET entity_id = ? WHERE (code_id='136')




      Anyone can help me to fix this issue?










      share|improve this question
















      I am trying to edit configurable product and getting error. I am using Magento version 2.1.2



      Steps to reproduce:



      1. Go to admin -> Stores -> Configuration -> Sales -> Google API section


      2. Change the configuration Enable Content Experiments to "Yes"


      3. Save a configurable product and its child product consecutively.


      Expected result:



      1. Product should be save successfully with any number of times.

      Actual result:



      1. failed to save product


      2. getting bellow error:



      SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry
      '0-402-product' for key
      'GOOGLEOPTIMIZER_CODE_STORE_ID_ENTITY_ID_ENTITY_TYPE', query was:
      UPDATE googleoptimizer_code SET entity_id = ? WHERE (code_id='136')




      Anyone can help me to fix this issue?







      magento-2.1






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 25 '17 at 8:07









      Teja Bhagavan Kollepara

      2,99241949




      2,99241949










      asked Feb 12 '17 at 12:33









      Lalit KaushikLalit Kaushik

      39221127




      39221127





      bumped to the homepage by Community 2 hours ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 2 hours ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          2 Answers
          2






          active

          oldest

          votes


















          0














          I found the solution. To fix this issue I edit configurations options and its worked for me. please refer this link http://prntscr.com/e7px78






          share|improve this answer






























            0














            If you don't use google experiments you can just truncate googleoptimizer_code






            share|improve this answer























              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%2f159434%2fintegrity-constraint-violation-error-when-saving-product-google-experiments-on%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              0














              I found the solution. To fix this issue I edit configurations options and its worked for me. please refer this link http://prntscr.com/e7px78






              share|improve this answer



























                0














                I found the solution. To fix this issue I edit configurations options and its worked for me. please refer this link http://prntscr.com/e7px78






                share|improve this answer

























                  0












                  0








                  0







                  I found the solution. To fix this issue I edit configurations options and its worked for me. please refer this link http://prntscr.com/e7px78






                  share|improve this answer













                  I found the solution. To fix this issue I edit configurations options and its worked for me. please refer this link http://prntscr.com/e7px78







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Feb 12 '17 at 14:18









                  Lalit KaushikLalit Kaushik

                  39221127




                  39221127























                      0














                      If you don't use google experiments you can just truncate googleoptimizer_code






                      share|improve this answer



























                        0














                        If you don't use google experiments you can just truncate googleoptimizer_code






                        share|improve this answer

























                          0












                          0








                          0







                          If you don't use google experiments you can just truncate googleoptimizer_code






                          share|improve this answer













                          If you don't use google experiments you can just truncate googleoptimizer_code







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Oct 3 '17 at 22:57









                          Łukasz JurysŁukasz Jurys

                          1




                          1



























                              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%2f159434%2fintegrity-constraint-violation-error-when-saving-product-google-experiments-on%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

                              Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

                              Fil:Tokke komm.svg

                              Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?