Hi Roland,
Are you saying you cannot access any of the conductor tabs after logging in, as
I would not expect that to the case as the DB.DBA.RDF_DEFAULT_USER_PERMS_SET()
only affects access to RDF graphs and not other database SQL and other
operations ? Certainly I do not have a problem with t
Hi,
I can login into my VOS7/conductor but that's all, any option I choose
gives me a 403 (Prohibited).
Earlier I was experimenting with Graph Security and issued the following
command to set specific privileges to given graphs for specific users,
following instructions [1]:
DB.DBA.RDF_DEFAULT
Hi Kingsley,
This is actually a property path query:) I just started experimenting and
from the definition
+ means 1 or more and
* means 0 or more
so in your query, * (0) means that rdf:type might not exist at all (and
return any resource) or 0 equals the original "rdf:type dbo:Person" triple
pat
I get a bunch of messages like this on the server start-up:
built-in procedure "repl_undot_name" overruled by the RDBMS
As far as I understand, it means that some of the built-in procedures were
manually defined and stored inside of database.
This wasn't done intentionally by us.
Is it a go