【发布时间】:2017-08-21 16:32:16
【问题描述】:
我在 Suse 12.2 上运行 dspace 6.1。我使用命令行导入命令将文件导入集合,命令打印成功。
bin/dspace import --add --eperson=myemail@mycompany.com --
collection=123456789/49 --source=/opt/dspace/import_dateien/test/ --
mapfile=mapfile
Destination collections:
Owning Collection: 1982-11-10 Collection
Adding items from directory: /opt/dspace/import_dateien/test/
Generating mapfile: mapfile
Started: 1503332092481
Ended: 1503332095888
Elapsed time: 3 secs (3407 msecs)
我添加了没有额外元数据的文件,也没有 SAF zip 文件,因为我希望集合中的额外文件没有它们自己的元数据,只有现有的元数据集。
成功消息中的集合名称正确。但我没有看到集合中的文件。他们在那里,但隐藏?我怎样才能让它们出现?
【问题讨论】:
标签: command-line dspace