Error codes in Metadata API

This section lists all possible error response codes that could be sent from the Zoho Analytics server on failure of Metadata APIs. You can use this for appropriate error handling.

ERROR CODES

Error-CodeReasonSolution
7102The Workspace name specified in the API request URL is empty.Check the API Request URL and provide a valid Workspace Name.
7103The Workspace Name mentioned in the API URL does not exist.Check the Workspace name in the request URL and provide a valid Workspace name.
7104The view name specified in the API request URL does not exist.Check the view name in the request URL and provide a valid view name.
7106View id not present in the Workspace.Provide a valid OBJID.
7138View Name not present in the Workspace.Check whether the viewname provided is present in the workspace or not.
8504The required parameter is not proper or has not been sent.Send the parameter with valid data.
8506The mentioned parameter has been sent more than the required count.Check and remove that extra parameter mentioned in the response.
8516Invalid value passed in the mentioned parameter.Provide the valid data to the mentioned parameter.
8533The user email address provided in the URL is an improper format.Provide a valid email address.
18011Cannot connect to specified Endpoint. Please check the specified Endpoint is correct and try again.Provid a valid endpoint value for the attribute HOSTNAME.
18040Login failed for specified user. Please check the username and password.Check whether the username and password provided are valid for connecting the cloud service.
18041Provided database does not exist. Please check the details provided.Check whether the provided database exist in the cloud service.
18042Cannot connect to the specified S3 Output Location.Check whether the provided S3 Output Location is valid.
18043Cannot connect to the specified region.Check whether the provide AWS region of the Athena Database is valid.
18044Provided Project Id does not exist or you are not authorized to access this project in Google BigQuery.Check whether the provide Project Id is valid for connecting Google BigQuery service.
18056Cloud connections not available for this table.Provide a view name which has an existing cloud connection.
18060Provided workspace do not have a live connection setup.Specify a workspace with live connect setup.

 In case of any error other than the above said, mail the API request URL parameters and error response details to support@zohoanalytics.com. Zoho Analytics Team will get back to you with the best possible solution.

Sample Error:

Copied<responseuri="/api/EmailAddress/WorkspaceName"action="DATABASEMETADATA">
    <error>
        <code>7103</code>
        <message>
        Workspace not found! Please check whether the Workspace exists
        </message>
    </error>
</response>
Copied{"response":
    {"uri": "\/api\/email\/WorkspaceName",
        "action": "DATABASEMETADATA",
        "error":
        {"code":7103,
        "message": "Workspace not found! Please check whether
                               the Workspace exists"}}}