What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hey guys, I am facing below issue any suggestions on that?

U04TNUA41LL
U04TNUA41LL Posts: 25 🧑🏻‍🚀 - Cadet
edited March 2023 in Slack General

Hey guys, I am facing below issue any suggestions on that?

Comments

  • michael.schmetter
    michael.schmetter Posts: 119 🧑🏻‍🚀 - Cadet

    Dataimport was successful?

  • U04TNUA41LL
    U04TNUA41LL Posts: 25 🧑🏻‍🚀 - Cadet

    I just try that Data import command is throwing this error

  • Alberto Reyer
    Alberto Reyer Posts: 690 🪐 - Explorer

    Check your DB table spy_locale if an entry with the name en_US is present.
    This locale should be installed by default from Spryker (see \Spryker\Zed\Locale\Communication\Plugin\LocaleInstallerPlugin).

    You could run docker/sdk console setup:init-db again to ensure it's present.

  • Alberto Reyer
    Alberto Reyer Posts: 690 🪐 - Explorer

    The issue with the importer is something you introduced on project level and can be fixed in DataImportBusinessFactory on line 119.
    There is one argument missing in the new ProductAbstractWriterStep() (you pass in one argument, while two are required)