Questions tagged [hybris-data-hub]

SAP Hybris Data Hub is a powerful data integration and staging platform. It facilitates the loading of large amounts of data from one or more sources. Then it processes the data and prepares it for delivery to any number of target systems.

95 questions
0
votes
0 answers

incompatible data type in conversion: from SQL type VARCHAR to java.lang.Long

ERROR [hybrisHTTP15] [FlexibleSearch] Flexible search error occured... Aug 16, 2022 5:37:53 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet [DispatcherServlet] in context with path [/trainingstorefront]…
user19030239
0
votes
0 answers

ModelService.save(dispute) is removing the Object record from db in hybris

I fetched the record to be updated from the db and updated the details and saved again , process goes on without any flaw but dont know why the record gets deleted after getting saved. AviationDisputeModel dispute =…
siddarth
  • 1
  • 1
0
votes
1 answer

Join Table condition

I have a query with columns (code, store, slotAvailable) in which results will be shown. As for the column "slotAvailable", it will contain the number of free slots for that particular "store". Now, to calculate how many free slots there are, I can…
0
votes
1 answer

Flexible Search dynamic attribute

I have a problem with Flexible Search, I have a dynamic attribute ("available parts") in the TimeSlotInstance entity, I would like to show the value of this dynamic attribute in the "remaining availability" column of my query (obviously for each…
0
votes
1 answer

Hybris how to have different customers by website with same uid?

We want to have separate customers in a hybris instance with 4 websites. "Separate" means that : It must be possible to create a customer with the same "uid" on the 4 websites. Currently isn't possible because "uid" is unique. The addresses of…
Nexussim Lements
  • 535
  • 1
  • 15
  • 47
0
votes
2 answers

Sap Hybris advanced search label configuration

I wonder if is it possible change label of an field (Time created)in advanced search and how I do it. Thanks
0
votes
1 answer

How to create usergroup with permission to delete customers in hybris through impex

Need to create new usergroup with permission to delete customers in hybris through impex. We need one usergroup which has the permission to delete customers
0
votes
1 answer

Change permission in Hybris

I have a group of users to whom I have to assign permission to use bulk edit, currently when I select a product, buld edit in listviewaction is disabled, I want to make it clickable for a certain group of users. How I do this? Thanks a lot. Group of…
mike
  • 25
  • 10
0
votes
0 answers

Edit Elment into Edit Item

I changed the value of a field present in the table list view in the editor area of ​​an entity (making a custom renderer that hides the first 5 digits), as OOTB behaves, by double clicking on the table list view, a window opens called "Edit…
0
votes
1 answer

Flexible Search Issue SAP Hybris

I have a problem with a Flexible Query. This is my query: Select {pp.productCode} as 'Code', {p.descriptionCics} as 'Desc CISC', {bs.uid} as 'Store', {evo.code} as 'Status', {p.department} as 'Department', {pca.name} as 'Category', {p.grm} as…
0
votes
1 answer

Flexible Search Query Condition (if else?)

I have a question, I have to make a query where I have to show in a column the value "yes" or "no" depending on whether or not there is an image on a product. I have to join the product table this is safe but how can I tell in the query if the…
0
votes
1 answer

Hybris custom ycommercewebservices extension throwing error creating bean with name 'extendedCartsController'

I've created a new extension with ant extgen command using ycommercewebservices template. When I compile and start the server, I see this error: The error that spring throws is: ERROR [localhost-startStop-6] (junit) [ContextLoader] Context…
Nexussim Lements
  • 535
  • 1
  • 15
  • 47
0
votes
2 answers

Hybris use Employee to login in storefront

In Hybris, Employees extend from User, however, I can't use a Employee to login in storefront. How can I achieve this?
Nexussim Lements
  • 535
  • 1
  • 15
  • 47
0
votes
1 answer

Sync completely ignoring Restrictions to do approved products

I am trying to sync only approved Products, unfortunately below created Restrictions completely ignored by sync. INSERT_UPDATE…
john
  • 15
  • 8
0
votes
1 answer

datahub 505 HTTP Version Not Supported

I have started datahub with steps from https://datahubproject.io/docs/quickstart and then add nginx with conf upstream datahub-front { server localhost:9002; } server { server_name datahub.myhost.com; location / { proxy_pass…
Ryabchenko Alexander
  • 10,057
  • 7
  • 56
  • 88