i have installed the b2c recipe using https://help.hybris.com/6.2.0/hcd/8c46c266866910149666a0fe4caeee4e.html those instructions.But when i try to go into the hmc using https://localhost:9001/hmc/hybris .It gets redircted to the hac .I am not sure what is going on?
As mentionned in Shreshtt Bhatt comment, the hMC is deprecated.
From the hMC documentation
The last version of SAP Hybris Commerce containing the Hybris Management Console (HMC) will be released with the Q4 2017 release. All HMC-related extensions (hmc, platformhmc, printhmc, bmecathmc, classificationsystemshmc, solrfacetsearchhmc, lucenesearchhmc, subscriptionserviceshmc, timedaccesspromotionshmc) will be removed from the Hybris distribution ZIP file with the Q1 2018 release.
If you want to enable it you'll have to add in your localextensions.xml file the list of extensions you want to use in your hmc (the list is present above).
Related
How to enable adaptive search in back-office.
Which all extensions need to be added.
Please explain the steps.
Hybris version used is 2011.
Please follow below link to know how to enable adaptive search via recipe or via adding required extensions.
https://help.sap.com/viewer/9d346683b0084da2938be8a285c0c27a/2005/en-US/cadb26143c6340f6a79a9bbec60f0e3b.html
You can either install it through Recipes, or manual
Recipes
Adaptive search is part of the following recipes
b2b_acc
b2b_acc_plus
b2c_acc
b2c_acc_plus
b2c_b2b_acc
If you are on a more recent version of SAP Commerce, you need to use the cx recipe
Manual
Alternatively, you can manually add the adaptive search extensions in your localextensions.xml
For adaptive search, the following can be added to your localextensions.xml
adaptivesearch
adaptivesearchbackoffice
adaptivesearchfacades
adaptivesearchsamplesaddon
adaptivesearchsolr
adaptivesearchwebservices
It depends on your needs if you require all of them.
(If you haven't already included the solr search addons, don't forget those as well)
more info on de SAP website https://help.sap.com/viewer/9d346683b0084da2938be8a285c0c27a/2105/en-US/cadb26143c6340f6a79a9bbec60f0e3b.html
On my development machine I can view the hotfix level of the Kentico website using KIM. KIM isn't installed on our production machines.
In Kentico v7.0 the hotfix level was reported in CMS Desk but that isn't the case in Kentico v9.0.
Is there anywhere I can look to find the hotfix level without using KIM?
There are typically a few places you can find this:
Database
File system
Kentico UI
If you get your info from the database, it will only be relevant to the data. If you get your info from the file system, it will tell you the version of the files. If you look in the Kentico UI, it will show you what is in the database.
To get the info out of the database run this query:
SELECT *
FROM CMS_SettingsKey
WHERE KeyName = 'CMSDataVersion' OR
KeyName = 'CMSDBVersion' OR
KeyName = 'CMSHotfixVersion'
The KeyValue fields will have the info you are looking for.
To get the info from the file system, go to the Bin directory and right click on any of the CMS dll's and go to properties>details. The Product Version will provide you with the version information.
In the file system you can also find the hotfix in a txt file under /App_Data/Install/Hotfix.txt
To get the info from the UI, log into Kentico and click the question mark at the top right of the screen, it will show the current version.
In the user interface (admin) in Help toolbar.
You can also find it in database in CMS_SettingsKey table. Look for CMSHotfixVersion KeyName.
Just go to the admin panel and click on the "?" icon on your right side of the screen. This will open a sliding area revealing you the correct hotfix version.
If you want to apply hotfix and we don't have KIM in system then you can download the utility directly and apply it.
Hotfix URL
http://devnet.kentico.com/download/hotfixes
I am not able to see folders inside Hybris HMC . My hybris version is 6.2 Can you please suggest what can be the issue beside this.
I am able to successfully login inside Hybris HMC but not able to see folders inside it
Try running System Update with the following options (you may tick project data as well for your HMC specific extensions).
It might have to do with permissions for accessing the folders, try logging in as admin and then, search for your user id to see what all permissions have been assigned to it. Also open the hmc.xml file from hmc and see if there are any special groups assigned to certain tree items.
I have a new install of Orchard 1.8 and need to sync all images in the /media/default/ directory to the Media Library catalog of items (‘Media’ link in Dashboard). Currently the Media Library lists only the FOLDERS but not the items (images, docs, etc.) within them – only when the import is done online does it include the image and offer a preview.
I saw a similar post being asked for version 1.7 and Bertrand’s answer was ‘Enable the Update feature and migrate your media to the media library from there’ – yet I have no clue on how to accomplish this.
Can anyone list the steps needed to do a one-time sync of all items into the Media Library ?
From the admin menu click Modules, then find the "Upgrade" feature and click enable. This adds a new menu item called "Upgrade to 1.8", select this and then select the Media tab. Then click Migrate under Migrating Media Files.
Basically exactly as Bertrand said ;) He also has a blog post with more details:
http://weblogs.asp.net/bleroy/dude-where-are-my-images
I have some application, that use cognos as report engine. This application have some predefined packages for it's reports.
When I need to create report, I use tables and field in predefined packages, and everything is OK!
But now I created my own table, and I want to make report for this table. But I don't see it in Cognos Report Studio, and I can't add it into default Ad-Hoc Query Layer. I tried to add SQL-query, but it also don't work.
How to edit predefined packages in Cognos. I think there need to be another utility, not Cognos Report Studio. But I don't know what utility, and I can't find any solution in IBM Help.
You need to use IBM Cognos Framework Manager (if you have a Cognos BI Admin license, you'll also be licensed to use this), and edit the 'Model'. If the 'predefined package' you're referring to comes with models (e.g. the Cognos sample data is within the /webcontent/samples/models directory), then you can open these with Framework Manager and publish a new package with your update database structure.
I have error in configuration of SQL-query. Need to select source before SQL-check. Cognos don't need to have predefined packages to work with user-structures.