Stardog data export issue

Hello,

I am trying to export the entire database db01 as NQUADS to a gzipped file and got errors.

sudo-sh[root@ip-10-109-133-199]# stardog data export --dbname http://10.109.133.199:7000/db01 export.gzip --named-graph ALL --format NQUADS --username admin --passwd yyyy
Could not create file for exported data

wondering anything i am missing?

thanks for you help
vivian

Hi Vivian,

It looks like you just have some of your arguments out of order. Try stardog data export --named-graph ALL --format NQUADS -- username admin --passwd yyyy http://10.109.133.199:7000/db01 export.nq.gz

Thanks Stephen. It works!

Appreciate your help.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.