AWI-92036 • 07-Feb-2024 • Bug • ICM 7.10
Description The project using the method getProductBO() of the ORMProductNotificationBOImpl in package com.intershop.sellside.appbase.b2c.internal.product.notification. But a product has already been deleted, and the function does not check for null values and a NPE is thrown: 0054 ProductBO productBO
AWI-92011 • 15-Oct-2024 • Bug
Description We're seeing intermittent performance problems in some of our MSSQL environments, where SQL Server flips execution plans for this very simple query: SELECT p.uuid, count(*) over() as "ROWCOUNT" FROM product p WHERE sku = @P0 AND domainid = @P1 The good plan uses the existing index on PRODUCT(sku)
AWI-91955 • 06-Feb-2024 • Bug • IOM 4.7
Description There is a hard limit of 512 positions per order after which it becomse impossible to register a dispath from the OMT. Trying to create a dispatch results in an error with a stack trace visible in OMT: org.springframework.beans.InvalidPropertyException: Invalid property 'supplierToExtendedData[1100]
AWI-91934 • 22-Jan-2024 • Bug • ICM 11
Description Currently the curl command would return 0 as exit code for the request via curl for 5xx server error response (e.g. when disk space is full - no file can be written): $ curl --silent --max-time 30 "http://ip.address/dump/action/triggerHeapDump"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
AWI-91906 • 12-Dec-2023 • Bug • ICM 11
Description JDBCSequence does not store result set in case a PageableSequence is created, as result the sequence must re-execute the statement, which leads to significant performance decrease. null Bug null Verified Closed null Major AdoWorkItem 91906 Infrastructure Products Products ICM 0 Pull Request
AWI-91903 • 08-Feb-2024 • Bug • ICM 7.10
Description An OCI user doesn't trigger Customer Segment specific promotions since it doesn't inherit the customer segment of the customer. Is there any additional configuration necessary for this or is this simply a bug? Steps to Repeat in the B2B Channel under customers - Customer Segments create a
AWI-90764 • 02-Jul-2024 • Bug • ICM 7.10
Description Replication will consume lot of time to maintain table text indexes from derivedproduct and product tables Steps to Repeat - ICM 7.10.38.19-LTS system ( my test was with 7.10.38.25-LTS) based on SQL Server - create replication process with replication group products - the live staging log
AWI-90728 • 05-Jun-2024 • Bug • ICM 7.10
Description Customer has 300 active promotions. He had recognized that larger number of active promotions leads to extremely high database traffic on table Promotion.The problem is system critical during the page cache build up and stays on unreasonably high level afterwards. His findings: // not entry
AWI-90725 • 22-Jan-2024 • Bug • ICM 7.10, ICM 11
Description skipChecks for AddToBasketContext is not set in BasketBOImpl. I miss the following line context.setSkipChecks(record.isSkipChecks()); The expected behavior is to add the mentioned line for method addProducts. The other addProduct method respect and us this skipChecks already. konsum-starter
AWI-90707 • 22-Jan-2024 • Bug • ICM 7.10, ICM 11
Description While performance-benchmarking the “Rebuild Search Indexes” job, the partner noticed that some of the standard logic was performing relatively poorly. Almost 8% of the entire runtime was spent on looking up the TaxMgr instance (which is a global singleton). And if we go back/up one invocation