[Virtuoso-users] Help with virtuoso

2012-02-13 Thread Nestor Facundo Abraham
Hello, I'm new with Virtuoso software. I'm using the Virtuoso 6.1 open source version for ubuntu. I'm trying to import one .nt dump file to my virtuoso server but i can't find the correct way to achieve it. I first try it with a ISQL sentence like this: ld_dir('/usr/share/virtuoso-opensource-6.1

Re: [Virtuoso-users] How to stop running query

2012-02-13 Thread Maxime Teissèdre
Hi, For some details. Il use status(); and i see that for exemple: Running Statements: Time (msec) Text 5183 SPARQL SELECT ?g COUNT(*) { GRAPH ?g {?s ?p ?o.} } GROUP BY ?g ORDER BY DESC 2 22 status() But, if i want to kill the SPARQL request, i don't know how. If the request i

Re: [Virtuoso-users] How to disconnect SPARQL USER

2012-02-13 Thread Maxime Teissèdre
Thanks for the explanation. It's work. Maxime. 2012/2/13 Yrjana Rankka > On 2/13/12 12:06 PM, Maxime Teissèdre wrote: > > Hi, > > When i run the http_pending_req(); request during a sparl-end-point > requests, nothing is return. > > Adding to Patrick's reply to this message: please keep in mi

Re: [Virtuoso-users] How to disconnect SPARQL USER

2012-02-13 Thread Yrjana Rankka
On 2/13/12 12:06 PM, Maxime Teissèdre wrote: Hi, When i run the http_pending_req(); request during a sparl-end-point requests, nothing is return. Adding to Patrick's reply to this message: please keep in mind that isql is an SQL client - if a function or procedure does not return a SQL resu

Re: [Virtuoso-users] How to disconnect SPARQL USER

2012-02-13 Thread Patrick van Kleef
HI Maxime, When i run the http_pending_req(); request during a sparl-end-point requests, nothing is return. The http_pending_req() returns a vector e.g.: SQL> select http_pending_req(); VARCHAR ___

Re: [Virtuoso-users] How to disconnect SPARQL USER

2012-02-13 Thread Maxime Teissèdre
Hi, When i run the http_pending_req(); request during a sparl-end-point requests, nothing is return. Maxime. 2012/2/13 Patrick van Kleef > Hi Maxime, > > > I can disconnect Virtuoso's users (isql, php odbc, jdbc jena), but >> SPARQL-End-Point is insensitive to the order disconnect_user ('USER

Re: [Virtuoso-users] How to disconnect SPARQL USER

2012-02-13 Thread Patrick van Kleef
Hi Maxime, I can disconnect Virtuoso's users (isql, php odbc, jdbc jena), but SPARQL-End-Point is insensitive to the order disconnect_user ('USER'); even using %. What is the way to disconnect? For HTTP requests you can use the http_kill command. http://docs.openlinksw.com/virtuoso/fn_ht

Re: [Virtuoso-users] Priviliged admin user

2012-02-13 Thread Patrick van Kleef
Hi Maxime, I wonder if the DBA has a dedicated cannal to connect to Virtuoso. Indeed, DBA as the admin user of Virtuoso, it is the only one who can run some commands (disconnect, backup ...) and if all threads are used by other applications, it can't connect and run a request, not privileg

[Virtuoso-users] Priviliged admin user

2012-02-13 Thread Maxime Teissèdre
Hello, I wonder if the DBA has a dedicated cannal to connect to Virtuoso. Indeed, DBA as the admin user of Virtuoso, it is the only one who can run some commands (disconnect, backup ...) and if all threads are used by other applications, it can't connect and run a request, not privilege. Is there

[Virtuoso-users] How to disconnect SPARQL USER

2012-02-13 Thread Maxime Teissèdre
Hello, I can disconnect Virtuoso's users (isql, php odbc, jdbc jena), but SPARQL- End-Point is insensitive to the order disconnect_user ('USER'); even using % . What is the way to disconnect? Thank you.

[Virtuoso-users] How to stop running query

2012-02-13 Thread Maxime Teissèdre
Hello, I do not find a way to stop a query. Is there a command to display the list of running query and a sort of ID and a kill command? Thank you, Maxime T.