cancel
Showing results for 
Search instead for 
Did you mean: 

MDK Offline data sync/upload not work - destination not assigned

robert_hunger
Participant
0 Kudos

Hello Experts,

We have an urgent Problem with offline Data upload. Upload End with


'The incoming path / sap / opu / odata / sap / Z ... / ... Set (' PQ2EVG4 ') is not assigned to a destination. The request is rejected with 404 (not found). '


But Data already loaded, all changes done, Destination is working and Backend Idempotent Services are running but update Action didn't find destination. All this works already and we had no changes at MDK Code and ODATA- Services. Data also successful loaded. I can test OData Service and Entity with Browser there are no Problems.

I don't have any Idea how can we fix this problem.

Thanks for every suggestion

+ Robert

Offline Service Definition 
{
	"AppId": "de....",
	"DestinationName": "de....",
	"LanguageURLParam": "sap-language",
	"OfflineEnabled": true,
	"OfflineOptions": {
		"StoreParameters": {
			"EnableRepeatableRequests": true,
			"EnableRequestQueueOptimization": true,
			"EnableUndoLocalCreation": true,
			"StoreName": "LOG_MDE001-003"
		}
	},
	"PathSuffix": "/sap/opu/odata/sap/Z../",
	"ServiceUrl": "/destinations/....",
	"SourceType": "Mobile"
}

Action

{
	"ActionResult": {
		"_Name": "actionResult"
	},
	"OnFailure": "/mobile_scp_eh_logistics/Actions/LetiScan/MessageError.action",
	"OnSuccess": {
		"Name": "/mobile_scp_eh_logistics/Actions/MessageActionSuccess.action",
		"Properties": {
			"Animated": true,
			"Icon": "/mobile_logistics/Images/info.png",
			"Message": "$(L,'message_upload_parts')"
		}
	},
	"Service": "/mobile_scp_eh_logistics/Services/MdeOffline.service",
	"ShowActivityIndicator": true,
	"UploadCategories": [
		""
	],
	"_Type": "Action.Type.OfflineOData.Upload"
}

MDK 5.2.0 Android

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

robert.hunger

can you raise a support ticket on this issue and our engineers will investigate it?

robert_hunger
Participant
0 Kudos

Hallo jitendrakumar.kansal ,

i have already a support ticket opened. But not really helpful and our problem is urgent so i replaced this update action with own code. It will be work for this moment.

thx for your help

+robert

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

I have reached out to you in a private conversation for ticket details

robert_hunger
Participant
0 Kudos
Incident 489307/2021 (P3) - Mobil Service Data Provider/Destination not found - Status changed: In-Process

Hallo jitendrakumar.kansal ,

That's Incident Number of our problem and there is other ticket from sap- basis concerning connecting via cloud connector to btp. I will share this number later.

thx, + robert

Accepted Solutions (0)

Answers (0)