I am using Cumulocity frontend 1018.0.233 and backend 1018.0.356
i have tried two versions of dynamic mapper 4.3 and 4.5.3 and both I have faced same issue
the issue is during the outbound mapping.
asI have tried to add devices on the Subscription outbound mapping it gives an error and below screenshot from inspect
and
I have checked Notification 2 permission and it was enabled
and below logs from Dynamic mapper microservice
2025-04-23 11:35:52.925 ERROR 11 — [p-nio-80-exec-9] d.m.r.DeviceSubscriptionRestController : Tenant t19885 - Error updating subscriptions:
com.cumulocity.sdk.client.SDKException: Http status code: 404
tenant: t19885 user: service_dynamic-mapping-service
at com.cumulocity.sdk.client.ResponseParser.checkStatus(ResponseParser.java:81)
at com.cumulocity.sdk.client.ResponseParser.parse(ResponseParser.java:63)
at com.cumulocity.sdk.client.RestConnector.get(RestConnector.java:118)
at com.cumulocity.sdk.client.PagedCollectionResourceImpl.get(PagedCollectionResourceImpl.java:130)
at com.cumulocity.sdk.client.PagedCollectionResourceImpl.get(PagedCollectionResourceImpl.java:125)
at com.cumulocity.sdk.client.PagedCollectionResourceImpl.get(PagedCollectionResourceImpl.java:116)
at dynamic.mapping.notification.C8YNotificationSubscriber.lambda$getDeviceSubscriptions$7(C8YNotificationSubscriber.java:399)
at com.cumulocity.microservice.subscription.service.impl.MicroserviceSubscriptionsServiceImpl.lambda$runForTenant$7(MicroserviceSubscriptionsServiceImpl.java:242)
at com.cumulocity.microservice.context.ContextServiceImpl.callWithinContext(ContextServiceImpl.java:78)
at com.cumulocity.microservice.subscription.service.impl.MicroserviceSubscriptionsServiceImpl.lambda$callForTenant$8(MicroserviceSubscriptionsServiceImpl.java:251)