Hi !
I'm trying to import orders data into CI (Trial) from on-premise Sql Server database using On-Premise Gateway Connector.
I've installed On-Premise Gateway Connector on local machine and using local Sql Server instance for proof-of-concept.
I've successfully registered Gateway Connector and created connection at Power Apps Portal.
Next step is to create Data Source in CI. I can see all orders in Power Query:
But when I click "Save" button - error message is displayed:
I've checked browser network trace (from Developer Tools): request to /manage/datasources returns Http 503:
{"exception":null,"httpStatusCode":503,"exceptionCulprit":"System","errorCode":"DataSourceCreateOrUpdateFailed","resultSeverity":"Error","message":"Failed to create/update data source.","name":null,"params":{"InstanceId":"df41d518-d59a-42c5-83c2-6698752f7454","DataSourceId":""},"ciResults":null}
Any ideas ?