AWI-104554 • 12-Mar-2025 • Bug • ICM 7.10
Description The ICM AS SMC job scheduler overview list throws sometimes exceptions about DetermineAllSchedules Steps to Repeat Within a project there was a need to execute long running SMC schedule job "CleanUpImpexJobs" to remove old jobs and related process entries ( about 13k ) By using the SMC list
3P1360 • 18-Sep-2024 • References • ICM 12, ICM 13
This REST API is only available if you consume the Recurring Order extension, which is compatible with ICM 12.1.0+. This API specification is available for download as an Open API 3.0 YAML file: icm-recurring-order-extension-2x0x0.yaml References The following page lists available REST APIs for ICM
AWI-104495 • 04-Mar-2025 • Bug
Description The Stripe Checkout API expects the value in the smallest currency unit to be an integer. Under the assumption that money values are always represented with decimal places from the used currency, the implementation converted the data by moving the decimal point and interpreting it as integer
Y31358 • 25-Feb-2025 • Cookbooks • ICM 7.10, ICM 11, Intershop Commerce Platform, ICM 12
Table of Contents Introduction Features Recipe: Log in to New Relic as External User Recipe: Understanding User Access and Capabilities in New Relic Recipe: Understanding the New Relic UI Recipe: Troubleshooting - Missing Kubernetes Data in New Relic Recipe: Analyzing Log Files in New Relic Recipe:
3C1357 • 26-Feb-2025 • References • ICM 7.10, ICM 11, Intershop Commerce Platform, ICM 12
Table of Contents Introduction Dropped Data Introduction After log event data is sent to New Relic, it can either be stored in the New Relic database or dropped (discarded). Drop filter rules serve to accomplish several important purposes: Storing only the relevant logs Protect privacy and security
3135H6 • 26-Feb-2025 • Guidelines • ICM 7.10, ICM 11, ICM 12
Introduction References Business Process Monitoring Features Obtaining Business Process Monitoring Exploring the Business Process Monitoring Data Dashboard Structure Alerting Introduction Business process monitoring (BPM) allows for a rapid identification of problems in business processes and clarifies
AWI-104417 • 11-Mar-2025 • Bug
Description Requests to the policy enforcer that contain an encoded % character and that should be directed directly to the sparque desk (prefix /sparque/) generate a 500 error from the policy enforcer. Such requests are nor redirected to sparque desk. example: https://policy-enforcer.search.sparque
3135D5 • 05-Mar-2025 • Guidelines • Intershop Progressive Web App
The Intershop PWA provides an integration with Intershop Copilot for Buyers. Official Intershop Documentation: Intershop Copilot - AI Purchase and Service Assistant The Intershop Copilot system consists of: PWA extension - logic to connect with the Copilot backend service and execute the copilotUIFile
AWI-104331 • 26-Feb-2025 • Bug
Description The PayPal connector uses one log file for all application servers. These leads to the problem, that Azure FileSystem get more or less corrupt. Please remove the connector specific logback configuration, so no log separate file is created. ... java.nio.file.NoSuchFileException: /intersho
AWI-104330 • 12-Mar-2025 • Bug
Description The wrapper refuses incoming urls when custom parameter values contain "+" or "%" once decoded. beside this, note that urls must always be valid. which require to : always encode % as %25 (path and query parameters) encode + as %2B (always in query parameters, recommended in the path) Example: