AWI-78832 • 21-Nov-2023 • Bug • ICM 7.10, ICM 11
Description The customer is about to recreate some channels In order to do it they deleted the channel and executed the job DeleteDomainReferences. Then they created the channel anew. In their test systems (no staging) this worked fine, but when they tried the process in the INT edit environment some
AWI-78791 • 13-Sep-2023 • Bug • ICM 7.10
Description During long running jobs often resources are locked to avoid database locks. Mostly the TransientResourceLock is used. This class supports an heart beat to the database, so firewalls and db server will be informed that the connection is still alive. The default is 0 and means no heartbeat
AWI-78734 • 24-Mar-2023 • Bug • IOM 4.1, IOM 4.2
Description Repro Steps Set up a product stock import configuration that has the canDatapackBeEmpty set to true. Import a BC stock file that has only a header line and nothing else Wait for the import to fail. Actual Behavior The standard import process configuration has a flag that can be set to determine
AWI-78692 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description When using the selective inbound product sharing in a channel, the search does not return any products. Subsequently, it is not possible to assign any products to be shared inbound. Repro Steps 1) open inSPIRED organization in ICM2) go to Master Catalogs > Outbound Product Sharing 3) enable
AWI-78678 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Product Attribute Groups import has problems with domain assignments This is a security problem, because import allows to circumvent backoffice access settings. Repro Steps - setup ICM 7.10.38.9 with german lead locale inside \eserver\share\system\config\cluster\localization.properties american
30482M • 10-Nov-2022 • Concepts • 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, IOM 5.1
Table of Contents 1 Introduction 1.1 References 2 The Order Life Cycle Introduction This document shows and explains a representative order life cycle in the context of the Intershop Order Management. Whereas there could be many different realizations of an order life cycle depending on the requirements
3048G1 • 02-Nov-2022 • Overviews • 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, IOM 5.1
Table of Contents 1 Introduction 1.1 About the Topic 2 Overview Introduction The present page serves as an overview for the topic. All available documents for the topic can be found here. About the Topic To get ready for IOM project development, the Intershop Order Management Blueprint Project was created
AWI-78664 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Description An exception occurred migrating tables com.microsoft.sqlserver.jdbc.SQLServerException: ALTER TABLE only allows columns to be added that can contain nulls, or have a DEFAULT definition specified, or the column being added is an identity or timestamp column, or alternatively if none of the
AWI-78651 • 22-Mar-2023 • Bug • IOM 4.3
Description Shop2Supplier2ApprovalTypeDefDO not considers decision beans for return announcements. It just will be ignored and can't be used to configure special rules. Neither concepts nor cookbooks go more into detail. So, as I know the usage of decision beans would expect that this is working here
AWI-78645 • 13-Sep-2023 • Bug • ICM 7.10
Description default boolean areSematicallyEquivalent(ColumnType typeX, ColumnType typeY) was removed in platfom 53.4.8 default boolean areSemanticallyEquivalent(ColumnType typeX, ColumnType typeY) was added The old/wrong method should be available and deprecated to allow a smooth migration. Expected