Maarten Segers
Maarten Segers
> I am working on an example with some documentation on how to do this as part of the immanent new release of Virtuoso Open Source Edition in the next...
> ``` > DB.DBA.RDF_DEFAULT_USER_PERMS_SET ('nobody', 7); > ``` This fixed it for me, thank you very much!
Running into a similar issue, inserting several thousand triples fails, I get a 400 bad request.
In fact, the error I get is a bit different from the one above: ``` Virtuoso 37000 Error SP030: SPARQL compiler, line 5: syntax error at '
This is the full query: ``` query= INSERT DATA { GRAPH { . """2022-06-02T00:01:07.982Z"""^^. . . . . . . . . """Schoteltje van het servies 'Expression' uit de installatie...
When passing the query through the sparql UI, the following error occurs: ``` Virtuoso 37000 Error SP030: SPARQL compiler, line 0: Bad character '%' (0x25) in SPARQL expression at '%'...
I get the impression something is limiting the POST data, could it be the webserver? edit: in fact when using the sparql UI, the data is sent as parameter with...
> What is the tool/application being used to perform the insert that was failing originally ? I'm using a [nodejs service](https://github.com/district09/ldes-consumer-service) that reads [a Linked Data Evenstream](https://apidg.gent.be/opendata/adlib2eventstream/v1/dmg/objecten). It reads the...
@HughWilliams, thank you very much for following this up! > Your problem description is continuously changing and not now related to original github issue report ... Indeed, my reporting/debugging here...
OK, thanks. We have configured NumberOfBuffers in virtuoso.ini (it's overridden in a configmap) and we'll split up the `INSERT`. I had moved to this docker https://github.com/redpencilio/docker-virtuoso/ but I'll see if...