OroCommerce Forums

Covering OroCommerce topics, including community updates and company announcements.

Forums Forums OroCommerce Replacing/updating products errors and failures.

This topic contains 1 reply, has 2 voices, and was last updated by  Andrey Yatsenko 4 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
  • #40772

    chris
    Participant

    When trying to re-import products (after they’ve successfully been imported and exist fine) I receive:

    in both the application and consumer logs, along with highly descriptive debug lines…
    Eventually the consumers stop operating and the import never successfully completes, no email is generated to the admin showing successful/error logs either..

    To troubleshoot, manual rm -rf var/cache/*, rm /tmp/*.csv, rm var/logs/*, rm /var/log/supervisor/* and a re-import of a single item was attempted… no logs or consumer activity at all, just a copy of the uploaded .csv in /tmp …

    All of the attempted products have already successfully imported and validate and exist in both backoffice and storefront.

    I’d like to be doing this routinely as to update any gaps or new products that may be added into the initial library.
    All searching points towards DBAL/doctrine not handling nested transactions fully…
    Any thoughts or similar experience?

    • This topic was modified 4 years, 6 months ago by  chris.
    • This topic was modified 4 years, 6 months ago by  chris.
    • This topic was modified 4 years, 6 months ago by  chris.
    • This topic was modified 4 years, 6 months ago by  chris.
Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #40788

    Andrey Yatsenko
    Moderator

    Hi Chris,

    This error usually means that validation rules out of sync with the database constraints, and you are trying to save invalid data.

    Please, check the query log for the errors to add validation rules for the exceptional case and fix the imported data or update the database constraints to allow the imported data.

Viewing 1 replies (of 1 total)

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

Back to top