Description The issue came to my attention at this customer, that still runs on 7.9, but 7.10. seems to be affected in the same way. The index BASICPROFILE_CI001 appears in two files in the source code: Here the index is dropped core/staticfiles/cartridge/lib/resources/core/dbinit/scripts/dbconstraints
AWI-77586 • 21-Nov-2023 • Bug • ICM 7.10, ICM 11
Description As InvoiceAggregationIntervalDefDO is not prepared with migration scripts, customizations have to initialize this table to avoid constrain violations when accessing the missing values in custom queries. Preparing this table while server start is too late in this cases. Expected Behavior
AWI-77579 • 24-Mar-2023 • Bug • IOM 4.1
Actual Behavior Getting LazyInitializationException when trying to get assigned Supplier via ShopDO LazyInitializationException: failed to lazily initialize a collection of role: bakery.persistence.dataobject.configuration.shop.ShopDO.addressTypeList4ThisShop List<ShopDO> shops = shopLogicService.getShopDOList();
AWI-77582 • 18-Apr-2024 • Bug
Description The customer encountered a situation that certain product pages could not be rendered in the PWA (Version 2.0) Then the log logged this NullPointerException: [2022-06-10 16:09:49.592 +0200] ERROR localhost ES5 appserver0 [inSPIRED-otherTRONICS-Site] [-] com.intershop.component.rest.internal
AWI-77578 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description The creation script should check for the column TaxDO.location prior to creating the trigger. Otherwise, DBMigrate will notify an error while re-creating the stored procedures when the original version is less than 3.4.0.0. This is uncritical as the trigger just enforces data integrity and
AWI-77545 • 22-Mar-2023 • Bug • IOM 4.1
Description Running the ProcessProductPriceRefresh job can cause an OCAException during the price list import because the job removes all entries with past event dates in the PRODUCTPRICECHANGEEVENT db table. If these entries are added during the import, the OCAException may occur. Since this job is
AWI-77526 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Exception is thrown for SOAP connection during staging. [2022-06-08 14:59:15.382 +0000] [icm-executor-service-thread1: PipelineExecutor_TriggerStagingProcess-TriggerLive1386711286] INFO - CORE exception : com.intershop.beehive.core.rapi.soap.ConnectException: http://icm-lv-web:8080/INTER
AWI-77509 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Description The customer noticed that stopping the Windows application server service or the stop via nodemanager do no longer work since they upgraded from 7.10.27.1 to 7.10.38.9-LTS The java application stays loaded Steps to Repeat - enable check source for the configuration intershop.configuration
AWI-77500 • 13-Sep-2023 • Bug • ICM 7.10
Description When a review is in status new (has to be approved) the review details REST Call returns the following: { "type": "Review", "authorFirstName": "Patricia", "authorLastName": "Miller", "title": "Super!", "content": "dsfdsf", "id": "B_WsH_AByIUAAAGBVUdi2GY0", "creationDate": 1655277111125, "rating": 4
AWI-77476 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description For the PWA 3.0 version the product, category and content page routes will be changed to get a better SEO ranking. This needs to be addressed during the creation of PWA sitemaps. A documentation of how the new PWA urls will look like and what challenges needs to be addressed is here: https://github
AWI-77470 • 10-May-2023 • User Story • ICM 7.10, ICM 11
Description If you want to exclude a specific category filter from the search results all category filters will be removed Repro Steps On the storefront search for a product that is present in some of the Catalogs as well as the specials catalog, e.g.: "3718397" Switch to the backoffice and open the
AWI-77466 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description ruleDescription is missing for GET promotions call after update to 7.10.38.9 Repro Steps 7.10.38.9 LTS: GET https://10.0.67.163:8443/INTERSHOP/rest/WFS/inSPIRED-inTRONICS-Site/-;loc=en_US;cur=USD/promotions/10EUROrderDiscount Response: { "name": "10 EUR Order discount", "type": "Promotion"
AWI-77463 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Until now, database tables are extended at startup when a new java enum value is detected. (in enums annotated with @PersistedEnumerationTable) This is too late as migration or project sql scripts may refer to such new values and hence fail or even silently skip some tasks, when those enum
AWI-77453 • 29-Feb-2024 • Feature • IOM 4.2
Description REST Request post /products/<sku>/reviews payload: { "authorFirstName": "Patricia M.", "rating": "4", "title": "fuck", "content": "fjdskjfdsl", "showAuthorNameFlag": true } Actual Behavior the review will be created Expected Behavior There will be an error due to the failing profanity check
AWI-77423 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description When looking into logs, we can hardly see any 'real' warnings because this one appears so often. Apparently the FTP job is successful but that does not get reported. Please fix it. Maybe the cause is a different one but then the error message should point in the right direction. In this case
AWI-77413 • 22-Mar-2023 • Bug • IOM 4.1, IOM 4.2
Table of Contents Introduction Dependency Version Information Glossary General Information New Features Azure PostgreSQL Flexible Server is supported now Updated Base Image Fixed Defects Product Version 3.0 Product To Version Status New Labels Introduction Welcome to the IOM dbaccount Docker image.
3L0450 • 14-Sep-2022 • Release Notes • IOM 3.0, IOM 3.1, IOM 3.2, IOM 3.3, IOM 3.4, IOM 3.5, IOM 3.6, IOM 3.7, IOM 4.0, IOM 4.1, IOM 4.2, IOM 4.3, IOM 4.4, IOM 4.5, IOM 4.6, IOM 4.7, IOM 5.0
Description When ICM Application Server (7.10.38.5-LTS) is to be shut down (Ctrl-C or 'Shutdown') it sometimes hangs up and doesn't shutdown properly. In most cases it's possible to kill the Java Task in Windows task manager manually. Sometimes only a computer restart solves the problem. This is really
AWI-77388 • 13-Sep-2023 • Bug • ICM 7.10
Description REST Resources that allow caching require a spgid to ensure that the result is personalized cached. This affects several domains (Product, Catalog, Promotions, Reviews etc.) Unfortunately there's no consistent behavior for affected places. Problems: * Confusion about the name PGID vs SPGID
AWI-77362 • 06-Apr-2023 • User Story • ICM 7.10, ICM 11
Description When directly creating a credit note for 1 order of an aggregated invoice with multiple orders, all orders are mapped to the credit note. Repro Steps let IOM create an aggregated invoice for multiple orders navigate to the invoice, use the 'create credit note' to directly create a credit
AWI-77348 • 22-Mar-2023 • Bug • IOM 4.1, IOM 4.2
Table of Contents Introduction Dependency Version Information Glossary General Information New Features Updated Base Image Migration Notes Introduction of Semantic Versioning Product Version 3.0 Product To Version Status New Labels Introduction Welcome to the IOM dbaccount Docker image. This image is
L30444 • 14-Sep-2022 • Release Notes • IOM 3.0, IOM 3.1, IOM 3.2, IOM 3.3, IOM 3.4, IOM 3.5, IOM 3.6, IOM 3.7, IOM 4.0, IOM 4.1, IOM 4.2, IOM 4.3, IOM 4.4, IOM 4.5, IOM 4.6, IOM 4.7, IOM 5.0
Showing 2361-2380 of 5292
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.