Hi,
I am connecting my dropdown tool to external data base (SQL) I have connected dropdown list to view (View table which is created in sql).
I have used List Values as external source - Must contain NAME && VALUE fields (can be relative path).
And in properties connect the SQL Server and write a select query retrieve the data from view and populated in dropdown.
Execution of query takes 40 sec to execute, so while running the query in gallery it gives me error like :
Server Error: 500 Server Error Timed out in IboundNamedPipe::ReadFile: after 30000 milliseconds
Could you please help me on this. If there is an any alternative then please suggest.
I was stuck in this since last month and not get any solution yet
Note : I don't want to create any other table in SQL. I want to run with existing view only and view has refresh with millions of data and select query written on that view using some distinct records on particular column which gives mi output with 6-7 records which I want to show in dropdown list.
Thank you in advance.