AWI-95616 • 18-Oct-2024 • Bug • ICM 7.10
Description If the "Regular Replication Process" job fails for some reason, it may close the currently used db connections of another running replication process. This is the error message on the Live system: [2024-02-07 06:35:00.628 +0000] [StagingProcessThread275925919] ERROR - Pipelet ProcessReplication
AWI-95614 • 22-May-2024 • Bug • ICM 7.10
Description ShortLink Import in DELETE mode is prepared in the ElementBulkerShortLink but cannot be used, because the bc-foundation.xsd does not allow the import mode at the element of ShortLinkType and the backoffice does not provide a DELETE mode option for the short link import. - The customer wishes
AWI-95588 • 11-Jun-2024 • Bug
Description A uploaded channel import file can not deleted anymore in case of 11.9 Azure environment Steps to Repeat Login in Backend Select the Channel Go to Kunden → Import und Export → Kunden (CSV) - Import Upload an import csv Import the file (Kunden → Import und Export → Kunden (CSV) - Import) Wait
AWI-95463 • 12-Jun-2024 • Bug • ICM 7.10
Description It is not possible to create a new contract for customers when using a German locale. Steps to Repeat 1. Open the ICM and switch to the "inTRONICS Business" channel. 2. Go to "Customers > Customers" and open a customer (e.g. "AgroNet"). 3. Switch to the tab "Account Managers" and click "New"
AWI-95458 • 24-May-2024 • Bug • Intershop Order Management, IOM 4.7
Description Steps to reproduce the bug: Prepare database: BEGIN; -- Event registry configuration --> Trigger Mail Event Manager INSERT INTO "EventRegistryEntryDO" ( "id","creationDate","modificationDate", "processesRef","version", "eventDefRef","shopRef","description") SELECT nextval('"EventRegistryEntryDO_id_seq"')
31166L • 03-Jul-2024 • Guidelines • ICM 7.10
Table of Contents Introduction Configuration Updates Assembly Project Configuration Deployment Configuration Minimum Required Component Set Release Versions Version Information ICM Components Deployment Gradle Tools CLI Tools Infrastructure Discovery Server Apache Web Adapter Web Adapter Agent Deployment
AWI-95445 • 12-Jun-2024 • Bug • ICM 7.10
Description The query bc_b2b/release/queries/quote/SearchQuotesByOwner.query does not work for 2 scenarios with MSSQL: 1. Under microsoft dialect, CONTAINS method is written on 'stringvalue' column of productlist_av. But it is giving error : "Cannot use a CONTAINS or FREETEXT predicate on table or indexed
AWI-95426 • 08-Aug-2024 • Bug • ICM 7.10
Description Graceful shutdown does not work / no on(Pre)ShutdownHooks are executed Steps to Repeat - in "appserver.properties" set "intershop.shutdown.gracePeriod=60" - in global "webadapter.properties" set "cs.poll.interval=10" - in "logback-main.xml" set level DEBUG for "com.intershop.beehive.core
AWI-95385 • 18-Oct-2024 • Bug • ICM 7.10
Description The DeleteDomainReferences does not delete the corresponding entries for COSTOBJECTTYPE and COSTCENTERBASE. With Oracle and enabled constraints the following error is thrown: SQLTransactionRollbackException: ORA-02091: transaction rolled back ORA-02292: integrity constraint (INTERSHOP.CO
AWI-95352 • 03-Apr-2024 • Bug
Description Staging fails after update to ICM 11.10.0 at table PRODUCT. Reason: Column BMECATALOGID has been introduced in 11.10.0. It is available in tables PRODUCT$1 and PRODUCT$2, but not in views PRODUCT$S and PRODUCT$X ! That's why the following staging statement fails: INSERT INTO PRODUCT$1 (.