On Wed, 25 Jan 2017 05:20:42 -0800, Vijay Marella <[email protected]> wrote:
> Hi All, > > I encountered an issue with the below error message when I tried to > query a view > from Mark Logic Query console in SQL mode. Please see screen shot for > details > and suggest how to fix the error. Thank You in advance..! > > Thank You, > > Vijay Marella There is a limit on the number of schemas (views) you can have in play at once. That limit is 10. If the schemas relate to different applications over different data, you can create different MarkLogic databases with separate schemas databases so that each schemas database is dealing with fewer than 10. Or, you can just have fewer views and use distinct table names instead. //Mary _______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
