You can translate the question and the replies:

No search methods ready to be run. The following fields are obligatory in the view

I have exported VIEWS from my dev Denodo and tried to import that to my local. It got imported successfully. But when I am executing the VIEWs, it is throwing me below error: Finished with error: No search methods ready to be run. The following fields are obligatory in the view 'dsr_bv_country_match_return': dsr_sales_class, dsr_date, dsr_country_id The tree view looks to be fine. Only when I execute the VQL of the View to get data, it throws the error.
user
07-12-2016 02:26:49 -0500
code

1 Answer

Hi, Basically in VDP search methods helps to explicitly specify the query capabilities in the base views. The execution engine automatically calculates the query capabilities of the derived views according to the capabilities of its base views. Therefore you will not be able to modify the search methods on your derived views. From the error message I understand that you are trying to execute a view named "dsr_bv_country_match_return" which has three fields "dsr_sales_class, dsr_date, dsr_country_id" set as obligatory which means its mandatory to provide values for the fields before you execute the view. I think you need to check also in DEV if you receive the same error message without providing the values for the obiligatory fields. Hope this helps!
Denodo Team
09-12-2016 10:34:13 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here