Forum Discussion
Can't connect dataset/semanticModel to Gateway using API (Azure SqlServer datasource)
- 1 year ago
Answering my own question to help anyone else with this issue. Thanks to another post I found some steps listed to connect a dataset/model to a gateway and #4 was the key:
4. The user must be assigned as a user of the data source defined on the gateway (different from being a gateway admin)
The strange thing was that the api method returned 200 yet did not work - should have returned a 403 and I would have suspected permissions sooner.
Answering my own question to help anyone else with this issue. Thanks to another post I found some steps listed to connect a dataset/model to a gateway and #4 was the key:
4. The user must be assigned as a user of the data source defined on the gateway (different from being a gateway admin)
The strange thing was that the api method returned 200 yet did not work - should have returned a 403 and I would have suspected permissions sooner.