You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sta...@clarkparsia.com
Hi, I would like to set database.namespaces in the database properties file at creation time so that I do not have to call "stardog-admin namespace add" dozens of times (which is pretty time consuming).
WARNING: Following options cannot be set at creation time and/or contradict with other options: [database.namespaces]
What is it: it can't be done at creation time or does it contradict with something else? I hope the latter...
Cheers Jacobus
Stephen Nowell
unread,
Dec 30, 2013, 2:32:53 PM12/30/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sta...@clarkparsia.com
Hi Jacobus,
If you create an RDF file that defines the namespaces (even if it has no
other data in it) and load it at database creation time, it will add
each of those namespaces to your database.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Stardog
The error message is because the namespaces option cannot be specified
at creation time though there is no good reason for this restriction
and we'll relax this restriction in the future. As Stephen pointed out
the namespace definitions in files you specify at creation time are
added automatically so that'd be the easiest workaround at this point.