Description Applying the bugfix for #77288 only ensures that not-null-columns are migrated to null-columns even if the ORM field is declared as required. So columns that already were migrated to null wrongly will stay null. Actual Behavior Columns that already were migrated to null wrongly will stay
AWI-77713 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Description executing the function directly on the database: select "process_article_aggregation" (); throws: SQL Error [23503]: ERROR: update or delete on table "ArticleInfoShopAO" violates foreign key constraint "ArticleInfoShop2DeliveryFormDefAO_fk_articleInfoShopRef" on table "ArticleInfoShop2DeliveryFormDefAO"
AWI-77708 • 24-Mar-2023 • Bug • IOM 4.1
Table of Contents Introduction View and Edit Interactive Prototype Responsive Design Page Notes Widget Style Manager Feedback Wireframes Introduction The wireframes described here contain interaction designs for storefront pages. Elements and functionality of the Intershop Progressive Web App are displayed
3045B5 • 11-Apr-2024 • Wireframes • Intershop Progressive Web App
Description When emails are sent using TLS the SSL handshake fails. Steps to Repeat see #72034 Actual Behavior see #72034 Expected Behavior Mail can be sent null Bug null Verified Closed null Major AdoWorkItem 77651 Products Products Infrastructure 0 Fixed in Commit 72034 Related as/11.0.6
AWI-77651 • 13-Sep-2023 • Bug • ICM 11
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 • 22-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
Showing 2361-2380 of 5296
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.