• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ColdFusion - "Datasource '' could not be found.

New Here ,
Apr 01, 2020 Apr 01, 2020

Copy link to clipboard

Copied

I am trying to get data from a coldfusion api but on hitting the api I get this error message:

"Message": "Datasource '' could not be found."

 

I have subscribed to the api and have a default application setup which can produce application/json response. The authentication used is apikey which i am using for the app that I have subscribed to and everything seems to be setup fine.

 

Below are details for the request when i try out the api. Can someone please suggest what could be the problem.  

 

Request Details:

URL : [url]
Method : GET

Accept : application/json
Cache-Control : no-cache
If-Modified-Since : 0
Pragma : no-cache
Params :
api_key : [api_key]
client_key : [client_key]
 
Response Details:
Status : 500
content-length : 47
content-type : application/json;charset=UTF-8
 
Response Body:
{
"Message": "Datasource '' could not be found."
}
TOPICS
Database access

Views

408

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 01, 2020 Apr 01, 2020

Copy link to clipboard

Copied

LATEST

Are you merely the user of the api, rather than the developer or someone involved in managing the cf api? If so, there's nothing you can do. You need to reach out to the developer or those managing it. They would approach this like any error, using debugging techniques, cf logs, and/or cf error handling mechanisms to find more detail about the error and its cause. 


/Charlie (troubleshooter, carehart.org)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation