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..

Anyone has this problem with database -> redis sync > APPLICATION_STORE=DE vendor/bin/console

UMVENKCBF
UMVENKCBF Posts: 38 πŸ§‘πŸ»β€πŸš€ - Cadet

Anyone has this problem with database -> redis sync

APPLICATION_STORE=DE vendor/bin/console sync:data -vvv
Store: DE | Environment: development
Spryker\Zed\Synchronization\Business\Exception\SynchronizationQueuePoolNotFoundException - Exception: You must either have store column or SynchronizationQueuePoolName in your schema.xml file

Comments

  • UK7KBE2JW
    UK7KBE2JW Posts: 463 πŸ§‘πŸ»β€πŸš€ - Cadet

    Nope, but it seems you have forgotten to add

    or

    in ur propel schema

  • UMZRJAE7M
    UMZRJAE7M Posts: 31 πŸ§‘πŸ»β€πŸš€ - Cadet

    afaik it's a know bug
    Spryker told me to ignore this message πŸ˜‰
    sync should run nontheless

  • UMVENKCBF
    UMVENKCBF Posts: 38 πŸ§‘πŸ»β€πŸš€ - Cadet

    Really? IMHO our redis is empty after that sync:data

    We use default spryker setup b2b 2019.03 - it's an included bug in that release πŸ™‚

  • UMZRJAE7M
    UMZRJAE7M Posts: 31 πŸ§‘πŸ»β€πŸš€ - Cadet

    we also use 2019-03
    the sync command should push data into the rabbitmq
    then, a jenkins job should pull them from rmq and push them into redis
    have you taken a look into rmq if messages arrived and if they are consumed and not pushed into the error queue?