Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anuradha-kesharkar
Partner - Contributor
Partner - Contributor

Not able to create dataconnection for datasourceID=rest using Dcaas api link

I am getting below error while creating data connection for datasourceID=rest using DCAAS Api link

 

{
    "status": 400,
    "errors": [
        {
            "code": "DCAAS-2004",
            "title": "Unsuccessful command while creating connection",
            "meta": {
                "description": "Command 'testConnection' exection was not successful",
                "message": "Value cannot be null. (Parameter 'source')",
                "detail": null
            }
        }
    ]
}
0 Replies