Questions tagged [pim]

personal information manager

  • find more details in Wikipedia article:
    http://en.wikipedia.org/wiki/Personal_information_manager

    ...a type of application software that functions as a personal organizer... As an information management tool, a PIM tool's purpose is to facilitate the recording, tracking, and management of certain types of "personal information"...

68 questions
0
votes
1 answer

akeneo pim ce 4.0 install error on docker desktop for windows

I am trying to install akeneo pim ce 4.0 on docker desktop for windows using the standard ce package with no changes; however, when i run "make prod" as per install instructions, it fails when trying to run "wait_docker_up.sh" in the makefile, with…
James M
  • 11
  • 2
0
votes
1 answer

Akeneo add filepath parameter using csv import from commandline

I am trying to run an standard csv import from commandline. Everything works fine when working from UI, but for developers reasons I want to trigger it from commandline. I can trigger the import job like this: php bin/console akeneo:batch:job…
Keutelvocht
  • 670
  • 2
  • 10
  • 28
0
votes
2 answers

Azure PIM to manage Azure Resource

When PIM is configured to managed an existing resource, will it affected the existing access control configured in this resource (Subscription) when it is onboarded to PIM?
lonlee
  • 25
  • 3
0
votes
0 answers

How to renew Azure resources privilege identity management roles programmatically

I have a requirement to automate renewal of all the soon to be expiring azure resources PIM role but it seems there is no PowerShell module available at this moment for the PIM. I also tried exploring rest api option but it appears that there is no…
Sudama Tripathi
  • 349
  • 1
  • 5
  • 20
0
votes
1 answer

Akeneo - Import Product CSV - Import error - Field "sku" is expected, provided fields are

I'm trying to create a csv product import example for Akeneo project. I have created some products, with some data and exported them as a .csv file. Export is done correctly. I did some changes on product values(from downloaded .csv) like change of…
krisi
  • 3
  • 7
0
votes
1 answer

Can't run command in terminal to get API connection

I fellow the instruction from official Akeneo Doc. I try to get API connection list. php bin/console pim:oauth-server:list-clients --env=prod Every time I run this command in terminal, it throws error. Could not open input file: bin/console I…
taymyinl
  • 295
  • 4
  • 15
0
votes
2 answers

Token cannot be null on the instantiation of the Product Query Builder. / Query Akeneo 2

I would like to create a command akeneo into my bundle who query my products like this. So, after multiple test, i have always this error: In ProductQueryBuilderFactory.php line 68: Token cannot be null on the instantiation of the Product Query …
Paul
  • 352
  • 3
  • 6
  • 17
0
votes
1 answer

Akeneo 2.1.4 : How can I remove a product from a product model?

In Akeneo, I can assign default products to product models, but there does not seem to be an obvious way to unassign them back to default products. I've tried importing a new feed, but it shows me the error message that I am not allowed to change…
Giel Berkers
  • 2,852
  • 3
  • 39
  • 58
0
votes
1 answer

Product Attributes not visible in Akeneo 2.0

This is a typical case of: "it worked yesterday, but now not anymore". No matter what I try, when adding a new product I only see the 'SKU' field. I've added a couple of attributes, created extra attribute groups, but still: when adding a new or…
Giel Berkers
  • 2,852
  • 3
  • 39
  • 58
0
votes
1 answer

Export products in Perfion PIM

I'm using Perfion PIM to manage products. But I can not find the way to export all products to csv file Anyone using it? Please help me! Thank you very much!
0
votes
1 answer

Why there is a requirement to integrate Hybris with AEM?

Both Hybris and AEM can build a website independently. Still why do we integrate them like Hybris PIM and AEM? What is the advantage of doing so?
0
votes
2 answers

Is inRiver PIM has 'unit of measure' feature?

I'm learning PIM tool inRiver. As per the requirement i need to display value with unit. (say 23.5 mm). I've seen in inRiver wiki that we can use units in specification entity type. My question is how can i achieve '23.5 mm' requirement in inRiver…
Ramya jois
  • 29
  • 5
0
votes
1 answer

Stibo STEP: What is the javascript to initiate a node/item in the workflow

Stibo STEP: What is the javascript to initiate a node/item in workflow. Don't want to use default wizard screen as I want to just initiate children of the node and not the node itself.
PIM
  • 3
  • 3
0
votes
1 answer

Modelling Magento in Talend MDM

Does anyone have any case studies of using Talend MDM to store Magento product data? I'd like to use the Talend MDM as a PIM. Where would I start as there is very little information out there on how to use the PIM features in Talend MDM. Thanks in…
Dukes
  • 1
  • 2
0
votes
1 answer

Akeneo - Cannot access specific parts of the backend (http 500)

I am having some trouble to test akeneo (PIM based on symfony) features, as some parts of akeneo backend return the following error: Sorry, page was not loaded correctly It specifically occurs if I click under enrich, or settings. I checked under…