Categories
- All Categories
- 76 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
"Method Not Allowed" Error in invoking OAC API "Reload data for a dataset"
We have OAC as PaaS instance. When trying to invoke following REST API, getting “Method Not Allowed”.
Can anyone help please?
Answers
-
Hi @DeepaliG-Oracle ,
Can you share the command that you are using to invoke the API?
Which type of dataset are you trying to reload?
0 -
As the API doc also says, I am invoking following, with nothing in the body.
/api/20210901/catalog/datasets/{datasetId}/actions/reload
0 -
Hi @DeepaliG-Oracle ,
I meant the full curl command (or equivalent) that you are using to invoke the API (of course, you can mask sensitive information). This error usually happens when you do not specify the protocol or the method is not supported.
Are you using it to reload a dataset created from a subject area/database connection? Please note that it will not work when your dataset has been created from a file
0 -
@DeepaliG-Oracle Following up on this. Please provide the curl command you are using, including the request method.
0 -
Please make sure - The object ID of the dataset with Base64 encoding.
base64 <<< 'User1'.'Dataset1
Also make sure Dataset us Automatic Caching enabled. Follow How To Set Data Access to Live or Automatic Caching in DV (Doc ID 2949208.1)
This will not work for file-based dataset (Excel, CSV, TXT).
0