Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When loading the migration app I'm getting this error from the systeminfo end point. All other end points are working fine
The following error occurred:
HTTP protocol error 403 (Forbidden):
The server refused to fulfill the request.
The error occurred here:
RestConnectorMasterTable:
SQL SELECT
"contentHash",
"senseId",
"originalClassName",
"version",
"deploymentType",
"releaseLabel",
"deprecatedProductVersion",
"productName",
"copyrightYearRange"
FROM JSON (wrap on) "root"
WITH CONNECTION(
URL "https://pc-0039/api/about/v1/systeminfo",
QUERY "xrfkey" "abcdefg123456789",
HTTPHEADER "X-Qlik-Xrfkey" "abcdefg123456789",
HTTPHEADER "User-Agent" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36"
)
Make sure Kerebos isn't turned on. It won't work with it turned on.
Also, try as a TASK in the QMC.
Hi @jakob_h,
Have you managed to get this endpoint working? We are facing the exact same issue.