Hi David, Just to be on the same page, which version of TBC/TBL are you using?
In regards to the error that you get when executing a query, I will try to reproduce this first. In regards to the inconsistency in number of stored queries, I assume that all 5 of the queries you see in the SPARQL Editor's menu once existed, but that you deleted some via the Query Library component? I have just discovered a bug in that regard that would cause those queries to still appear for the SPARQL Editor. Basically, the stored queries still exist, but the actual SPARQL associated with the stored query is deleted. As a work-around to deleting the stored queries, you can open as text the query library model (server.topbraidlive.org/dynamic/queryLibrary/library.n3) and delete them. Each stored query is of type library:CannedQuery and its URI will be something like library:CannedQuery_707195. Find the ones whose matches those that you want to delete, and be sure that the ones you want to delete are those for which there is no 'library:hasSparql' triple (where the object is a SPARQL query). Delete the corresponding N3, save the file, and then reopen it in TopBraid (or you can just restart TBC/TBL). On Fri, Aug 12, 2011 at 10:43 AM, [email protected] < [email protected]> wrote: > This is within the web appliciation. > > I am having several issues with stored queries. The first has to do > with having two stored queries in the query library form. When I > highlight one of the queries then click on the execute button, I > sometimes get the following error "An internal error occurred in > TopBraid Ensemble : Precisely one s, p, o argument must be null.". I > believe that the query is valid since when I load a query, when in > the SPARQL Editor form and click the submit query buttom - I get the > correct outcome in the Results form. > > The next issue is that when I'm in the SPARQL Editor form and I use > the Load stored query button, I see in the dropdown about 5 stored > queries as opposed to when I use the Query Library form, I only see > two. I want to delete > 3 of the 5 stored queries that are being showed in the SPARQL Editor - > so I'm consistant > > -- > You received this message because you are subscribed to the Google > Group "TopBraid Suite Users", the topics of which include TopBraid > Composer, > TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/topbraid-users?hl=en > -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en
