Open adamrandazzo opened 7 years ago
Hello,
Is it a CE or a EE project? Do you know the endpoint responsible of this problem?
Same problem here, exact same message. Moving CE project from 1.7 to 2.0 . Happens when it starts on migrating products data (the rest has been imported in the 2.0 environment). Web API works fine on my .NET client.
Ok solved this - the API access property on the web api role wasn't set in migration. After setting this manually and rerunning transporteo my products got imported.
Hi @ferdyb where did you make this setting change? Thanks for the help.
Hi @adamrandazzo, after the first time you executed Transporteo, users and roles are copied from your source pim, but not the property for web api access. So after the first import, log in on the destination 2.0 pim, go to System -> Roles and select the role which handles Web API access for you. On the third tab you can set the right permissions. After this you can rerun Transporteo.
Thank you @ferdyb - this worked and all of my data was imported.
Sorry for the issue per day.. After working through my previous issues, I am receiving the following on alpha3.
I have confirmed that I am able to connect to the source PIM via the API using the same client_id/secret and username/password via a test implementation of the akeneo-api-client running from the same server.
Based on the stack trace, is this happening at the destination?