Hi,
I am facing two issues while working with the Drop down menu (naming as Actual App). First, I need to display the drop down menu with a list that is connected to a live database. The functionality of the Actual app is to modify one value and update the database. Secondly, while running the app next time, the drop down menu should display the modified list (changed before via App).
I have used 3 types of configuration for this issue, although they work fine on my local machine, none of them execute successfully on the server.
Configuration 1: The drop down menu is connected to a LIVE database connection, it fails to display any thing on the server.

Configuration 2: The drop down is forced to connected to a dynamic rename tool that connected to a live database connection, it displays the old list, not the new one after previous run.

Configuration 3 : Used a Chained app (user wont see the app) that would run and create a .yxdb file, the Actual App is using drop down to retrieve the .yxdb file to display the list. This configuration displays a list but does not update with modified value after the previous run.

None of these work successfully in the server.
Any suggestions?
Thanks,
Manidipa