Hi Alex,

The error occurs as the insert operations are performed in transaction mode.
You can turn it off and force the auto-committing of the the transactions 
to avoid the log limit being exceeded. That is recommended in general for 
SPARUL operations as detailed at: 
http://docs.openlinksw.com/virtuoso/sparqlextensions.html#rdfsparul

Another thing you can try is to set the "TransactionAfterImageLimit" parameter 
in the virtuoso.ini configuration file to a higher value than its 50MB default 
as detailed at: 
http://docs.openlinksw.com/virtuoso/databaseadmsrv.html#ex_threadcleanupinterval



Best Regards,
Rumi

  ----- Original Message ----- 
  From: Alex 
  To: virtuoso-users@lists.sourceforge.net 
  Sent: Friday, May 18, 2012 9:56 AM
  Subject: [Virtuoso-users] Transaction aborted because it's log after 
imagesize went above the limit


  Hello to everyone,

  I am trying to materialize the transitive relationships from one graph 
(1million triples) to another via sparql insert and I get the following error:

  *** Error 40005: [Virtuoso Driver][Virtuoso Server]SR325: Transaction aborted 
because it's log after image size went above the limit

  Anyone knows how fo fix this?

  Thanks in advance.



------------------------------------------------------------------------------


  ------------------------------------------------------------------------------
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and 
  threat landscape has changed and how IT managers can respond. Discussions 
  will include endpoint security, mobile security and the latest in malware 
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/


------------------------------------------------------------------------------


  _______________________________________________
  Virtuoso-users mailing list
  Virtuoso-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to