Option to create new ViewDefenition from UI not present if not atleast one ViewDefenition is loaded

Hi ,
Is it possible to add new ViewDefenition even if not a single ViewDefenition is loaded ?

Thanks
Vineeth

Rather stupidly, currently no. The drop-down list is populated by a SELECT DISTINCT query - it should be done by some other mechanism. I suggest you use the config import export tool OG-Integration/src/com/opengamma/integration/tool/config/ConfigImportExportTool.java on a setup that you know works to create a template file of standard configurations to bootstrap new systems.