Re: [Virtuoso-users] Clear graph

2010-05-16 Thread Alexander Sidorov
Hugh and Ivan, thank you for advices. I tried some of the ways you have suggested but they didn't work. It was easier to me to launch new Virtuoso EC2 instance and make dataset loading from scratch. The problem didn't appear again so looks like I have done something wrong previous time. 2010/5/16

[Virtuoso-users] Amazon EC2 pricing clarification

2010-05-16 Thread Alexander Sidorov
Hello! I was surprised a bit right now (totally my fault). I payed attention to one-time and montly price of Virtuoso Amazon EC2 instance but didn't notice that per-hour pay is doubled (approximately). Now I'm trying to make it cheaper (as we are out of budget) and don't see enough information at

Re: [Virtuoso-users] Clear graph

2010-05-16 Thread Ivan Mikhailov
Hello Alexander, Try "define sql:log-enable NNN" at the beginning of CLEAR GRAPH statement. That will invoke log_enable (NNN, 1) before the operation (and restore the log mode back to original value after the operation). The log_enable() BIF is described in http://docs.openlinksw.com/virtuoso/fn_l

Re: [Virtuoso-users] Clear graph

2010-05-16 Thread Hugh Williams
Hi Alexander, When the Virtuoso hang occurred, how did you stop server was this a graceful shutdown or did you have to forcibly shut it down ? For the query(s) failing can provide the output of running the "explain" function which compiles a query and returns a description of that compilation

Re: [Virtuoso-users] Create user account using conductor

2010-05-16 Thread Alexander Sidorov
Hi Hugh, Thank you! I have finally found this column-style link. Regards, Alexander 2010/5/16 Hugh Williams > Hi Alexander, > > Under the "System Admin" ->"User Accounts" tab of the conductor, their is a > slightly obscure link in the column header for the list of users "Create New > Account"

[Virtuoso-users] Clear graph

2010-05-16 Thread Alexander Sidorov
Hello! Virtuoso hanged during large graph clearing. I stopped Virtuoso, removed virtuoso.lck and started again. I am not sure whether graph was cleared or not but now all queries from this graph result in "S1T00 Error SR171: Transaction timed out". I need to reload dataset to this graph. Is there

Re: [Virtuoso-users] Create user account using conductor

2010-05-16 Thread Hugh Williams
Hi Alexander, Under the "System Admin" ->"User Accounts" tab of the conductor, their is a slightly obscure link in the column header for the list of users "Create New Account" for create new user accounts ... Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.ope

[Virtuoso-users] Create user account using conductor

2010-05-16 Thread Alexander Sidorov
Hello! Is there any way to create user account using conductor? I can see system accounts, modify them but what about adding a new one? Regards, Alexander