Re: [Virtuoso-users] Submit SPARQL query with POST method

2021-04-30 Thread Alfredo Serafini
...moreover I find useful to adopt the encoded version, more or less this way: $ curl -X POST \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept:text/csv" \ --data-urlencode "SELECT DISTINCT ?Concept WHERE { [] a ?Concept } LIMIT 100" \ --data-urlencode "default-graph-uri=https:/

Re: [Virtuoso-users] reset DBA password

2020-04-17 Thread Alfredo Serafini
apr 2020 alle ore 11:31 Alfredo Serafini ha scritto: > HI Hugh thanks but this does'nt work. We probably changed the default > password at the time, but I don't have it currently. > Is there any way to reset the administration password from commandline, > for instance? &g

Re: [Virtuoso-users] reset DBA password

2020-04-17 Thread Alfredo Serafini
ado-net-data-access-drivers > LinkedIn -- http://www.linkedin.com/company/openlink-software/ > Twitter -- http://twitter.com/OpenLink > Google+ -- http://plus.google.com/100570109519069333827/ > Facebook -- http://www.facebook.com/OpenLinkSoftware > Universal Data Access, Integration, an

Re: [Virtuoso-users] reset DBA password

2020-04-16 Thread Alfredo Serafini
Hi after restoring a previous version of a db backup (community edition, v7) on the current development machine, we discovered the dba password for that backup is different from the one we expected. Is there any way to force a different password for dba from the commandline? (I need to restore som