Questions tagged [sap-commerce-cloud]

For Hybris/ SAP Commerce/ SAP Commerce Cloud based questions

SAP Commerce / SAP Commerce Cloud is ready made e-commerce suite by SAP to be used in different industries like B2C, B2B, telco, financial, based on Java technologies.

2196 questions
5
votes
2 answers

Hybris hMC login configuration

Forgive me here if this is a complete newbie question. At work, they are (as I am as well) trying to onboard me into using Hybris. While the documentation on the wiki.hybris site is not well placed, most of the information is there. I am however…
ResourceReaper
  • 555
  • 2
  • 10
  • 27
4
votes
0 answers

Cookies lost after redirect to other domain

I work on an online shop (Hybris, Tomcat-based) in which we have integrated several payment providers. One of them require a detour to their domain, and they redirect back to our shop once the payment has finished. Basically the requests are: Page…
Black
  • 343
  • 1
  • 4
  • 12
4
votes
2 answers

How to solve AttributeNotSupportedException in Hybris

Everytime that we add a new attribute to items.xml, we have to execute a hybris update, otherwise we will get some error like: JaloItemNotFoundException: no attribute Cart.newAttribute But, sometimes after executing an update, instead of getting…
Ricardo Machado
  • 784
  • 6
  • 22
4
votes
5 answers

SAP Hybris on Mac OS Catalina

I just update my Mac OS to Catalina version and my Hybris server stopped turning on. So on command ./hybrisserver.sh start I get this MacBook-Pro-Sasha:platform sashayukhimchuk$ ./hybrisserver.sh start Starting hybrisPlatform on Tomcat... …
Alexander
  • 127
  • 2
  • 10
4
votes
1 answer

How to register localhost website in google analytics

I am using Hybris framework for setting up an e-commerce site in local machine. How can I register a local site in google analytics?
4
votes
5 answers

Hybris 30 days license expired

Im running my developer Hybris instance and I got a message the my license has expired. Acoording to the wiki it saids I have to reinitialize database to continue my work *** LICENSE VERIFICATION HAS FAILED! ***…
JuanDroid
  • 41
  • 1
  • 1
  • 3
4
votes
1 answer

Understanding Impex Syntax Statement in Hybris

Hello I'm trying to learn Hybris and since I don't have access to Wiki site its difficult for me to understand the basics behind the code. Can someone please help me understand the below Impex statements for a text "Welcome to home page" in the home…
sagar
  • 175
  • 1
  • 16
4
votes
1 answer

Interpreting Dynamic Attribute in JSP in Hybris

I created a dynamic attribute to handle navigation node entries' visibility in compatible with all related rules of Hybris. I was able to reach the attribute within Java code without getting any problem but I could not make JSP interpret it. My…
Hatip Kabak
  • 316
  • 2
  • 22
4
votes
2 answers

Update local properties from other clustered machines

We have a cluster consisting of 4 machines, one of them for backoffice. When I change a property from local.properties, I want to register it to the database and all machines should get the new value. To do so, I create a CustomLocalProperty type…
Hatip Kabak
  • 316
  • 2
  • 22
4
votes
2 answers

How to limit the result data in flexible seach query

I want to limit the result data in flexible search query. Let's say query should return only 10 records each time (like LIMIT) How can I do this?
Namu
  • 103
  • 2
  • 6
4
votes
1 answer

Hybris Update issue - azure.abstractbundler6307sn table doesn't exist

I am trying to run Update using HAC but getting exception: Caused by: java.sql.SQLSyntaxErrorException: Table 'azure.abstractbundler6307sn' doesn't exist When I checked my schema, this table is created under 'hybris' schema, there is no schema…
raman0369
  • 59
  • 3
4
votes
2 answers

How to direct localhost to mystorefront in hybris?

Now when I go to https://localhost:9002/ it opens hac (hybris admin console). When I go to https://powertools.local:9002/nystorefront/powertools/en/USD/cart I can reach my storefront. I want to reach mystore when I go to localhost:9002. What should…
user9708984
  • 141
  • 3
  • 15
4
votes
1 answer

SAP Hybris E-commerce : Send Email in CronJob

I have created a CronJob that works perfectly. But I want to generate the sending of an email within this Cronjob. I followed a tutorial on the internet. I start with the creation itemType of ProductsApprovedEmailProcess. then I created…
Rodik
  • 271
  • 2
  • 19
4
votes
2 answers

How to export data with condition

I need to export some instances of a model but I don't want them all. I need only the one that have a specific attribute. I can do that by code, I wonder how to do this with Impex?
alain.janinm
  • 19,951
  • 10
  • 65
  • 112
4
votes
1 answer

Garbage collection acting weird

I'm just new to a project where they asked me to investigate why the servers (application) are acting weird. After a reboot they are blazingly fast (<150 ms response time), but when they run for about 2 days they become slow. Memory and CPU go up…