Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference Data entity is not configured #125

Open
xElysioN opened this issue Dec 4, 2017 · 1 comment
Open

Reference Data entity is not configured #125

xElysioN opened this issue Dec 4, 2017 · 1 comment

Comments

@xElysioN
Copy link

xElysioN commented Dec 4, 2017

Hi,
I got an error at step 13 :

Destination PIM database initialization...
Migrating files data...
Migrating structure data...
Migrating families data...
Migrating system data...
Migrating jobs data...
Migrating groups data...
Migrating extra data...
Migrating enterprise edition data...
Migrating reference data...

[Akeneo\PimMigration\Domain\MigrationStep\s130_ReferenceDataMigration\ReferenceDataMigrationException]
Error: Step 13 - Reference Data Migration: The entity Akeneo\Bundle\MigrationBundle\Entity\Trilean is not configured

Trilean is a new reference data entity which is working in 1.6/1.7 and is valid with theses commands :
=> doc:mapp:info

[OK] XX\Bundle\CatalogBundle\Entity\Trilean

=> pim:reference-data:check

Checking configuration of "trilean"...
[OK] Reference data names must use only letters and be camel-cased.
[OK] Reference data models must implement "Pim\Component\ReferenceData\Model\ReferenceDataInterface".
[OK] Reference Data mapping must have a unique "code" field.
[OK] Product Value model must implement the required accessors.
[OK] Relation between the "XX\Bundle\CatalogBundle\Model\ProductValue" and the Reference Data must be configured.

It's a TranslatableCustomEntity

Destination PIM :

  • Enterprise 2.0.4

Source PIM :

  • Enterprise 1.7.14

  • CustomEntityBundle 1.10.3

  • EnhancedConnectorBundle 1.4.2

@bengrol
Copy link

bengrol commented Jul 5, 2018

Hello,
Du coup, tu as réussi à trouver la solution pour cet issue (j'ai le même pb) ?

bpresles pushed a commit to bpresles/transporteo that referenced this issue Jul 27, 2018
… due to badly generated configuration and lack of cache:clear before doctrine:mapping:info check
anaelChardan added a commit that referenced this issue Sep 11, 2018
Fix issue #125: Potential exception on Reference Data migration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants