Hi All,
I am working on the tutorial https://youtu.be/JxuJ5OzD8Yg (SAP HANA Academy - HCP Predictive Services: Recommendations (Trial Edition)). As mentioned in the tutorial I typed the code
{
"hanaURL": "PS_DATA/CUST_TRANSACTIONS"
}
and then hit on Post. And after hitting Post I am getting the status 400 as against Status 200.
Status 400 is an error code whose description is given in the screen shown below and the message given after the screen below:
An error has occurred. It can be due to wrong settings or issues in the dataset.
For more information, see the list of error codes in the SAP Cloud Platform Predictive service User Guide.
{ "$schema" : "http://json-schema.org/draft-03/schema#", "type" : "object", "properties" : { "errors" : { "description" : "List of error messages", "type" : "array", "items" : { "type" : "object", "properties" : { "errorCode" : { "type" : "string", "required" : true }, "errorMessage" : { "type" : "string", "required" : true } } }, "minItems" : 1, "required" : true } } }
Can you please explain me how to fix this error?
Thank you.
Regards,
Pavan.