Hi,
Power BI REST API is failing with 500 Internal Server Error from Apiary
This is the API
Add Rows: POST https://api.powerbi.com/v1.0/myorg/groups/{group_id}/datasets/{dataset_id}/tables/{table_name}/rows
And this is the response
500
HEADERS
- connection:keep-alive
- cache-control:no-store, must-revalidate, no-cache
- transfer-encoding:chunked
- content-type:application/json; charset=utf-8
- server:Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0
- strict-transport-security:max-age=31536000; includeSubDomains
- x-frame-options:deny
- x-content-type-options:nosniff
- requestid:4e06760a-222d-47d6-9ccc-a97f98de2c32
- date:Mon, 15 May 2017 19:54:18 GMT
- x-newrelic-app-data:PxQDVFVRCQITVlZRDgcFV0YdFGQHBDcQUQxLA1tMXV1dSnwZQRNWERdcRE42LGtnH0tLQBsBGVZXBBoCTF9UWwVWD1oJChgfAkkbVFMHVwNSDwcHUQUPVghGTQRWXUQDOQ==
- via:1.1 vegur
BODY
{"error":{"code":"GeneralException","message":"Failed to process dataset PostRows","target":"PostRows","details":[{"message":"SQL row count query failed: Database unreadable Server: tcp:dfmsitwcussql.database.windows.net, Database: DF-MSIT-SCUS-RestaUserDataStore-0, Command: SQLText"}]}}
Is this global issue? Please investigate.
Thanks,
-Minsuk