on ‎2018 Nov 15 11:17 PM
Request clarification before answering.
Just pcmbackoffice in your localextensions.xml is sufficient for the Product Cockpit perspective to appear in the Backoffice application. The reason is the dependency chain which is resolved by hybris automatically.
pcmbackoffice depends on backofficesolrsearch
backofficesolrsearch depends on solrfacetsearchbackoffice
solrfacetsearchbackoffice depends on solrfacetsearch & platformbackoffice
platformbackoffice depends on backoffice
So, when you include pcmbackoffice in your localextensions.xml, hybris will automatically build backofficesolrsearch, solrfacetsearchbackoffice, solrfacetsearch, platformbackoffice and backoffice.
You can test it in hybris 6.7 by extracting the distribution zip in a separate folder and putting just pcmbackoffice (no other extensions) in the localextensions.xml. The total time for the build, initialization and server startup should take less than 10 minutes to test it (the command, ant all initialize && ./hybrisserver.sh took a total of 2 minutes 40 seconds for hybris 6.7 in my Mac with 16GB RAM).
In your case, there might be some issues with build or update or server startup which is preventing the Product Cockpit to appear in your Backoffice application. Please check the console and try to find the error. You can also post here all your extensions for further analysis.
The other reason which can prevent the Product Cockpit to appear in the Backoffice application is the user with which you login to the Backoffice application. If you can see the Product Cockpit using login with an admin credential (e.g. admin/nimda) but not with some other user credential, you need to check the roles assigned to that user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
I added the extension "platformbackoffice" extension in localextensions.xml file. When I login to backoffice usint https://localhost:9002/backoffice, I am not able to see the Product Cockpit..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This MCC is for the old cockpit-based extensions. The old Product Cockpit has already been removed from Hybris 6.7. You need to use the backoffice-based Product Cockpit.
For backoffice, you also need to add "platformbackoffice" extension, and access the Product Cockpit from https://localhost:9002/backoffice.
Consider adding these other extensions as well:
backoffice
backofficesolrsearch
pcmbackoffice
platformbackoffice
solrfacetsearchbackoffice
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.