hello
when I use the command:
/dspace/bin/dspace export -t ITEM -i 2364 -d /home/biblio -n 1
it gives me the following error:
java.lang.IllegalArgumentException: Invalid UUID string: 2364
at java.base/java.util.UUID.fromString(UUID.java:215)
at org.dspace.app.itemexport.ItemExport.internalRun(ItemExport.java:142)
at org.dspace.scripts.DSpaceRunnable.run(DSpaceRunnable.java:104)
at org.dspace.app.launcher.ScriptLauncher.executeScript(ScriptLauncher.java:149)
at org.dspace.app.launcher.ScriptLauncher.handleScript(ScriptLauncher.java:131)
at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:98)
I am doing something wrong ?