Hi,
i installed on premises data gateway and created a custom connector to link with the database on my server.
i imported postman collection to create the custom connector.
When i Test custom connector, i get the 500 failure message
{
"pragma": "no-cache",
"strict-transport-security": "max-age=31536000; includeSubDomains",
"x-content-type-options": "nosniff",
"date": "Thu, 15 Aug 2019 00:38:52 GMT",
"x-frame-options": "DENY",
"content-type": "application/json; charset=utf-8",
"x-ms-request-id": "483fa23a-3277-41de-874b-f607-f142b8a1",
"cache-control": "no-cache,no-store",
"content-length": "195",
"expires": "-1"
}
{
"status": 500,
"message": "Setting 'gateway' cannot be null\r\nclientRequestId: 483fa23a-3277-41de-874b-f607-f142b8a1",
"source": "gatewayconnector-ae.azconn-ae.p.azurewebsites.net"
}
would apprciate help to understand what i am doing wrong.