Description When trying to get an email notification as soon as the order export service failed with an exception, e.g.: error.log: [2021-10-05 16:08:20.858 +0200] ERROR 10.0.77.68 ES1 appserver0 [] [] com.intershop.adapter.orderexport.xml.service.OrderExportService [] [Unknown] [6iYKAE1EaYQAAAF8eAQHKFDB]
AWI-70388 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description As a Intershop customer on ICM I want to have a safety net (e.g. fallback search index) so I can avoid having an empty storefront when the search ndex build fails (for whatever reason). Full index build (re-build) now uses a separate collection to fully build the index aside the currently
AWI-70384 • 27-Apr-2023 • User Story • Solr Cloud
Description While creating a replication environment, the SP 'DDL$sp_GetDDL' is called for each affected table to determine its definition. Due to the incorrect result of the mentioned SP, the created $2-tables are not equal to their $1 counterpart - the decimal places are missing for NUMERIC columns
AWI-70330 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Description System Info Actual Behavior By pressing the checkout button the ICM order chain is triggered. The order chain processes also the payment transaction. When the payment process runs through, the GTM "orderPlaced" event is triggered by the PostPaymentOrderCreationChain. This, at the end, creates
AWI-70285 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Actual Behavior In a live ICM installation and a Solr Cluster with multiple Zookeeper/Solr Nodes and Replicas for each index the search sometimes returns correct results after a successful replication of the indexes, and sometimes no results for the same search request. Expected Behavior The search returns
AWI-70256 • 27-Apr-2023 • Bug • Solr Cloud
Description Actual behavior: The Error log is too often used for printing out error responses from PAYONE. For instance when a payment connector reports back that the authorization was declined a notice is written into the Error log. But that's a normal business case. Expected behavior: Only error scenarios
AWI-70259 • 07-Dec-2022 • User Story • PAYONE
Description Actual behavior: The Error log is too often used for printing out error responses from Cybersource. For instance in CyberSourceCreditCardAuthorize when Cybersource reports back that the authorization of a credit card was declined a notice is written into the Error log. But that's a normal
AWI-70118 • 07-Dec-2022 • User Story • CyberSource Connector
Description In the storefront context if you submit a quote request you get 2 entries for table ProductListEvent. If you set a new price and submit the quote in the back office then no ProductListEvent will be written. Expected is there also a new entry for the new price. Steps to Repeat - Create a quote
AWI-70171 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description In the Order Export Service configuration the path for exported orders files must be set. But, it is necessary to use the absolute path, something like /var/intershop/share/... But, the absolute path is not necessarily known to the business user, especially when running ICM in a CaaS system
AWI-70165 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description The customer maintains additional ad-hoc Customer Segments in the Live system of a Staging environment. A replication of Customer Segments removes these Customer Segments from the Live system - what is the expected behavior in this case. However, the following attempt to create such a Customer
AWI-70159 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description The price lists import in UPDATE mode creates a new price entry if the price unit for the product is changed. Repro Steps - Create a price list - Add a price entry (quantity=10, value=100) for a product - Export a price list (see 1TestPriceList.xml) - Change the unit of the fixed price entry
AWI-70155 • 22-Mar-2023 • Bug • ICM 7.10
Repro Steps 1. Create a new SOLR index on EDIT OR - DELETE an existent index on LIVE system 2. Replicate at least the search indexes The first replication leads to displaying the replicated index in the LIVE back office with N/A products, in the SOLRCloud console the (new) collection is NOT listed. System
AWI-70139 • 27-Apr-2023 • Bug • Solr Cloud
Description When you try to GET or DELETE a non-existing lineitem this shows up in the error log, causing cluttering of this log file. [2021-09-24 12:10:57.805 +0200] ERROR localhost ES1 appserver0 [####-Site] [-] com.intershop.component.basket.orm.internal.BasketBOImpl [] [Unknown] [Q10KAAIPLbUAAAF8HWJRsxdJ]
AWI-70129 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Repro Steps 1) can be reproduced by adding a custom job with a long runtime (Thread.sleep) 2) can be reproduced by stopping the database or terminating the connections Actual Behavior 1) When a scheduled job runs longer than the time configured at "expectedRuntime", JobHandlerBean will log warnings and
AWI-70126 • 22-Oct-2021 • Bug • IOM 3.4, IOM 3.6
Description When trying to import "fixed" product data after importing "wrong" product data, these updates may lead to completely inconsistent product data when said products are delivered by multiple suppliers. Repro Steps Products: First batch PROPER_PRODUCT_SUPPLIER_A: manufacturerArticleNo = 'MAN_A'
AWI-70116 • 21-Jan-2022 • Bug • IOM 3.4, IOM 3.6
Description Supplier may theoretically be allowed to see only part of the position, but currently they get a permission denied when they try to access/view positions from such orders. ticket 65515 has fix a 'permission leak'; before it user could have more permission then actually defined: The old trigger
AWI-69882 • 20-Apr-2023 • Bug • IOM 3.4
Description Based on the original issue. We have found out that the prefix for the namespace http://www.intershop.com/xml/ns/intershop/order/2.0 is not constant: most of the times it's ns2 (e.g.: <ns2:orders xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://www.intershop.com/xml/ns/intershop/order/2
AWI-70022 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description After product imports there may be duplicate attributes when inadvertently leading or trailing spaces surround the entered attribute names. It is possible to enter attribute names in the back office as well, that have leading or trailing spaces in the name, both for XML based attributes (Product)
AWI-70014 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Actual Behavior The Contact Center REST API contains a REST endpoint to get details on an application. Included there's a Storefront URL which is used for the Co-Browsing feature. Currently the Storefront URL is based on the property "intershop.WebServerURL/intershop.WebServerSecureURL" globally maintained
AWI-70015 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description when there is no default category in the product import file for a product, then the import will automatically set one (previously the validator did it but that was removed with #69937) Now the import sets a default category automatically: assigned classification categories are skipped and
AWI-70010 • 30-Jun-2022 • User Story • ICM 7.10, ICM 11
Showing 821-840 of 3220
The Intershop Knowledge Portal uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties. Please find further information on privacy in the Intershop Privacy Policy and Legal Notice.
Home
Knowledge Base
Product Releases
Log on to continue
This Knowledge Base document is reserved for registered customers.
Log on with your Intershop Entra ID to continue.
Write an email to supportadmin@intershop.de if you experience login issues,
or if you want to register as customer.