cancel
Showing results for 
Search instead for 
Did you mean: 

Error while generating IOS Application using oData service

former_member602333
Discoverer
0 Kudos

Getting above error while generating IOS Application using IOS assistance manager.

Following are the logs:

error	10:16:52.633868 +0530	SAP Cloud Platform SDK for iOS Assistant	updateApplication failed - Error Log: DataServiceError: Error 500 (Internal Server Error)

<error xmlns="http://docs.oasis-open.org/odata/ns/metadata"><code>500</code><message>Could not create Mapping between application and connection, see log for details</message></error> (File: NeoAdministrationService.swift, Function: updateApplication, Line: 401)

error	10:16:52.646939 +0530	SAP Cloud Platform SDK for iOS Assistant	Project generaton failed - Error Log: The operation couldn’t be completed. (Assistant.AssistantProjectGenerationError error 0.) (File: ScenarioFactory.swift, Function: generateAndPersistApplication, Line: 195)

error	10:16:52.702505 +0530	SAP Cloud Platform SDK for iOS Assistant	Unexpected error happened: cpmsAdministrationServiceError(CPmsAdministrationService.CPmsAdministrationServiceError.communicationError(DataServiceError: Error 500 (Internal Server Error)

<error xmlns="http://docs.oasis-open.org/odata/ns/metadata"><code>500</code><message>Could not create Mapping between application and connection, see log for details</message></error>)) (File: ScenarioFrameViewController.swift, Function: handleAdministrationServiceError, Line: 348)<br>

Accepted Solutions (0)

Answers (1)

Answers (1)

aschlosser
Employee
Employee
0 Kudos

Harshal,

This seems to be a problem on the server side; can you log on to your Mobile Services Cockpit and see if there's anything useful in the event logs that might help? Otherwise, can you provide more details what you did in the Assistant step-by-step before you've seen this error?

Thanks
Andreas

0 Kudos

Hi Harshal,

As Andreas mentioned, the problem is probably on the server side, in the used configuration. Could you please check whether your application security configuration and destination authentication type matches? (For example: Noauth does not work with App-to-app SSO)

Thanks and Best regards,

David