No that is not exposed in the public API anywhere but can be fixed internally and I have just done so, unfortunately I already made the 0.6.0 release this past weekend so the fix won't hit an official release until 0.6.1 now

Rob

On 2/21/12 6:44 AM, Hugh Williams wrote:
Hi Sherif / Rob,

The Virtuoso ADO.Net <http://ADO.Net> Provider DBcommand class has a detault CommandTImeout <http://msdn.microsoft.com/en-us/library/system.data.common.dbcommand_properties.aspx> property value of 30 seconds, as detailed at:
http://docs.openlinksw.com/virtuoso/virtclientref.html#vcrvirtuosocommandclass

Which would be the timeout you are hitting, so does the dotNetRDF library allow this property value to be set so it can be increased as required ?

Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.      // http://www.openlinksw.com/
10 Burlington Mall Road, Suite 265, Burlington MA 01803
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers

On 17 Feb 2012, at 22:10, sherif kandel wrote:

sorry for being late,
The stack trace of the exception is:

System.SystemException was caught
  Message=Timeout expired.
  Source=OpenLink.Data.Virtuoso
  StackTrace:
at OpenLink.Data.Virtuoso.Future.GetResult(ISession session, FutureList futures, Boolean remove) at OpenLink.Data.Virtuoso.Future.GetNextResult(ISession session, FutureList futures) at OpenLink.Data.Virtuoso.ManagedCommand.ProcessResult(Boolean needEvl)
       at OpenLink.Data.Virtuoso.ManagedCommand.Execute(String query)
at OpenLink.Data.Virtuoso.VirtuosoCommand.ExecuteReader(CommandBehavior behavior) at OpenLink.Data.Virtuoso.VirtuosoCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
       at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
at VDS.RDF.Storage.VirtuosoManager.Query(IRdfHandler rdfHandler, ISparqlResultsHandler resultsHandler, String sparqlQuery)
       at VDS.RDF.Storage.VirtuosoManager.Query(String sparqlQuery)
at relAlgorithm.QueryProcessor.doQuery(String queryText) in C:\Users\Sherif\Dropbox\Graduation project -Sherif\[Prototype]\relalgorithm-lt\relAlgorithm\relAlgorithm\QueryProcessor.cs:line 138
  InnerException:

I know for sure it times out after 30 seconds because I made a timer to count the time from sending the query to the catch{} , it displayed 30.xxxx seconds
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


Reply via email to