-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Federated SELECT with nesting leads to write permission error #1155
Comments
Can you confirm the BTW, the fix for #571 should be in the latest |
Most federated queries work fine, e.g.
The combination of nested select and a triple statement fails. |
Depending on the complexity of the I suggest you run the following line with the iSQL tool on your existing docker database:
I suggest you add these lines to one of the startup scripts you have in your You can then comment out the line that adds the |
This query gives an error, where no writing should occur:
Error:
Virtuoso RDF02 Error SR619: SPARUL LOAD SERVICE DATA access denied: database user 107 (SPARQL) has no write permission on graph https://databus.dbpedia.org/sparql
However, omitting the
?distribution databus:file ?file .
in the above query makes it work.I am using the docker image
pkleef/virtuoso-opensource-7:latest
which includes the fix for #571The text was updated successfully, but these errors were encountered: