It seems the slot objects of the StoreOnce have to be imported to the IDB (Internal DataBase) so that they can be scanned or imported.
There are different commands to do that, and there is a helpful article that suggests how to do that with script: (DP) Support Tip: Importing media from a StoreOnce store.
Basically you use omnib2d -list_objects
and the -b2ddevice
option to get the slots listed that StoreOnce knows.
The script computes the difference between the slots known by IDB and the slots known by StoreOnce.
Then you can "import the slots" to IDB using omnimm -add_slots
.
After that you could use the GUI to mark the slots to scan them or to import the media, or you could use the command omnimm -import
with option -slot
to import the media in the specific slot to the IDB.
I did everything with an adapted script, but the actual media import is rather verbose (like 30 lines output per medium), so I'd better do that from the GUI, as it captures the output for later review.
I plan to put my adapted script to github next week (if time permits).