Giter Site home page Giter Site logo

Comments (4)

JohanFactory avatar JohanFactory commented on May 24, 2024

Bypassed by adding manually the job instance.

INSERT INTO akeneo_batch_job_instance (id, code, label, job_name, status, connector, raw_parameters, type) VALUES (NULL, 'update_product_translations', 'Translate product', 'update_product_translations', '0', 'internal', 'a:0:{}', 'mass_edit');

from akeneo-product-translation.

piotrmus avatar piotrmus commented on May 24, 2024

Hi Johan,

In README.md file you can find a description how to install this plugin. There is information that you need run the command to create a job instance.

bin/console akeneo:batch:create-job internal update_product_translations mass_edit update_product_translations '{}' 'Translate product'

This command do basically that same as your SQL query.

from akeneo-product-translation.

JohanFactory avatar JohanFactory commented on May 24, 2024

Hi !

The first error I quote is the result of this very command, sorry to have been unclear about that.

So, doing that

bin/console akeneo:batch:create-job internal update_product_translations mass_edit update_product_translations '{}' 'Translate product'

fails with this error

11:54:27 CRITICAL [console] Error thrown while running command "akeneo:batch:create-job internal update_product_translations mass_edit update_product_translations '{}' 'Translate product'". Message: "The job "update_product_translations" is not registered" ["exception" => Akeneo\Tool\Component\Batch\Job\UndefinedJobException^ { …},"command" => "akeneo:batch:create-job internal update_product_translations mass_edit update_product_translations '{}' 'Translate product'","message" => "The job "update_product_translations" is not registered"]

from akeneo-product-translation.

piotrmus avatar piotrmus commented on May 24, 2024

Cannot reproduce

from akeneo-product-translation.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.