Open arnikz opened 9 years ago
How did u resolve this issue ?
Sorry for confusion. Accidentally, I pressed the wrong button so the issue is still open.
Ok, thanks for confirming, as this is a known issue that is being scheduled for fixing, so I shall reopen the ticket ...
Ok, thanks. For time being, a quick solution to this problem is to revert back to Virtuoso 6.1.8.
@HughWilliams Interestingly, Virtuoso (v6.1.8) LDP works even after removing propname LDP
and propvalue ldp:BasicContainer
. It seems that the container type ldp:Container
including ldp:membership...
predicates are fixed. Moreover, the PDF documentation does not refer to these props in table, page 3748, nor how to change the Container types. Is there (another) way to change these in the response (RDF graph in turtle)?
@arnikz: What PDF documentation are you referring to as the Virtuoso online documentation I thought you meant refers to the function reference for the http_acl_remove()
function on page 3748 ?
@HughWilliams: In my last post I referred to the 'OpenLink Virtuoso Universal Server: Documentation', section 24.36.10 DAV manipulation functions, table on page 3748; http_acl_remove()
is on page 3768, section 24.36.25.
HT042: Not valid user id "SPARQL_ADMIN"
is a known error with Virtuoso Open Source builds which are missing the creation of the special SPARQL_ADMIN
user, and can be created manually with the commands:
DB.DBA.USER_CREATE ('SPARQL_ADMIN', uuid());
DB.DBA.EXEC_STMT ('grant SPARQL_UPDATE to SPARQL_ADMIN', 0);
Thus for now the above should be executed on Virtuoso Open Source builds seeking to use LDP.
Hi, I'm running Virtuoso
7.2.2-dev.3214-pthreads
(OS X 10.7.5) and wish to create/verify a simple LDPR. I did the following steps based on the official doc.1. Login as
dba
and createdavuser
user withHOME=/DAV/home/davuser/
directory.2. Enable LDP on
HOME
directory.3. Create a simple LDPR.
4. Verify the created LDPR.
5. Access the resources in LDPC.
Any ideas what's going on? Thanks.